From a4d88fd1913758cc95b395eefcf5e9d730450382 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 23 Dec 2023 10:00:24 +0100 Subject: =?UTF-8?q?devis=20payant,=20cr=C3=A9er=20devis=20depuis=20facture?= =?UTF-8?q?,=20changement=20dans=20getIDsByIdClient(),=20suppression=20d?= =?UTF-8?q?=C3=A9pendance=20paquet=20latex=20"ulem",=20(string)=20dans=20s?= =?UTF-8?q?etTelephone()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/latex_templates/devis.php | 7 ++++++- src/latex_templates/originaux_pas_toucher/devis.tex | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src/latex_templates') diff --git a/src/latex_templates/devis.php b/src/latex_templates/devis.php index 1bf2f94..ba6b635 100644 --- a/src/latex_templates/devis.php +++ b/src/latex_templates/devis.php @@ -13,6 +13,10 @@ if($data['deplacement'] != 0) { $data['deplacement'] = ((string) $data['deplacement']) . '€'; } +if($data['prix_devis'] != 0) +{ + $data['prix_devis'] = ((string) $data['prix_devis']) . '€'; +} if($data['total_HT'] != 0) { $data['total_HT'] = ((string) $data['total_HT']) . '€'; @@ -32,7 +36,6 @@ ob_start(); \usepackage{xcolor} % texte en couleur \usepackage{tabularx} % dimensions des tableaux automatique \usepackage{tikz} % le rectangle -\usepackage{ulem} % pour barrer \begin{document} \setlength{\parindent}{0cm} % supprimer les alinéas @@ -87,6 +90,8 @@ ob_start(); Déplacement : \textcolor{vert}{} + Devis Payant : \textcolor{vert}{} + Total HT : \textcolor{vert}{} \textit{(TVA non applicable, article 293B du code général des impôts)} diff --git a/src/latex_templates/originaux_pas_toucher/devis.tex b/src/latex_templates/originaux_pas_toucher/devis.tex index fa8ca79..e069308 100644 --- a/src/latex_templates/originaux_pas_toucher/devis.tex +++ b/src/latex_templates/originaux_pas_toucher/devis.tex @@ -10,7 +10,6 @@ \usepackage{xcolor} % texte en couleur \usepackage{tabularx} % dimensions des tableaux automatique \usepackage{tikz} % le rectangle -\usepackage{ulem} % pour barrer \begin{document} \setlength{\parindent}{0cm} % supprimer les alinéas @@ -65,6 +64,8 @@ Déplacement : \textcolor{vert}{} + Devis Payant : \textcolor{vert}{} + Total HT : \textcolor{vert}{} \textit{(TVA non applicable, article 293B du code général des impôts)} -- cgit v1.2.3