{{ invoice_types.name }}
|
#{{ invoice_no }}
{{formatDate issue_date day="numeric" month="long" year="numeric"}}
|
{{ name }}
{{ activity }}
{{#if vat_id}}Α.Φ.Μ. {{ vat_id }}{{/if}} {{#if tax_office}}- Δ.Ο.Υ. {{ tax_office }}{{/if}}
{{ address }}, {{ location }} {{ postal }}
{{#if countries.name}}{{ countries.name }}{{/if}}
|
{{#if folios.length}}
| Ημ/ια |
Περιγραφή |
Δωμάτιο |
Καθαρό |
Φόροι |
Σύνολο |
{{#each folios}}
| {{formatDate due_date day="numeric" month="long" year="numeric"}} |
{{name}} |
{{#if reservation_rooms.rooms.name}}{{reservation_rooms.rooms.name}}{{/if}} - {{#if reservation_rooms.room_types.name}}{{reservation_rooms.room_types.name}}{{/if}} |
{{#if net_value}}{{formatNumber net_value style="currency" currency="EUR"}}{{/if}} |
{{#if taxes_value}}{{formatNumber taxes_value style="currency" currency="EUR"}}{{/if}} |
{{#if gross_value}}{{formatNumber gross_value style="currency" currency="EUR"}}{{/if}} |
{{/each}}
|
|
Σύνολο |
{{#if total_net_value}}{{formatNumber total_net_value style="currency" currency="EUR"}}{{/if}} |
{{#if total_taxes}}{{formatNumber total_taxes style="currency" currency="EUR"}}{{/if}} |
{{#if total_gross_value}}{{formatNumber total_gross_value style="currency" currency="EUR"}}{{/if}} |
{{/if}}
{{#if taxes.length}}
| Καθαρό ποσό |
Φόρος |
Ποσοστό φόρου |
Αξία φόρου |
{{#each taxes}}
| {{#if net_value}}{{formatNumber net_value style="currency" currency="EUR"}}{{/if}} |
{{ name }} |
{{ tax_rate }}% |
{{#if tax_value}}{{formatNumber tax_value style="currency" currency="EUR"}}{{/if}} |
{{/each}}
{{/if}}
{{#if notes}}
{{/if}}