From d0a1fdacfa9068b2285c999fe504b7db6e5417b2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Jun 2005 11:46:23 +0000 Subject: [PATCH] New: Ajout page setup module syslog et dons --- mysql/data/data.sql | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index e80ff401110..8cd669e6555 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -37,7 +37,7 @@ insert into llx_cond_reglement(rowid, code, sortorder, actif, libelle, libelle_f insert into llx_sqltables (name, loaded) values ('llx_album',0); -- --- Définition des actions de workflow +-- Définition des actions de workflow notifications -- delete from llx_action_def; insert into llx_action_def (rowid,code,titre,description,objet_type) values (1,'NOTIFY_VAL_FICHINTER','Validation fiche intervention','Déclenché lors de la validation d\'une fiche d\'intervention','ficheinter'); @@ -52,7 +52,7 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DO insert into llx_const (name, value, type, note, visible) values ('MAIN_NOT_INSTALLED','1','chaine','Test d\'installation',1); insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_FROM','dolibarr-robot@domain.com','chaine','EMail emetteur pour les notifications automatiques Dolibarr',1); -insert into llx_const (name, value, type, note, visible) values ('MAIN_TITLE','Dolibarr','chaine','Titre des pages',1); +insert into llx_const (name, value, type, note, visible) values ('MAIN_TITLE','Dolibarr','chaine','Titre des pages',0); insert into llx_const (name, value, type, note, visible) values ('COMPTA_ONLINE_PAYMENT_BPLC','1','yesno','Système de gestion de la banque populaire de Lorraine',0); @@ -136,6 +136,16 @@ insert into llx_const (name, value, type) values ('DB_NAME_OSC','catalog','chain insert into llx_const (name, value, type) values ('OSC_LANGUAGE_ID','1','chaine'); insert into llx_const (name, value, type) values ('OSC_CATALOG_URL','http://osc.lafrere.lan/','chaine'); +-- +-- +-- +insert into llx_const (name, value, type, visible) values ('FACTURE_ADDON', 'jupiter','chaine',0); +insert into llx_const (name, value, type, visible) values ('FACTURE_ADDON_PDF', 'crabe','chaine',0); +insert into llx_const (name, value, type, visible) values ('COMMANDE_ADDON', 'mod_commande_ivoire','chaine',0); +insert into llx_const (name, value, type, visible) values ('EXPEDITION_ADDON_PDF','rouget','chaine',0); +insert into llx_const (name, value, type, visible) values ('PROPALE_ADDON', 'mod_propale_ivoire','chaine',0); +insert into llx_const (name, value, type, visible) values ('FACTURE_ADDON_PDF', 'azur','chaine',0); + -- Dictionnaires llx_c