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/main.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/main.php') diff --git a/src/main.php b/src/main.php index d176b56..c5b1950 100755 --- a/src/main.php +++ b/src/main.php @@ -48,6 +48,9 @@ require('view/ZenitySetup.php'); // texte dans les fenêtres ET instanciation (u require('Latex.php'); // générer le code LaTeX - -// action !! -require('main_loop.php'); +// boucle principale +require('sections/1_customer.php'); +require('sections/2_service.php'); +require('sections/3_modify_data.php'); +require('sections/4_get_document.php'); +require('main_loop.php'); // action !! -- cgit v1.2.3