{{ seller.name }}
Siret :
{{ seller.address }}
{{ seller.zipcode }}, {{ seller.city }} - {{ seller.country | uppercase }}
{{ client.name }}
{{ client.address }}
{{ client.zipcode }}, {{ client.city }} - {{ client.country | uppercase }}
Date {{ opt.type == true ? 'de la facture' : 'du devis' }} : {{ formatDate(opt.startDate) }}
Date d'échéance : {{ formatDate(opt.endDate) }}
Description | Quantité | Unité | TVA | Coût | |
---|---|---|---|---|---|
{{ item.description }} | {{ item.quantity }} | {{ item.unit }} {{ opt.devise }} | {{ opt.tva }} % | {{ calcLine(item)}} |