Qui ti riportiamo il codice HTML del template di stampa di default
`<div>
{% pageheader 120 %}
{% header %}
{% style %}{% endpageheader %}
|
{% resource 'Tictxt38' %} |
{{ quote.crossId }} |
|
{% resource 'Quotxt14' %} |
{{ quote.address | empty_cell | newline_to_br }} |
|
{% resource 'Quotxt31' %} |
{{ quote.shipAddress | empty_cell | newline_to_br }} |
|
|
{% resource 'Quotxt10' %} |
{{ quote.subject | empty_cell | newline_to_br }} |
|
{% resource 'Quotxt11' %} |
{{ quote.number | empty_cell | newline_to_br }} |
|
{% resource 'BoTxt023' %} |
{{ quote.paymentId }} |
|
{% resource 'BoTxt187' %} |
{{ quote.paymentMode }} |
|
{% resource 'Quotxt35' %} |
{{ quote.quoteDate | format_date, 'd' }} |
|
{% resource 'Quotxt102' %} |
{{ quote.salesPersonAccount }} |
|
{% resource 'Quotxt4' %} |
{{ quote.expirationDate | format_date, 'd' }} |
|
|
{% resource 'CRMcontxt65' %} |
{% resource 'CRMcontxt66' %} |
{% resource 'CRMcontxt67' %} |
{% resource 'CRMcontxt70' %} |
{% resource 'Esttxt39' %} |
{% resource 'CRMcontxt68' %} |
{% resource 'ErpTxt013' %} |
{% resource 'ErpTxt015' %} |
| {{ row.productCode | empty_cell | newline_to_br }} - {{ row.description | empty_cell | newline_to_br }} |
{{ row.unitMeasureId }} |
{{ row.qta | format_decimal, 2 }} |
{{ row.listPrice | format_as_money, 'it', 'EUR' }} |
{{ row.discountFormula | empty_cell | newline_to_br | format_discount_formula, 'it', 'EUR' }} |
{{ row.unitPrice | format_as_money, 'it', 'EUR' }} |
{{ row.taxCode | empty_cell | newline_to_br }} |
{{ row.totalPrice | format_as_money, 'it', 'EUR' }} |
|
{% resource 'CRMcontxt176' %} |
{{ quote.footerDiscount | format_as_money, 'it', 'EUR' }} |
|
{% resource 'Quotxt20' %} |
{{ quote.subTotal | format_as_money, 'it', 'EUR' }} |
|
{% resource 'Quotxt21' %} |
{{ quote.taxTotal | format_as_money, 'it', 'EUR' }} |
|
{% resource 'Quotxt23' %} |
{{ quote.grandTotal | format_as_money, 'it', 'EUR' }} |
|
{% pagefooter 80 %}
{% footer %}
{% style %}{% endpagefooter %}
{% style %}`
Aggiornato il: 22/08/2022