[(#REM) On peut donner soit un id_reservation, soit un tableau contenant la reservation] [(#REM) Si on trouve une reservation on prend ça comme base ] #SET{details, #ARRAY} #SET{total,0} #SET{urlvisio,#URLVISIO} #SET{details, #GET{details}|push{ #ARRAY{ descriptif,#QUANTITE|>{1}|?{#QUANTITE×}|concat{#DESCRIPTIF*|extraire_multi|supprimer_numero}, quantite, #QUANTITE, prix_ht, #PRIX_HT, statut,#STATUT, urlvisio,#GET{urlvisio} } } } [(#SET{total_ht,[(#GET{total_ht}|plus{#PRIX_HT*})]})] [(#SET{total,[(#GET{total}|plus{#PRIX*})]})] #SET{reservation,#ARRAY{ details, #GET**{details} } } #SET{reservation,#ENV{reservation}} [ (#REM) Affichage du detail dans une table si format html demande ] [(#REM) Version texte ] [[ - (#VALEUR|table_valeur{descriptif}|trim|supprimer_tags)] : [(#VALEUR|table_valeur{prix}|appliquer_filtre{prix_formater,[(#VALEUR|table_valeur{prix})]})] [<:prix:label_total_ttc:> : #GET{total}|appliquer_filtre{prix_formater})] [(#GET{total}|floatval|>{0.00}|oui) ] [(#GET{total}|floatval|>{0.00}|oui) ] [(#GET{total}|floatval|>{0.00}|oui) [(#GET{total}|!={#GET{total_ht}}|oui) #SET{taxe, #GET{total}|moins{#GET{total_ht}}} ] ]
<:reservation:designation:><:reservation:montant:><:reservation:label_statut:>
[(#VALEUR{descriptif})]#VALEUR{prix_ht} [(#VAL{reservation}|re_statut_titre{#VALEUR{statut}})]
[<:skel_lhc:lien_visioconf:>]
[(#PLUGIN{prix}|?{<:prix:label_total_ht:>,<:reservation:total: <:reservations_detail:label_prix_ht:>})] [(#GET{total_ht}|appliquer_filtre{prix_formater,#GET{total_ht}})]
<:reservations_detail:label_taxes:> [(#GET{taxe}|appliquer_filtre{prix_formater,#GET{taxe}})]
[(#PLUGIN{prix}|?{<:prix:label_total_ttc:>,<:reservation:total:>})] [(#GET{total}|appliquer_filtre{prix_formater,#GET{total}})]