1. Adhérent
{{ selectedAdherent.prenom }} {{ selectedAdherent.nom }}
{{ selectedAdherent.ville }} {{ selectedAdherent.code_postal }}
— {{ selectedAdherent.nbre_ruches }} ruches
{{ selectedAdherent.mail }}
{{ a.prenom }} {{ a.nom }}
{{ a.ville }} {{ a.code_postal }}
— {{ a.nbre_ruches }} ruches
— {{ a.mail }}
2. Produits
{{ famille }}
{{ p.designation }}
{{ fmtEuro(p.prix_ht) }} HT / {{ p.unite }}
+ TVA {{ p.taux_tva }}%
{{ item.designation }}
×{{ item.quantite }} @ {{ fmtEuro(item.prix_ht) }}
{{ fmtEuro(item.montant_ht * (1 + item.taux_tva / 100)) }}
HT : {{ fmtEuro(totalHT) }} — TVA : {{ fmtEuro(totalTVA) }}
TOTAL TTC
{{ fmtEuro(totalPanier) }}
3. Valider