From 747674b450d6840ce9bd9aecd765cf31445ef8d3 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 22 Jul 2023 12:29:47 +0200 Subject: navigation entre sections, boucle principale, client ou prospect --- src/sections/4_get_document.php | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/sections/4_get_document.php (limited to 'src/sections/4_get_document.php') diff --git a/src/sections/4_get_document.php b/src/sections/4_get_document.php new file mode 100644 index 0000000..e28e526 --- /dev/null +++ b/src/sections/4_get_document.php @@ -0,0 +1,55 @@ +get()); + if($choix_niv2 === ZenitySetup::$menu_documents_entrees[0]) + { + + } + elseif($choix_niv2 === ZenitySetup::$menu_documents_entrees[1]) // = Facture + { + + } + elseif($choix_niv2 === ZenitySetup::$menu_documents_entrees[2]) // = Lettre avec adresse + { + + } + elseif($choix_niv2 === ZenitySetup::$menu_documents_entrees[3]) // = Livre des recettes + { + + } + elseif($choix_niv2 === ZenitySetup::$menu_documents_entrees[4]) // = Registre des achats + { + + } + elseif($choix_niv2 === ZenitySetup::$menu_documents_entrees[5]) // = Bilan annuel + { + + } + else + { + return [0, null]; // menu principal + } + + + // -- partie 2: régénérer les documents latex et pdf -- + + + // -- partie 3: afficher -- + + + // -- partie 4: imprimer -- + + + // -- partie 5: on fait quoi maintenant -- + + return [0, null]; // menu principal +} -- cgit v1.2.3