[(#REM) Montant total de la facture : si c'est le montant de la transaction ce qui couvre tous les cas d'usage : 1ere transaction d'une facture ou Xeme transaction (paiement en plusieurs fois, paiements recurrents) Sur la premiere transaction d'une commande on detail les prix unitaires car ils sont OK, sur les transactions suivantes on ne mets pas de detail, uniquement le prix total en general on a 1 seul article (abonnement) donc ca va, sinon tant pis... ] #SET{ttc,#MONTANT} #SET{ht,#MONTANT_HT} #SET{afficher_prix_detail,' '} #SET{afficher_reduction,''} 0.0}{0,1}>#SET{afficher_reduction,' '} #SET{afficher_prix_detail,''} [(#GET{afficher_reduction}|oui) ] #SET{taxe,#TAXE_EXONEREE_RAISON|?{0,#TAXE*}} [(#GET{afficher_reduction}|oui) ] [(#PRIX_HT|commande_totalise_taxes{#PRIX})]
<:commandes:designation:> <:commandes:abbr_quantite:> <:commandes:abbr_prix_unitaire:><:commandes:label_reduction:><:commandes:label_taxe:> <:commandes:abbr_total_ht:>
[(#DESCRIPTIF*|typo|supprimer_numero)] [(#QUANTITE)] [(#GET{afficher_prix_detail}|oui) [(#PRIX_UNITAIRE_HT*|round{2}|prix_formater)] ][(#REDUCTION|commandes_afficher_reduction_si)][(#GET{afficher_prix_detail}|oui) [(#GET{taxe}|mult{100}|number_format{1})%] ] [(#GET{afficher_prix_detail}|oui) #PRIX_HT]
<:prix:label_total_ht:> [(#GET{ht}|sinon{#PRIX_HT*}|prix_formater)]
<:prix:label_taxes:> [(#CLE)%] [(#VALEUR|prix_formater)]
<:prix:label_total_ttc:> [(#GET{ttc}|sinon{#PRIX*}|prix_formater)]