
| OUR DETAILS | INVOICE DETAILS |
|
MyCompany
24 Poazkz Pazoek
89232 Oijzrazro
FRIGNEDRY
AB251648730890
|
Invoice number: {{modelValue.invoice_number}}
Invoice date: {{today}}
Order number: W210984204
Order date: {{today}}
Your client number: 120948
|
| BILLING ADDRESS | SHIPPING ADDRESS | |
| this.billing_address = e.target.innerHTML"> | Insert custom shipping address |
| ITEM # | REFERENCE | DESIGNATION | QUANTITY | UNIT PRICE | TOTAL PRICE |
| {{i+1}} | {{item.ref}} | {{item.desc}} | € | € {{(item.qty * item.price).toFixed(2)}} | |
| Sub-total: € {{sub_total.toFixed(2)}} | |||||
| Taxes: this.tax_percent = parseFloat(e.target.innerText)">% | |||||
| Shipping: € this.shipping = parseFloat(e.target.innerText)"> | |||||
| Order total: € {{total.toFixed(2)}} | |||||