{% extends 'base.html' %}{% block content %}
Cena fakturowa a rzeczywisty koszt po odliczeniu VAT.
| Okres | Pozycje | Faktura* | Koszt po VAT |
|---|---|---|---|
| {{key}} | {{row.count}} | {{'%.2f'|format(row.gross)}} zł | {{'%.2f'|format(row.payable)}} zł |
| Brak danych | |||
| Data | Auto | Stacja | Paliwo | Litry | Cena detal. | Last price netto | Koszt po VAT | VAT | Oszczędność | Razem |
|---|---|---|---|---|---|---|---|---|---|---|
| {{e.fueled_at.strftime('%d.%m.%Y')}} | {{e.vehicle.name}} | {{e.station or '—'}} | {{e.fuel_type}} | {{e.liters}} | {{'%.4f'|format(s.normal_price)}} zł/l | {% if s.uses_last_price %}{{'%.4f'|format(s.net_price)}} zł/l{% elif e.wholesale_price %}{{'%.4f'|format(e.wholesale_price|float)}} zł/l{% else %}—{% endif %} | {% if s.uses_last_price %}last price {% endif %}{{'%.4f'|format(s.payable_price)}} zł/l faktura {{'%.4f'|format(s.invoice_price)}} zł/l | {{'%.2f'|format(s.vat_rate)}}% odliczenie {{'%.0f'|format(s.vat_deduction_percent)}}% | {% if s.uses_last_price %}{{'%.2f'|format(s.last_price_saving)}} zł dzięki Last Price{% else %}—{% endif %} | {{'%.2f'|format(s.normal_gross)}} zł {{'%.2f'|format(s.payable_gross)}} zł faktura {{'%.2f'|format(s.invoice_gross)}} zł |
| Brak tankowań w tym miesiącu. | ||||||||||