diff options
author | polo <ordipolo@gmx.fr> | 2023-12-23 15:34:55 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-12-23 15:34:55 +0100 |
commit | ecb77199a60c8d924e02da7d9afab1c9f026a525 (patch) | |
tree | 23ea5f65b03a3a7d6c326a62848545b4892d6ef3 /src/view | |
parent | a4d88fd1913758cc95b395eefcf5e9d730450382 (diff) | |
download | AppliGestionPHP-ecb77199a60c8d924e02da7d9afab1c9f026a525.zip |
modification de prestation moins dangereuse grâce à shell_exec()
Diffstat (limited to 'src/view')
-rw-r--r-- | src/view/ZenitySetup.php | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/view/ZenitySetup.php b/src/view/ZenitySetup.php index a876c04..88621bf 100644 --- a/src/view/ZenitySetup.php +++ b/src/view/ZenitySetup.php | |||
@@ -25,8 +25,10 @@ class ZenitySetup | |||
25 | static public $recherche_client_text = "Recherche d'un client avec son nom ou son code client"; | 25 | static public $recherche_client_text = "Recherche d'un client avec son nom ou son code client"; |
26 | static public $resultats_recherche_client_text = "Résultats de la recherche, sélectionner un client"; | 26 | static public $resultats_recherche_client_text = "Résultats de la recherche, sélectionner un client"; |
27 | static public $resultats_recherche_presta_text = "Sélectionner une prestation"; | 27 | static public $resultats_recherche_presta_text = "Sélectionner une prestation"; |
28 | static public $nouveau_client_text = "Nouveau client"; | 28 | static public $nouveau_client = ['text' => "Nouveau client", |
29 | static public $nouveau_client_entrees = ["Prénom Nom:", "Code client (J.C.Dusse):", "Adresse:", "Code postal:", "Ville:", "Telephone:", "Courriel:", "À propos:"]; | 29 | 'entrees' => ["Prénom Nom:", "Code client (J.C.Dusse):", "Adresse:", "Code postal:", "Ville:", "Telephone:", "Courriel:", "À propos:"]]; |
30 | //~ static public $nouveau_client_text = "Nouveau client"; | ||
31 | //~ static public $nouveau_client_entrees = ["Prénom Nom:", "Code client (J.C.Dusse):", "Adresse:", "Code postal:", "Ville:", "Telephone:", "Courriel:", "À propos:"]; | ||
30 | static public $calendar = ['section2' => 'Nouvelle prestation étape 1/3 - Choisir une date', | 32 | static public $calendar = ['section2' => 'Nouvelle prestation étape 1/3 - Choisir une date', |
31 | 'section3' => 'Choisir une nouvelle date']; | 33 | 'section3' => 'Choisir une nouvelle date']; |
32 | static public $formulaire = ['text' => 'Nouvelle prestation 2/3 - Détail des travaux', | 34 | static public $formulaire = ['text' => 'Nouvelle prestation 2/3 - Détail des travaux', |
@@ -39,8 +41,8 @@ class ZenitySetup | |||
39 | static public $modification_client = ['text' => 'Modifier une information concernant un client', | 41 | static public $modification_client = ['text' => 'Modifier une information concernant un client', |
40 | 'service' => "Modifier une prestation"]; | 42 | 'service' => "Modifier une prestation"]; |
41 | //'return' => "Retour menu principal"]; | 43 | //'return' => "Retour menu principal"]; |
42 | static public $modification_presta = ['text' => 'Modifier une prestation', | 44 | static public $modification_presta = ['text' => 'Modifier une prestation']; |
43 | 'devis_facture' => "Créer une facture à partir d'un devis"]; | 45 | //'devis_facture' => "Créer une facture à partir d'un devis"]; |
44 | //'service' => "Modifier une autre prestation", | 46 | //'service' => "Modifier une autre prestation", |
45 | //'return' => "Retour menu précédent"]; | 47 | //'return' => "Retour menu précédent"]; |
46 | 48 | ||