diff --git a/gestion/comment_exporter_tableur_vers_cvs.html~ b/gestion/comment_exporter_tableur_vers_cvs.html~ deleted file mode 100644 index 63a3fbc..0000000 --- a/gestion/comment_exporter_tableur_vers_cvs.html~ +++ /dev/null @@ -1,19 +0,0 @@ - -Documentation pour l'importation des langues. - -Depuis https://lite.framacalc.org/9mfo-traduction -
n° | quantité | Produit | Durée | Type | Huile chaude Supplément 5€ | prix | total | valable jusqu\'au |
---|---|---|---|---|---|---|---|---|
' . ($i + 1) . ' | '; - if ( $modif ) - { - echo ''; - }else - { - echo $art["qte"][$i]; - } - echo ' | ' . $art["libelle"][$i] . ' | ' . $art["duree"][$i] . ' | ' . $art["type"][$i] . ' | '; - echo ''; - if ($modif) - { - if ( $art["hc"][$i] ) - { - echo ''; - }else - { - echo 'non disponible'; - } - }else - { - if ( $art["huile_chaude"][$i] ) - { - echo 'oui'; - $hc = 5; - }else - { - echo 'non'; - $hc = 0; - } - } - echo ' | '; - $prix_article = $art["prix"][$i] + $hc; - echo '' . $prix_article . ' € | ' . $total_col . ' € | ' . $art["date_validite"][$i]->format("j/m/Y") . ' |
total du panier | ' . "$total € |