{{ formatCurrency(totalIncome) }}
{{ formatCurrency(totalExpenses) }}
{{ formatCurrency(netBalance) }}
| Päivämäärä | Kuvaus | Tyyppi | Luokka | Veroton summa | ALV % | ALV 25,5% | ALV 14% | ALV 10% | Yhteensä | Netto | ALV | Viite | Toiminnot |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ formatDate(entry.entry_date) }} | {{ entry.description }} | {{ entry.entry_type }} | {{ entry.category || '-' }} | {{ formatCurrency(entry.tax_free_amount) }} | {{ entry.vat_percentage }}% | {{ formatCurrency(entry.vat_25_5) }} | {{ formatCurrency(entry.vat_14) }} | {{ formatCurrency(entry.vat_10) }} | {{ formatCurrency(entry.total_amount) }} | {{ formatCurrency(entry.net_amount) }} | {{ formatCurrency(entry.vat_amount) }} | {{ entry.reference_number || '-' }} |
|