From 650ccb52386f58d923259939fc2c6a6c91d20dde Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 22 Jun 2003 11:12:15 +0000 Subject: [PATCH] Ajout de constantes --- mysql/data/data.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 703edd77260..a0227b7f32f 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -35,7 +35,18 @@ insert into llx_boxes_def (name, file) values ('Propales','box_propales.php'); -- -- Constantes de configuration -- + +insert into llx_const(name, value, type) values ('FAC_PDF_FAX','01 02 03 04 05','chaine'); +insert into llx_const(name, value, type) values ('FAC_PDF_SIRET','123 456 789','chaine'); +insert into llx_const(name, value, type) values ('FAC_PDF_INTITULE','Dolibarr','chaine'); +insert into llx_const(name, value, type) values ('FAC_PDF_SIREN','123 456 789 123','chaine'); +insert into llx_const(name, value, type) values ('FAC_PDF_TEL','05 04 03 02 01','chaine'); +insert into llx_const(name, value, type) values ('FAC_PDF_ADRESSE','1 quai Martin\n56400 Auray','texte'); + + + insert into llx_const(name, value, type, note) values ('MAIN_START_YEAR','2001','chaine','Année de départ'); + insert into llx_const(name, value, type) values ('DONS_FORM','fsfe.fr.php','chaine'); insert into llx_const(name, value, type) values ('FACTURE_ADDON','venus','chaine');