{{ type }}

{{ company.phone }}
{{ company.mail }}
{{ company.webSite }}
{{ company.address }}

ID: {{ company.identificationNumber }}
PIVA: {{ company.taxesNumber }}
Cliente
{{ client.name }}
{{ client.address }}
# {{ type }}
{{ number }}
Progetto
{{ title }}
Data
{{ date | date_format: dd/MM/yyyy }}
Totale
{{ amount }}
{% for item in items %} {% /for %} {% if discount %} {% /if %} {% for tax in taxesDetails %} {% /for %}
Voce Prezzo Num. Totale Netto Tasse Totale
{{ item.title }}{% if item.details %}
{{ item.details }}{% /if %}
{{ item.amount }} {{ item.quantity }} {{ item.totalWithoutTaxes }} {% if item.taxesRate %}{{ item.taxesRate }}{% /if %} {% if item.free %}{% /if %}{{ item.total }}{% if item.free %}
FREE{% /if %}
Sconto {{ discount }}
Totale Netto {{ amountWithoutTaxes }}
{{ tax.name }} {{ tax.rate }} {{ tax.amount }}
Totale {{ amount }}