2004-01-30 16:53:20 +01:00
-- Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
2004-02-21 16:20:56 +01:00
-- Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
2005-01-23 18:42:49 +01:00
-- Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
2004-10-01 23:15:50 +02:00
-- Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
-- Copyright (C) 2004 Guillaume Delecourt <guillaume.delecourt@opensides.be>
2007-11-01 21:39:36 +01:00
-- Copyright (C) 2005-2007 Regis Houssin <regis@dolibarr.fr>
2007-04-30 10:31:20 +02:00
-- Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
2002-04-29 22:54:57 +02:00
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--
2003-06-23 16:24:16 +02:00
-- $Id$
2002-04-29 22:54:57 +02:00
--
2004-01-30 16:53:20 +01:00
--
2007-12-26 11:09:30 +01:00
-- Ne pas placer de commentaire en fin de ligne, ce fichier est pars<72> lors
2005-10-14 01:01:50 +02:00
-- de l'install et tous les sigles '--' sont supprim<69> s.
2004-01-30 16:53:20 +01:00
--
2005-10-14 23:38:56 +02:00
INSERT INTO llx_c_methode_commande_fournisseur ( rowid , code , libelle , active ) VALUES ( 1 , ' OrderByMail ' , ' Courrier ' , 1 ) ;
INSERT INTO llx_c_methode_commande_fournisseur ( rowid , code , libelle , active ) VALUES ( 2 , ' OrderByFax ' , ' Fax ' , 1 ) ;
INSERT INTO llx_c_methode_commande_fournisseur ( rowid , code , libelle , active ) VALUES ( 3 , ' OrderByEMail ' , ' EMail ' , 1 ) ;
INSERT INTO llx_c_methode_commande_fournisseur ( rowid , code , libelle , active ) VALUES ( 4 , ' OrderByPhone ' , ' T<EFBFBD> l<EFBFBD> phone ' , 1 ) ;
INSERT INTO llx_c_methode_commande_fournisseur ( rowid , code , libelle , active ) VALUES ( 5 , ' OrderByWWW ' , ' En ligne ' , 1 ) ;
2005-10-14 01:01:50 +02:00
insert into llx_cond_reglement ( rowid , code , sortorder , active , libelle , libelle_facture , fdm , nbjour ) values ( 1 , ' RECEP ' , 1 , 1 , ' A r<> ception ' , ' R<EFBFBD> ception de facture ' , 0 , 0 ) ;
insert into llx_cond_reglement ( rowid , code , sortorder , active , libelle , libelle_facture , fdm , nbjour ) values ( 2 , ' 30D ' , 2 , 1 , ' 30 jours ' , ' R<EFBFBD> glement <20> 30 jours ' , 0 , 30 ) ;
insert into llx_cond_reglement ( rowid , code , sortorder , active , libelle , libelle_facture , fdm , nbjour ) values ( 3 , ' 30DENDMONTH ' , 3 , 1 , ' 30 jours fin de mois ' , ' R<EFBFBD> glement <20> 30 jours fin de mois ' , 1 , 30 ) ;
insert into llx_cond_reglement ( rowid , code , sortorder , active , libelle , libelle_facture , fdm , nbjour ) values ( 4 , ' 60D ' , 4 , 1 , ' 60 jours ' , ' R<EFBFBD> glement <20> 60 jours ' , 0 , 60 ) ;
insert into llx_cond_reglement ( rowid , code , sortorder , active , libelle , libelle_facture , fdm , nbjour ) values ( 5 , ' 60DENDMONTH ' , 5 , 1 , ' 60 jours fin de mois ' , ' R<EFBFBD> glement <20> 60 jours fin de mois ' , 1 , 60 ) ;
2006-02-17 11:27:28 +01:00
insert into llx_cond_reglement ( rowid , code , sortorder , active , libelle , libelle_facture , fdm , nbjour ) values ( 6 , ' PROFORMA ' , 6 , 1 , ' Proforma ' , ' R<EFBFBD> glement avant livraison ' , 0 , 0 ) ;
2003-07-21 11:43:02 +02:00
2003-06-30 16:41:30 +02:00
--
2005-10-14 01:01:50 +02:00
-- D<> finition des actions de workflow notifications
2003-06-30 16:41:30 +02:00
--
delete from llx_action_def ;
2005-10-14 01:01:50 +02:00
insert into llx_action_def ( rowid , code , titre , description , objet_type ) values ( 1 , ' NOTIFY_VAL_FICHINTER ' , ' Validation fiche intervention ' , ' D<EFBFBD> clench<EFBFBD> lors de la validation d\ ' une fiche d \ ' intervention ' , ' ficheinter ' ) ;
insert into llx_action_def ( rowid , code , titre , description , objet_type ) values ( 2 , ' NOTIFY_VAL_FAC ' , ' Validation facture ' , ' D<EFBFBD> clench<EFBFBD> lors de la validation d\ ' une facture ' , ' facture ' );
2007-10-02 02:21:38 +02:00
insert into llx_action_def ( rowid , code , titre , description , objet_type ) values ( 3 , ' NOTIFY_VAL_ORDER_SUPPLIER ' , ' Validation commande fournisseur ' , ' D<EFBFBD> clench<EFBFBD> lors de la validation d\ ' une commande fournisseur ' , ' order_supplier ' );
2003-06-30 16:41:30 +02:00
2003-02-13 17:05:15 +01:00
--
-- Constantes de configuration
--
2007-05-05 18:08:12 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_NOT_INSTALLED ' , ' 1 ' , ' chaine ' , ' Setup is running ' , 1 ) ;
2003-09-06 14:45:04 +02:00
2005-07-14 15:19:21 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MONNAIE ' , ' EUR ' , ' chaine ' , ' Monnaie ' , 0 ) ;
2007-10-07 23:34:39 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_POPUP_CALENDAR ' , ' eldy ' , ' chaine ' , ' Popup calendar module ' , 0 ) ;
2008-04-19 22:57:29 +02:00
insert into llx_const ( name , value , type , visible , note ) values ( ' SYSLOG_FILE ' , ' DOL_DATA_ROOT/dolibarr.log ' , ' chaine ' , 0 , ' Directory where to write log file ' ) ;
2008-04-17 13:30:04 +02:00
insert into llx_const ( name , value , type , visible , note ) values ( ' SYSLOG_LEVEL ' , ' 6 ' , ' chaine ' , 0 , ' Level of debug info to show ' ) ;
2007-10-06 21:43:41 +02:00
2008-03-17 02:37:24 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MAIL_SMTP_SERVER ' , ' ' , ' chaine ' , ' Host or ip address for SMTP server ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MAIL_SMTP_PORT ' , ' ' , ' chaine ' , ' Port for SMTP server ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MAIL_EMAIL_FROM ' , ' dolibarr-robot@domain.com ' , ' chaine ' , ' EMail emetteur pour les emails automatiques Dolibarr ' , 0 ) ;
2006-08-12 01:41:08 +02:00
2006-11-13 22:24:07 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_UPLOAD_DOC ' , ' 2048 ' , ' chaine ' , ' Max size for file upload (0 means no upload allowed) ' , 0 ) ;
2003-06-22 13:12:15 +02:00
2007-10-03 22:05:29 +02:00
insert into llx_const ( name , value , type , visible , note ) values ( ' MAIN_FEATURES_LEVEL ' , ' 0 ' , ' chaine ' , 1 , ' Level of features to show (0=stable only, 1=stable+experimental, 2=stable+experimental+development ' ) ;
2007-01-05 19:40:31 +01:00
2006-05-22 00:24:25 +02:00
insert into llx_const ( name , value , type , visible , note ) values ( ' MAIN_FASTSEARCH_COMPANY ' , ' 1 ' , ' yesno ' , 0 , ' Show form for quick company search ' ) ;
insert into llx_const ( name , value , type , visible , note ) values ( ' MAIN_FASTSEARCH_CONTACT ' , ' 1 ' , ' yesno ' , 0 , ' Show form for quick contact search ' ) ;
insert into llx_const ( name , value , type , visible , note ) values ( ' MAIN_FASTSEARCH_PRODUCT ' , ' 1 ' , ' yesno ' , 0 , ' Show form for quick product search ' ) ;
2003-02-12 01:17:55 +01:00
2008-03-05 23:33:11 +01:00
insert into llx_const ( name , value , type , visible , note ) values ( ' SYSLOG_LEVEL ' , ' 6 ' , ' chaine ' , 0 , ' Level of debug info to show ' ) ;
2007-10-06 21:43:41 +02:00
2004-02-21 16:20:56 +01:00
--
-- IHM
--
2007-07-08 21:39:04 +02:00
2006-03-22 01:04:27 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_SIZE_LISTE_LIMIT ' , ' 25 ' , ' chaine ' , ' Longueur maximum des listes ' , 0 ) ;
2005-09-14 00:45:13 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_SHOW_WORKBOARD ' , ' 1 ' , ' yesno ' , ' Affichage tableau de bord de travail Dolibarr ' , 0 ) ;
2004-08-14 00:22:41 +02:00
2007-10-04 18:30:11 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MENU_BARRETOP ' , ' eldy_backoffice.php ' , ' chaine ' , ' Module de gestion de la barre de menu du haut pour utilisateurs internes ' , 0 ) ;
2005-10-02 16:40:39 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MENUFRONT_BARRETOP ' , ' eldy_frontoffice.php ' , ' chaine ' , ' Module de gestion de la barre de menu du haut pour utilisateurs externes ' , 0 ) ;
2007-10-04 18:30:11 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MENU_BARRELEFT ' , ' eldy_backoffice.php ' , ' chaine ' , ' Module de gestion de la barre de menu gauche pour utilisateurs internes ' , 0 ) ;
2005-10-02 16:40:39 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MENUFRONT_BARRELEFT ' , ' eldy_frontoffice.php ' , ' chaine ' , ' Module de gestion de la barre de menu gauche pour utilisateurs externes ' , 0 ) ;
2005-10-14 01:01:50 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_THEME ' , ' eldy ' , ' chaine ' , ' Th<EFBFBD> me par d<> faut ' , 0 ) ;
2005-10-02 16:40:39 +02:00
2005-10-13 17:37:05 +02:00
--
2005-10-14 01:01:50 +02:00
-- Delai tolerance
2005-10-13 17:37:05 +02:00
--
2005-10-14 01:01:50 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_ACTIONS_TODO ' , ' 7 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur actions planifi<66> es non r<> alis<69> es ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_ORDERS_TO_PROCESS ' , ' 2 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur commandes non trait<69> es ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_PROPALS_TO_CLOSE ' , ' 31 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur propales <20> cloturer ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_PROPALS_TO_BILL ' , ' 7 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur propales non factur<75> es ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_SUPPLIER_BILLS_TO_PAY ' , ' 2 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur factures fournisseur impay<61> es ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_CUSTOMER_BILLS_UNPAYED ' , ' 31 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur factures client impay<61> es ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_NOT_ACTIVATED_SERVICES ' , ' 0 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur services <20> activer ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_RUNNING_SERVICES ' , ' 0 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur services expir<69> s ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_MEMBERS ' , ' 31 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur cotisations adh<64> rent en retard ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE ' , ' 62 ' , ' chaine ' , ' Tol<EFBFBD> rance de retard avant alerte (en jours) sur rapprochements bancaires <20> faire ' , 0 ) ;
2007-12-02 17:22:50 +01:00
--
-- Tiers
--
insert into llx_const ( name , value , type , visible , note ) values ( ' SOCIETE_NOLIST_COURRIER ' , ' 1 ' , ' yesno ' , 0 , ' Liste les fichiers du repertoire courrier ' ) ;
2007-12-16 17:44:48 +01:00
insert into llx_const ( name , value , type , visible , note ) values ( ' SOCIETE_CODECLIENT_ADDON ' , ' mod_codeclient_leopard ' , ' yesno ' , 0 , ' Module to control third parties codes ' ) ;
insert into llx_const ( name , value , type , visible , note ) values ( ' SOCIETE_CODECOMPTA_ADDON ' , ' mod_codecompta_panicum ' , ' yesno ' , 0 , ' Module to control third parties codes ' ) ;
2007-12-02 17:22:50 +01:00
--
-- Facture
--
insert into llx_const ( name , value , type , visible , note ) values ( ' FACTURE_DISABLE_RECUR ' , ' 1 ' , ' yesno ' , 0 , ' Desactivation facture recurrentes ' ) ;
2003-09-01 01:04:04 +02:00
--
-- Mail Adherent
--
2005-10-14 01:01:50 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_REQUIRED ' , ' 1 ' , ' yesno ' , ' Le mail est obligatoire pour cr<63> er un adh<64> rent ' , 0 ) ;
2004-02-21 17:52:49 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_FROM ' , ' adherents@domain.com ' , ' chaine ' , ' From des mails adherents ' , 0 ) ;
2007-02-10 15:36:01 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_RESIL ' , ' Votre adhesion vient d\ ' etre resiliee . \ r \ nNous esperons vous revoir tres bientot ' , ' texte ' , ' Mail de Resiliation ' ,0);
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_VALID ' , ' Votre adhesion vient d\ ' etre validee . \ r \ nVoici le rappel de vos coordonnees ( toute information erronee entrainera la non validation de votre inscription ) : \ r \ n \ r \ n % INFOS % \ r \ n \ r \ nVous pouvez a tout moment , grace a votre login et mot de passe , modifier vos coordonnees a l \ ' adresse suivante : \r\n%DOL_MAIN_URL_ROOT%/public/adherents/ ' , ' texte ' , ' Mail de validation ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_COTIS ' , ' Bonjour %PRENOM%,\r\nMerci de votre inscription.\r\nCet email confirme que votre cotisation a ete recue et enregistree.\r\n\r\nVous pouvez a tout moment, grace a votre login et mot de passe, modifier vos coordonnees a l\ ' adresse suivante : \ r \ n % DOL_MAIN_URL_ROOT % / public / adherents / ' , ' texte ' , ' Mail de validation de cotisation ' ,0);
2007-05-10 22:21:13 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_VALID_SUBJECT ' , ' Votre adh<64> sion a ete valid<69> e ' , ' chaine ' , ' Sujet du mail de validation ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_RESIL_SUBJECT ' , ' Resiliation de votre adhesion ' , ' chaine ' , ' Sujet du mail de resiliation ' , 0 ) ;
2007-02-10 15:47:32 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_COTIS_SUBJECT ' , ' Recu de votre cotisation ' , ' chaine ' , ' Sujet du mail de validation de cotisation ' , 0 ) ;
2004-10-01 23:15:50 +02:00
2006-05-22 00:24:25 +02:00
2004-10-01 23:15:50 +02:00
--
-- Mail Mailing
--
2007-12-16 20:35:02 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAILING_EMAIL_FROM ' , ' dolibarr@domain.com ' , ' chaine ' , ' EMail emmetteur pour les envois d emailings ' , 0 ) ;
2004-10-01 23:15:50 +02:00
2003-09-01 01:04:04 +02:00
--
-- Mailman
--
2004-02-21 16:20:56 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_USE_MAILMAN ' , ' 0 ' , ' yesno ' , ' Utilisation de Mailman ' , 0 ) ;
2007-02-10 15:36:01 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_UNSUB_URL ' , ' http://lists.domain.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&user=%EMAIL% ' , ' chaine ' , ' Url de desinscription aux listes mailman ' , 0 ) ;
2007-02-10 15:47:32 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_URL ' , ' http://lists.domain.com/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%MAILMAN_ADMINPW%&send_welcome_msg_to_this_batch=1&subscribees=%EMAIL% ' , ' chaine ' , ' Url pour les inscriptions mailman ' , 0 ) ;
2004-02-21 16:20:56 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_LISTS ' , ' test-test,test-test2 ' , ' chaine ' , ' Listes auxquelles inscrire les nouveaux adherents ' , 0 ) ;
2004-08-14 14:10:21 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_ADMINPW ' , ' ' , ' chaine ' , ' Mot de passe Admin des liste mailman ' , 0 ) ;
2007-12-16 20:35:02 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_SERVER ' , ' lists.domain.com ' , ' chaine ' , ' Serveur hebergeant les interfaces d Admin des listes mailman ' , 0 ) ;
2004-08-14 14:10:21 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_LISTS_COTISANT ' , ' ' , ' chaine ' , ' Liste(s) auxquelles les nouveaux cotisants sont inscris automatiquement ' , 0 ) ;
2003-06-23 16:24:16 +02:00
--
-- SPIP
--
2004-02-21 16:20:56 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_USE_SPIP ' , ' 0 ' , ' yesno ' , ' Utilisation de SPIP ? ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_USE_SPIP_AUTO ' , ' 0 ' , ' yesno ' , ' Utilisation de SPIP automatiquement ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_SPIP_USER ' , ' user ' , ' chaine ' , ' user spip ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_SPIP_PASS ' , ' pass ' , ' chaine ' , ' Pass de connection ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_SPIP_SERVEUR ' , ' localhost ' , ' chaine ' , ' serveur spip ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_SPIP_DB ' , ' spip ' , ' chaine ' , ' db spip ' , 0 ) ;
2003-06-23 16:24:16 +02:00
--
2004-02-21 16:20:56 +01:00
-- Cartes adherents
2003-09-01 00:12:21 +02:00
--
2004-08-14 14:10:21 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_CARD_HEADER_TEXT ' , ' %ANNEE% ' , ' chaine ' , ' Texte imprime sur le haut de la carte adherent ' , 0 ) ;
2007-02-10 15:36:01 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_CARD_FOOTER_TEXT ' , ' Association AZERTY ' , ' chaine ' , ' Texte imprime sur le bas de la carte adherent ' , 0 ) ;
2005-10-14 01:01:50 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_CARD_TEXT ' , ' %TYPE% n<> %ID%\r\n%PRENOM% %NOM%\r\n<%EMAIL%>\r\n%ADRESSE%\r\n%CP% %VILLE%\r\n%PAYS% ' , ' texte ' , ' Texte imprime sur la carte adherent ' , 0 ) ;
2004-02-21 16:20:56 +01:00
2007-09-08 11:44:26 +02:00
--
-- FCKEditor
--
insert into llx_const ( name , value , type , note , visible ) values ( ' FCKEDITOR_ENABLE_USER ' , 1 , ' yesno ' , ' Activation fckeditor sur notes utilisateurs ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' FCKEDITOR_ENABLE_SOCIETE ' , 1 , ' yesno ' , ' Activation fckeditor sur notes societe ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' FCKEDITOR_ENABLE_PRODUCTDESC ' , 1 , ' yesno ' , ' Activation fckeditor sur notes produits ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' FCKEDITOR_ENABLE_MEMBER ' , 1 , ' yesno ' , ' Activation fckeditor sur notes adherent ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' FCKEDITOR_ENABLE_MAILING ' , 1 , ' yesno ' , ' Activation fckeditor sur emailing ' , 0 ) ;
2003-09-01 00:12:21 +02:00
--
2006-08-05 18:44:43 +02:00
-- OsCommerce 1
2003-06-23 16:24:16 +02:00
--
2007-02-10 14:50:07 +01:00
insert into llx_const ( name , value , type , note , visible ) values ( ' OSC_DB_HOST ' , ' localhost ' , ' chaine ' , ' Host for OSC database for OSCommerce module 1 ' , 0 ) ;
2006-08-05 18:44:43 +02:00
2004-07-24 14:05:37 +02:00
2005-06-11 13:46:23 +02:00
--
2006-05-22 00:24:25 +02:00
-- Modeles de numerotation et generation document
2005-06-11 13:46:23 +02:00
--
2006-08-02 02:52:31 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' DON_ADDON_MODEL ' , ' html_cerfafr ' , ' chaine ' , 0 ) ;
2005-08-22 21:58:17 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' PROPALE_ADDON ' , ' mod_propale_marbre ' , ' chaine ' , 0 ) ;
2005-08-13 22:31:50 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' PROPALE_ADDON_PDF ' , ' azur ' , ' chaine ' , 0 ) ;
2007-01-03 03:24:01 +01:00
insert into llx_const ( name , value , type , visible ) values ( ' COMMANDE_ADDON ' , ' mod_commande_marbre ' , ' chaine ' , 0 ) ;
2006-05-08 22:20:23 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' COMMANDE_ADDON_PDF ' , ' einstein ' , ' chaine ' , 0 ) ;
insert into llx_const ( name , value , type , visible ) values ( ' COMMANDE_SUPPLIER_ADDON ' , ' mod_commande_fournisseur_muguet ' , ' chaine ' , 0 ) ;
insert into llx_const ( name , value , type , visible ) values ( ' COMMANDE_SUPPLIER_ADDON_PDF ' , ' muscadet ' , ' chaine ' , 0 ) ;
insert into llx_const ( name , value , type , visible ) values ( ' EXPEDITION_ADDON ' , ' enlevement ' , ' chaine ' , 0 ) ;
2005-06-11 13:46:23 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' EXPEDITION_ADDON_PDF ' , ' rouget ' , ' chaine ' , 0 ) ;
2006-07-30 03:55:08 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' FICHEINTER_ADDON ' , ' pacific ' , ' chaine ' , 0 ) ;
2005-08-23 21:17:55 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' FICHEINTER_ADDON_PDF ' , ' soleil ' , ' chaine ' , 0 ) ;
2005-08-22 21:58:17 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' FACTURE_ADDON ' , ' terre ' , ' chaine ' , 0 ) ;
2005-08-13 22:31:50 +02:00
insert into llx_const ( name , value , type , visible ) values ( ' FACTURE_ADDON_PDF ' , ' crabe ' , ' chaine ' , 0 ) ;
2005-08-13 16:33:38 +02:00
2005-06-11 13:46:23 +02:00
2005-07-07 14:35:22 +02:00
--
-- Forcer les locales
--
2008-07-01 21:54:00 +02:00
insert into llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_FORCE_SETLOCALE_LC_ALL ' , ' ' , ' chaine ' , 1 , ' Pour forcer LC_ALL si pb de locale ' ) ;
insert into llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_FORCE_SETLOCALE_LC_TIME ' , ' ' , ' chaine ' , 1 , ' Pour forcer LC_TIME si pb de locale ' ) ;
insert into llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_FORCE_SETLOCALE_LC_MONETARY ' , ' ' , ' chaine ' , 1 , ' Pour forcer LC_MONETARY si pb de locale ' ) ;
insert into llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_FORCE_SETLOCALE_LC_NUMERIC ' , ' ' , ' chaine ' , 1 , ' Mettre la valeur C si probl<62> me de centimes ' ) ;
2004-07-28 11:53:04 +02:00
2006-06-12 17:48:54 +02:00
--
-- Duree de validite des propales
--
2006-06-13 01:15:55 +02:00
insert into llx_const ( name , value , type , visible , note ) VALUES ( ' PROPALE_VALIDITY_DURATION ' , ' 15 ' , ' chaine ' , 0 , ' Dur<EFBFBD> e de validit<69> e des propales ' ) ;
2006-06-12 17:48:54 +02:00
2004-01-30 16:22:44 +01:00
2007-09-29 22:15:02 +02:00
--
-- Barcode
--
insert into llx_const ( name , value , type , note , visible ) values ( ' GENBARCODE_LOCATION ' , ' /usr/local/bin/genbarcode ' , ' chaine ' , ' location of genbarcode ' , 0 ) ;
2004-02-21 16:20:56 +01:00
--
2005-07-11 23:40:01 +02:00
-- Descriptif des plans comptables FR PCG99-ABREGE
2004-02-21 16:20:56 +01:00
--
2004-07-28 11:53:04 +02:00
2006-05-20 01:31:11 +02:00
delete from llx_accountingaccount ;
2005-07-11 23:40:01 +02:00
delete from llx_accountingsystem ;
2007-10-02 02:27:02 +02:00
insert into llx_accountingsystem ( pcg_version , fk_pays , label , datec , fk_author , active ) VALUES ( ' PCG99-ABREGE ' , 1 , ' Plan de compte standard fran<61> ais abr<62> g<EFBFBD> ' , curdate ( ) , null , 0 ) ;
2005-07-11 23:40:01 +02:00
2006-05-20 01:31:11 +02:00
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 1 , ' PCG99-ABREGE ' , ' CAPIT ' , ' CAPITAL ' , ' 101 ' , ' 1 ' , ' Capital ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 2 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 105 ' , ' 1 ' , ' Ecarts de r<> <72> valuation ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 3 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 1061 ' , ' 1 ' , ' R<EFBFBD> serve l<> gale ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 4 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 1063 ' , ' 1 ' , ' R<EFBFBD> serves statutaires ou contractuelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 5 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 1064 ' , ' 1 ' , ' R<EFBFBD> serves r<> glement<6E> es ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 6 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 1068 ' , ' 1 ' , ' Autres r<> serves ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 7 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 108 ' , ' 1 ' , ' Compte de l '' exploitant ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 8 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 12 ' , ' 1 ' , ' R<EFBFBD> sultat de l '' exercice ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 9 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 145 ' , ' 1 ' , ' Amortissements d<> rogatoires ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 10 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 146 ' , ' 1 ' , ' Provision sp<73> ciale de r<> <72> valuation ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 11 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 147 ' , ' 1 ' , ' Plus-values r<> investies ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 12 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 148 ' , ' 1 ' , ' Autres provisions r<> glement<6E> es ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 13 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 15 ' , ' 1 ' , ' Provisions pour risques et charges ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 14 , ' PCG99-ABREGE ' , ' CAPIT ' , ' XXXXXX ' , ' 16 ' , ' 1 ' , ' Emprunts et dettes assimilees ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 15 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 20 ' , ' 2 ' , ' Immobilisations incorporelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 16 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 201 ' , ' 20 ' , ' Frais d '' <EFBFBD> tablissement' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 17 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 206 ' , ' 20 ' , ' Droit au bail ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 18 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 207 ' , ' 20 ' , ' Fonds commercial ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 19 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 208 ' , ' 20 ' , ' Autres immobilisations incorporelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 20 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 21 ' , ' 2 ' , ' Immobilisations corporelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 21 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 23 ' , ' 2 ' , ' Immobilisations en cours ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 22 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 27 ' , ' 2 ' , ' Autres immobilisations financieres ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 23 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 280 ' , ' 2 ' , ' Amortissements des immobilisations incorporelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 24 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 281 ' , ' 2 ' , ' Amortissements des immobilisations corporelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 25 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 290 ' , ' 2 ' , ' Provisions pour d<> pr<70> ciation des immobilisations incorporelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 26 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 291 ' , ' 2 ' , ' Provisions pour d<> pr<70> ciation des immobilisations corporelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 27 , ' PCG99-ABREGE ' , ' IMMO ' , ' XXXXXX ' , ' 297 ' , ' 2 ' , ' Provisions pour d<> pr<70> ciation des autres immobilisations financi<63> res ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 28 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 31 ' , ' 3 ' , ' Matieres premi<6D> res ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 29 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 32 ' , ' 3 ' , ' Autres approvisionnements ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 30 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 33 ' , ' 3 ' , ' En-cours de production de biens ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 31 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 34 ' , ' 3 ' , ' En-cours de production de services ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 32 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 35 ' , ' 3 ' , ' Stocks de produits ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 33 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 37 ' , ' 3 ' , ' Stocks de marchandises ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 34 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 391 ' , ' 3 ' , ' Provisions pour d<> pr<70> ciation des mati<74> res premi<6D> res ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 35 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 392 ' , ' 3 ' , ' Provisions pour d<> pr<70> ciation des autres approvisionnements ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 36 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 393 ' , ' 3 ' , ' Provisions pour d<> pr<70> ciation des en-cours de production de biens ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 37 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 394 ' , ' 3 ' , ' Provisions pour d<> pr<70> ciation des en-cours de production de services ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 38 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 395 ' , ' 3 ' , ' Provisions pour d<> pr<70> ciation des stocks de produits ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 39 , ' PCG99-ABREGE ' , ' STOCK ' , ' XXXXXX ' , ' 397 ' , ' 3 ' , ' Provisions pour d<> pr<70> ciation des stocks de marchandises ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 40 , ' PCG99-ABREGE ' , ' TIERS ' , ' SUPPLIER ' , ' 400 ' , ' 4 ' , ' Fournisseurs et Comptes rattach<63> s ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 41 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 409 ' , ' 4 ' , ' Fournisseurs d<> biteurs ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 42 , ' PCG99-ABREGE ' , ' TIERS ' , ' CUSTOMER ' , ' 410 ' , ' 4 ' , ' Clients et Comptes rattach<63> s ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 43 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 419 ' , ' 4 ' , ' Clients cr<63> diteurs ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 44 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 421 ' , ' 4 ' , ' Personnel ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 45 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 428 ' , ' 4 ' , ' Personnel ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 46 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 43 ' , ' 4 ' , ' S<EFBFBD> curit<EFBFBD> sociale et autres organismes sociaux ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 47 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 444 ' , ' 4 ' , ' Etat - imp<6D> ts sur b<> n<EFBFBD> fice ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 48 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 445 ' , ' 4 ' , ' Etat - Taxes sur chiffre affaire ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 49 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 447 ' , ' 4 ' , ' Autres imp<6D> ts, taxes et versements assimil<69> s ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 50 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 45 ' , ' 4 ' , ' Groupe et associes ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 51 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 455 ' , ' 45 ' , ' Associ<EFBFBD> s ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 52 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 46 ' , ' 4 ' , ' D<EFBFBD> biteurs divers et cr<63> diteurs divers ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 53 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 47 ' , ' 4 ' , ' Comptes transitoires ou d '' attente ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 54 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 481 ' , ' 4 ' , ' Charges <20> r<> partir sur plusieurs exercices ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 55 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 486 ' , ' 4 ' , ' Charges constat<61> es d '' avance ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 56 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 487 ' , ' 4 ' , ' Produits constat<61> s d '' avance ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 57 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 491 ' , ' 4 ' , ' Provisions pour d<> pr<70> ciation des comptes de clients ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 58 , ' PCG99-ABREGE ' , ' TIERS ' , ' XXXXXX ' , ' 496 ' , ' 4 ' , ' Provisions pour d<> pr<70> ciation des comptes de d<> biteurs divers ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 59 , ' PCG99-ABREGE ' , ' FINAN ' , ' XXXXXX ' , ' 50 ' , ' 5 ' , ' Valeurs mobili<6C> res de placement ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 60 , ' PCG99-ABREGE ' , ' FINAN ' , ' BANK ' , ' 51 ' , ' 5 ' , ' Banques, <20> tablissements financiers et assimil<69> s ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 61 , ' PCG99-ABREGE ' , ' FINAN ' , ' CASH ' , ' 53 ' , ' 5 ' , ' Caisse ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 62 , ' PCG99-ABREGE ' , ' FINAN ' , ' XXXXXX ' , ' 54 ' , ' 5 ' , ' R<EFBFBD> gies d '' avance et accr<63> ditifs ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 63 , ' PCG99-ABREGE ' , ' FINAN ' , ' XXXXXX ' , ' 58 ' , ' 5 ' , ' Virements internes ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 64 , ' PCG99-ABREGE ' , ' FINAN ' , ' XXXXXX ' , ' 590 ' , ' 5 ' , ' Provisions pour d<> pr<70> ciation des valeurs mobili<6C> res de placement ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 65 , ' PCG99-ABREGE ' , ' CHARGE ' , ' PRODUCT ' , ' 60 ' , ' 6 ' , ' Achats ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 66 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 603 ' , ' 60 ' , ' Variations des stocks ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 67 , ' PCG99-ABREGE ' , ' CHARGE ' , ' SERVICE ' , ' 61 ' , ' 6 ' , ' Services ext<78> rieurs ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 68 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 62 ' , ' 6 ' , ' Autres services ext<78> rieurs ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 69 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 63 ' , ' 6 ' , ' Imp<EFBFBD> ts, taxes et versements assimiles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 70 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 641 ' , ' 6 ' , ' R<EFBFBD> mun<EFBFBD> rations du personnel ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 71 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 644 ' , ' 6 ' , ' R<EFBFBD> mun<EFBFBD> ration du travail de l '' exploitant ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 72 , ' PCG99-ABREGE ' , ' CHARGE ' , ' SOCIAL ' , ' 645 ' , ' 6 ' , ' Charges de s<> curit<69> sociale et de pr<70> voyance ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 73 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 646 ' , ' 6 ' , ' Cotisations sociales personnelles de l '' exploitant ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 74 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 65 ' , ' 6 ' , ' Autres charges de gestion courante ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 75 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 66 ' , ' 6 ' , ' Charges financi<63> res ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 76 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 67 ' , ' 6 ' , ' Charges exceptionnelles ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 77 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 681 ' , ' 6 ' , ' Dotations aux amortissements et aux provisions ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 78 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 686 ' , ' 6 ' , ' Dotations aux amortissements et aux provisions ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 79 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 687 ' , ' 6 ' , ' Dotations aux amortissements et aux provisions ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 80 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 691 ' , ' 6 ' , ' Participation des salari<72> s aux r<> sultats ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 81 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 695 ' , ' 6 ' , ' Imp<EFBFBD> ts sur les b<> n<EFBFBD> fices ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 82 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 697 ' , ' 6 ' , ' Imposition forfaitaire annuelle des soci<63> t<EFBFBD> s ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 83 , ' PCG99-ABREGE ' , ' CHARGE ' , ' XXXXXX ' , ' 699 ' , ' 6 ' , ' Produits ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 84 , ' PCG99-ABREGE ' , ' PROD ' , ' PRODUCT ' , ' 701 ' , ' 7 ' , ' Ventes de produits finis ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 85 , ' PCG99-ABREGE ' , ' PROD ' , ' SERVICE ' , ' 706 ' , ' 7 ' , ' Prestations de services ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 86 , ' PCG99-ABREGE ' , ' PROD ' , ' PRODUCT ' , ' 707 ' , ' 7 ' , ' Ventes de marchandises ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 87 , ' PCG99-ABREGE ' , ' PROD ' , ' PRODUCT ' , ' 708 ' , ' 7 ' , ' Produits des activit<69> s annexes ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 88 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 709 ' , ' 7 ' , ' Rabais, remises et ristournes accord<72> s par l '' entreprise ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 89 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 713 ' , ' 7 ' , ' Variation des stocks ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 90 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 72 ' , ' 7 ' , ' Production immobilis<69> e ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 91 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 73 ' , ' 7 ' , ' Produits nets partiels sur op<6F> rations <20> long terme ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 92 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 74 ' , ' 7 ' , ' Subventions d '' exploitation ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 93 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 75 ' , ' 7 ' , ' Autres produits de gestion courante ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 94 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 753 ' , ' 75 ' , ' Jetons de pr<70> sence et r<> mun<75> rations d '' administrateurs, g<> rants,... ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 95 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 754 ' , ' 75 ' , ' Ristournes per<65> ues des coop<6F> ratives ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 96 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 755 ' , ' 75 ' , ' Quotes-parts de r<> sultat sur op<6F> rations faites en commun ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 97 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 76 ' , ' 7 ' , ' Produits financiers ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 98 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 77 ' , ' 7 ' , ' Produits exceptionnels ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 99 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 781 ' , ' 7 ' , ' Reprises sur amortissements et provisions ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 100 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 786 ' , ' 7 ' , ' Reprises sur provisions pour risques ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 101 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 787 ' , ' 7 ' , ' Reprises sur provisions ' ) ;
insert into llx_accountingaccount ( rowid , fk_pcg_version , pcg_type , pcg_subtype , account_number , account_parent , label ) VALUES ( 102 , ' PCG99-ABREGE ' , ' PROD ' , ' XXXXXX ' , ' 79 ' , ' 7 ' , ' Transferts de charges ' ) ;
2005-07-11 23:40:01 +02:00
-- Dictionnaires llx_c
2002-04-29 22:54:57 +02:00
2003-03-01 17:33:46 +01:00
--
2004-09-18 18:59:25 +02:00
-- Types action comm
2003-03-01 17:33:46 +01:00
--
2004-09-18 18:59:25 +02:00
2007-01-23 00:07:57 +01:00
delete from llx_c_actioncomm where id in ( 1 , 2 , 3 , 4 , 5 , 8 , 9 , 50 ) ;
2006-09-05 01:55:19 +02:00
insert into llx_c_actioncomm ( id , code , type , libelle , module ) values ( 1 , ' AC_TEL ' , ' system ' , ' Appel T<> l<EFBFBD> phonique ' , NULL ) ;
insert into llx_c_actioncomm ( id , code , type , libelle , module ) values ( 2 , ' AC_FAX ' , ' system ' , ' Envoi Fax ' , NULL ) ;
insert into llx_c_actioncomm ( id , code , type , libelle , module ) values ( 3 , ' AC_PROP ' , ' system ' , ' Envoi Proposition ' , ' propal ' ) ;
insert into llx_c_actioncomm ( id , code , type , libelle , module ) values ( 4 , ' AC_EMAIL ' , ' system ' , ' Envoi Email ' , NULL ) ;
insert into llx_c_actioncomm ( id , code , type , libelle , module ) values ( 5 , ' AC_RDV ' , ' system ' , ' Rendez-vous ' , NULL ) ;
insert into llx_c_actioncomm ( id , code , type , libelle , module ) values ( 8 , ' AC_COM ' , ' system ' , ' Envoi Commande ' , ' order ' ) ;
insert into llx_c_actioncomm ( id , code , type , libelle , module ) values ( 9 , ' AC_FAC ' , ' system ' , ' Envoi Facture ' , ' invoice ' ) ;
insert into llx_c_actioncomm ( id , code , type , libelle , module ) values ( 50 , ' AC_OTH ' , ' system ' , ' Autre ' , NULL ) ;
2002-04-29 22:54:57 +02:00
2004-02-17 10:30:44 +01:00
2004-06-10 02:26:07 +02:00
--
2004-09-18 18:59:25 +02:00
-- Types de charges
2004-06-10 02:26:07 +02:00
--
2004-09-18 18:59:25 +02:00
2007-11-12 00:04:02 +01:00
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 1 , ' Allocations familiales ' , 1 , 1 , ' TAXFAM ' ) ;
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 2 , ' GSG Deductible ' , 1 , 1 , ' TAXCSGD ' ) ;
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 3 , ' GSG/CRDS NON Deductible ' , 0 , 1 , ' TAXCSGND ' ) ;
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 10 , ' Taxe apprenttissage ' , 0 , 1 , ' TAXAPP ' ) ;
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 11 , ' Taxe professionnelle ' , 0 , 1 , ' TAXPRO ' ) ;
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 20 , ' Impots locaux/fonciers ' , 0 , 1 , ' TAXFON ' ) ;
2008-03-16 15:24:20 +01:00
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 25 , ' Impots revenus ' , 0 , 1 , ' TAXREV ' ) ;
2007-11-12 00:04:02 +01:00
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 30 , ' Assurance Sante (SECU-URSSAF) ' , 0 , 1 , ' TAXSECU ' ) ;
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 40 , ' Mutuelle ' , 0 , 1 , ' TAXMUT ' ) ;
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 50 , ' Assurance vieillesse (CNAV) ' , 0 , 1 , ' TAXRET ' ) ;
2007-11-12 00:12:05 +01:00
insert into llx_c_chargesociales ( id , libelle , deductible , active , actioncompta ) values ( 60 , ' Assurance Chomage (ASSEDIC) ' , 0 , 1 , ' TAXCHOM ' ) ;
2004-09-01 23:23:20 +02:00
--
2004-09-18 18:59:25 +02:00
-- Civilites
2004-09-01 23:23:20 +02:00
--
2004-09-18 18:59:25 +02:00
delete from llx_c_civilite ;
insert into llx_c_civilite ( rowid , code , civilite , active ) values ( 1 , ' MME ' , ' Madame ' , 1 ) ;
insert into llx_c_civilite ( rowid , code , civilite , active ) values ( 3 , ' MR ' , ' Monsieur ' , 1 ) ;
insert into llx_c_civilite ( rowid , code , civilite , active ) values ( 5 , ' MLE ' , ' Mademoiselle ' , 1 ) ;
2005-10-14 01:01:50 +02:00
insert into llx_c_civilite ( rowid , code , civilite , active ) values ( 7 , ' MTRE ' , ' Ma<EFBFBD> tre ' , 1 ) ;
2004-02-17 10:30:44 +01:00
2006-04-21 01:10:15 +02:00
2004-06-10 23:29:30 +02:00
--
2004-09-18 18:59:25 +02:00
-- Types effectifs
2004-06-10 23:29:30 +02:00
--
2004-09-18 18:59:25 +02:00
delete from llx_c_effectif ;
insert into llx_c_effectif ( id , code , libelle ) values ( 0 , ' EF0 ' , ' - ' ) ;
insert into llx_c_effectif ( id , code , libelle ) values ( 1 , ' EF1-5 ' , ' 1 - 5 ' ) ;
insert into llx_c_effectif ( id , code , libelle ) values ( 2 , ' EF6-10 ' , ' 6 - 10 ' ) ;
insert into llx_c_effectif ( id , code , libelle ) values ( 3 , ' EF11-50 ' , ' 11 - 50 ' ) ;
insert into llx_c_effectif ( id , code , libelle ) values ( 4 , ' EF51-100 ' , ' 51 - 100 ' ) ;
insert into llx_c_effectif ( id , code , libelle ) values ( 5 , ' EF100-500 ' , ' 100 - 500 ' ) ;
insert into llx_c_effectif ( id , code , libelle ) values ( 6 , ' EF500- ' , ' > 500 ' ) ;
2004-06-10 23:29:30 +02:00
2004-01-30 16:22:44 +01:00
2004-02-08 15:58:12 +01:00
--
2004-09-18 18:59:25 +02:00
-- Pays
2004-06-10 19:05:13 +02:00
--
2007-01-23 23:05:34 +01:00
-- delete from llx_c_pays;
2004-09-18 18:59:25 +02:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 0 , ' ' , ' - ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 1 , ' FR ' , ' France ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 2 , ' BE ' , ' Belgique ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 3 , ' IT ' , ' Italie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 4 , ' ES ' , ' Espagne ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 5 , ' DE ' , ' Allemagne ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 6 , ' CH ' , ' Suisse ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 7 , ' GB ' , ' Royaume uni ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 8 , ' IE ' , ' Irlande ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 9 , ' CN ' , ' Chine ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 10 , ' TN ' , ' Tunisie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 11 , ' US ' , ' Etats Unis ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 12 , ' MA ' , ' Maroc ' ) ;
2005-10-14 01:01:50 +02:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 13 , ' DZ ' , ' Alg<EFBFBD> rie ' ) ;
2004-09-18 18:59:25 +02:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 14 , ' CA ' , ' Canada ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 15 , ' TG ' , ' Togo ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 16 , ' GA ' , ' Gabon ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 17 , ' NL ' , ' Pays Bas ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 18 , ' HU ' , ' Hongrie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 19 , ' RU ' , ' Russie ' ) ;
2005-10-14 01:01:50 +02:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 20 , ' SE ' , ' Su<EFBFBD> de ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 21 , ' CI ' , ' C<EFBFBD> te d\ ' Ivoire ' );
2007-01-09 20:10:45 +01:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 22 , ' SN ' , ' S<EFBFBD> n<EFBFBD> gal ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 23 , ' AR ' , ' Argentine ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 24 , ' CM ' , ' Cameroun ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 25 , ' PT ' , ' Portugal ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 26 , ' SA ' , ' Arabie Saoudite ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 27 , ' MC ' , ' Monaco ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 28 , ' AU ' , ' Australie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 29 , ' SG ' , ' Singapoure ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 30 , ' AF ' , ' Afghanistan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 31 , ' AX ' , ' Iles Aland ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 32 , ' AL ' , ' Albanie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 33 , ' AS ' , ' Samoa am<61> ricaines ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 34 , ' AD ' , ' Andorre ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 35 , ' AO ' , ' Angola ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 36 , ' AI ' , ' Anguilla ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 37 , ' AQ ' , ' Antarctique ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 38 , ' AG ' , ' Antigua-et-Barbuda ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 39 , ' AM ' , ' Arm<EFBFBD> nie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 40 , ' AW ' , ' Aruba ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 41 , ' AT ' , ' Autriche ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 42 , ' AZ ' , ' Azerba<EFBFBD> djan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 43 , ' BS ' , ' Bahamas ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 44 , ' BH ' , ' Bahre<EFBFBD> n ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 45 , ' BD ' , ' Bangladesh ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 46 , ' BB ' , ' Barbade ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 47 , ' BY ' , ' Bi<EFBFBD> lorussie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 48 , ' BZ ' , ' Belize ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 49 , ' BJ ' , ' B<EFBFBD> nin ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 50 , ' BM ' , ' Bermudes ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 51 , ' BT ' , ' Bhoutan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 52 , ' BO ' , ' Bolivie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 53 , ' BA ' , ' Bosnie-Herz<72> govine ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 54 , ' BW ' , ' Botswana ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 55 , ' BV ' , ' Ile Bouvet ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 56 , ' BR ' , ' Br<EFBFBD> sil ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 57 , ' IO ' , ' Territoire britannique de l\ ' Oc <EFBFBD> an Indien ' );
insert into llx_c_pays ( rowid , code , libelle ) values ( 58 , ' BN ' , ' Brunei ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 59 , ' BG ' , ' Bulgarie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 60 , ' BF ' , ' Burkina Faso ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 61 , ' BI ' , ' Burundi ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 62 , ' KH ' , ' Cambodge ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 63 , ' CV ' , ' Cap-Vert ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 64 , ' KY ' , ' Iles Cayman ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 65 , ' CF ' , ' R<EFBFBD> publique centrafricaine ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 66 , ' TD ' , ' Tchad ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 67 , ' CL ' , ' Chili ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 68 , ' CX ' , ' Ile Christmas ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 69 , ' CC ' , ' Iles des Cocos (Keeling) ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 70 , ' CO ' , ' Colombie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 71 , ' KM ' , ' Comores ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 72 , ' CG ' , ' Congo ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 73 , ' CD ' , ' R<EFBFBD> publique d<> mocratique du Congo ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 74 , ' CK ' , ' Iles Cook ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 75 , ' CR ' , ' Costa Rica ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 76 , ' HR ' , ' Croatie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 77 , ' CU ' , ' Cuba ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 78 , ' CY ' , ' Chypre ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 79 , ' CZ ' , ' R<EFBFBD> publique Tch<63> que ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 80 , ' DK ' , ' Danemark ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 81 , ' DJ ' , ' Djibouti ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 82 , ' DM ' , ' Dominique ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 83 , ' DO ' , ' R<EFBFBD> publique Dominicaine ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 84 , ' EC ' , ' Equateur ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 85 , ' EG ' , ' Egypte ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 86 , ' SV ' , ' Salvador ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 87 , ' GQ ' , ' Guin<EFBFBD> e Equatoriale ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 88 , ' ER ' , ' Erythr<EFBFBD> e ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 89 , ' EE ' , ' Estonie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 90 , ' ET ' , ' Ethiopie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 91 , ' FK ' , ' Iles Falkland ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 92 , ' FO ' , ' Iles F<> ro<72> ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 93 , ' FJ ' , ' Iles Fidji ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 94 , ' FI ' , ' Finlande ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 95 , ' GF ' , ' Guyane fran<61> aise ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 96 , ' PF ' , ' Polyn<EFBFBD> sie fran<61> aise ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 97 , ' TF ' , ' Terres australes fran<61> aises ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 98 , ' GM ' , ' Gambie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 99 , ' GE ' , ' G<EFBFBD> orgie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 100 , ' GH ' , ' Ghana ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 101 , ' GI ' , ' Gibraltar ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 102 , ' GR ' , ' Gr<EFBFBD> ce ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 103 , ' GL ' , ' Groenland ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 104 , ' GD ' , ' Grenade ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 105 , ' GP ' , ' Guadeloupe ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 106 , ' GU ' , ' Guam ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 107 , ' GT ' , ' Guatemala ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 108 , ' GN ' , ' Guin<EFBFBD> e ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 109 , ' GW ' , ' Guin<EFBFBD> e-Bissao ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 110 , ' GY ' , ' Guyana ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 111 , ' HT ' , ' Ha<EFBFBD> ti ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 112 , ' HM ' , ' Iles Heard et McDonald ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 113 , ' VA ' , ' Saint-Si<53> ge (Vatican) ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 114 , ' HN ' , ' Honduras ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 115 , ' HK ' , ' Hong Kong ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 116 , ' IS ' , ' Islande ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 117 , ' IN ' , ' Inde ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 118 , ' ID ' , ' Indon<EFBFBD> sie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 119 , ' IR ' , ' Iran ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 120 , ' IQ ' , ' Iraq ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 121 , ' IL ' , ' Isra<EFBFBD> l ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 122 , ' JM ' , ' Jama<EFBFBD> que ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 123 , ' JP ' , ' Japon ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 124 , ' JO ' , ' Jordanie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 125 , ' KZ ' , ' Kazakhstan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 126 , ' KE ' , ' Kenya ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 127 , ' KI ' , ' Kiribati ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 128 , ' KP ' , ' Cor<EFBFBD> e du Nord ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 129 , ' KR ' , ' Cor<EFBFBD> e du Sud ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 130 , ' KW ' , ' Kowe<EFBFBD> t ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 131 , ' KG ' , ' Kirghizistan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 132 , ' LA ' , ' Laos ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 133 , ' LV ' , ' Lettonie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 134 , ' LB ' , ' Liban ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 135 , ' LS ' , ' Lesotho ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 136 , ' LR ' , ' Liberia ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 137 , ' LY ' , ' Libye ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 138 , ' LI ' , ' Liechtenstein ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 139 , ' LT ' , ' Lituanie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 140 , ' LU ' , ' Luxembourg ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 141 , ' MO ' , ' Macao ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 142 , ' MK ' , ' ex-R<> publique yougoslave de Mac<61> doine ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 143 , ' MG ' , ' Madagascar ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 144 , ' MW ' , ' Malawi ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 145 , ' MY ' , ' Malaisie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 146 , ' MV ' , ' Maldives ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 147 , ' ML ' , ' Mali ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 148 , ' MT ' , ' Malte ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 149 , ' MH ' , ' Iles Marshall ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 150 , ' MQ ' , ' Martinique ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 151 , ' MR ' , ' Mauritanie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 152 , ' MU ' , ' Maurice ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 153 , ' YT ' , ' Mayotte ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 154 , ' MX ' , ' Mexique ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 155 , ' FM ' , ' Micron<EFBFBD> sie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 156 , ' MD ' , ' Moldavie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 157 , ' MN ' , ' Mongolie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 158 , ' MS ' , ' Monserrat ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 159 , ' MZ ' , ' Mozambique ' ) ;
2007-11-22 12:44:18 +01:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 160 , ' MM ' , ' Birmanie (Myanmar) ' ) ;
2007-01-09 20:10:45 +01:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 161 , ' NA ' , ' Namibie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 162 , ' NR ' , ' Nauru ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 163 , ' NP ' , ' N<EFBFBD> pal ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 164 , ' AN ' , ' Antilles n<> erlandaises ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 165 , ' NC ' , ' Nouvelle-Cal<61> donie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 166 , ' NZ ' , ' Nouvelle-Z<> lande ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 167 , ' NI ' , ' Nicaragua ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 168 , ' NE ' , ' Niger ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 169 , ' NG ' , ' Nigeria ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 170 , ' NU ' , ' Niou<EFBFBD> ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 171 , ' NF ' , ' Ile Norfolk ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 172 , ' MP ' , ' Mariannes du Nord ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 173 , ' NO ' , ' Norv<EFBFBD> ge ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 174 , ' OM ' , ' Oman ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 175 , ' PK ' , ' Pakistan ' ) ;
2007-11-22 12:44:18 +01:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 176 , ' PW ' , ' Palaos ' ) ;
2007-01-09 20:10:45 +01:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 177 , ' PS ' , ' territoire Palestinien Occup<75> ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 178 , ' PA ' , ' Panama ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 179 , ' PG ' , ' Papouasie-Nouvelle-Guin<69> e ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 180 , ' PY ' , ' Paraguay ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 181 , ' PE ' , ' P<EFBFBD> rou ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 182 , ' PH ' , ' Philippines ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 183 , ' PN ' , ' Iles Pitcairn ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 184 , ' PL ' , ' Pologne ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 185 , ' PR ' , ' Porto Rico ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 186 , ' QA ' , ' Qatar ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 187 , ' RE ' , ' R<EFBFBD> union ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 188 , ' RO ' , ' Roumanie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 189 , ' RW ' , ' Rwanda ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 190 , ' SH ' , ' Sainte-H<> l<EFBFBD> ne ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 191 , ' KN ' , ' Saint-Christophe-et-Ni<4E> v<EFBFBD> s ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 192 , ' LC ' , ' Sainte-Lucie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 193 , ' PM ' , ' Saint-Pierre-et-Miquelon ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 194 , ' VC ' , ' Saint-Vincent-et-les-Grenadines ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 195 , ' WS ' , ' Samoa ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 196 , ' SM ' , ' Saint-Marin ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 197 , ' ST ' , ' Sao Tom<6F> -et-Principe ' ) ;
2007-11-22 12:44:18 +01:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 198 , ' RS ' , ' Serbie ' ) ;
2007-01-09 20:10:45 +01:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 199 , ' SC ' , ' Seychelles ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 200 , ' SL ' , ' Sierra Leone ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 201 , ' SK ' , ' Slovaquie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 202 , ' SI ' , ' Slov<EFBFBD> nie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 203 , ' SB ' , ' Iles Salomon ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 204 , ' SO ' , ' Somalie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 205 , ' ZA ' , ' Afrique du Sud ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 206 , ' GS ' , ' Iles G<> orgie du Sud et Sandwich du Sud ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 207 , ' LK ' , ' Sri Lanka ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 208 , ' SD ' , ' Soudan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 209 , ' SR ' , ' Suriname ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 210 , ' SJ ' , ' Iles Svalbard et Jan Mayen ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 211 , ' SZ ' , ' Swaziland ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 212 , ' SY ' , ' Syrie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 213 , ' TW ' , ' Ta<EFBFBD> wan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 214 , ' TJ ' , ' Tadjikistan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 215 , ' TZ ' , ' Tanzanie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 216 , ' TH ' , ' Tha<EFBFBD> lande ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 217 , ' TL ' , ' Timor Oriental ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 218 , ' TK ' , ' Tok<EFBFBD> laou ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 219 , ' TO ' , ' Tonga ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 220 , ' TT ' , ' Trinit<EFBFBD> -et-Tobago ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 221 , ' TR ' , ' Turquie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 222 , ' TM ' , ' Turkm<EFBFBD> nistan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 223 , ' TC ' , ' Iles Turks-et-Caicos ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 224 , ' TV ' , ' Tuvalu ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 225 , ' UG ' , ' Ouganda ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 226 , ' UA ' , ' Ukraine ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 227 , ' AE ' , ' <EFBFBD> mirats arabes unis' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 228 , ' UM ' , ' Iles mineures <20> loign<67> es des <20> tats-Unis ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 229 , ' UY ' , ' Uruguay ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 230 , ' UZ ' , ' Ouzb<EFBFBD> kistan ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 231 , ' VU ' , ' Vanuatu ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 232 , ' VE ' , ' V<EFBFBD> n<EFBFBD> zuela ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 233 , ' VN ' , ' Vi<EFBFBD> t Nam ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 234 , ' VG ' , ' Iles Vierges britanniques ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 235 , ' VI ' , ' Iles Vierges am<61> ricaines ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 236 , ' WF ' , ' Wallis-et-Futuna ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 237 , ' EH ' , ' Sahara occidental ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 238 , ' YE ' , ' Y<EFBFBD> men ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 239 , ' ZM ' , ' Zambie ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 240 , ' ZW ' , ' Zimbabwe ' ) ;
2007-11-22 12:44:18 +01:00
insert into llx_c_pays ( rowid , code , libelle ) values ( 241 , ' GG ' , ' Guernesey ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 242 , ' IM ' , ' Ile de Man ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 243 , ' JE ' , ' Jersey ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 244 , ' ME ' , ' Mont<EFBFBD> n<EFBFBD> gro ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 245 , ' BL ' , ' Saint-Barth<74> lemy ' ) ;
insert into llx_c_pays ( rowid , code , libelle ) values ( 246 , ' MF ' , ' Saint-Martin ' ) ;
2004-09-18 18:59:25 +02:00
2004-08-08 21:29:22 +02:00
2007-10-16 19:55:09 +02:00
--
-- Formes juridiques
--
delete from llx_c_forme_juridique ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 0 , ' 0 ' , ' - ' ) ;
-- Pour la France: Extrait de http://www.insee.fr/fr/nom_def_met/nomenclatures/cj/cjniveau2.htm
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 11 ' , ' Artisan Commer<65> ant ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 12 ' , ' Commer<EFBFBD> ant ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 13 ' , ' Artisan ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 14 ' , ' Officier public ou minist<73> riel ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 15 ' , ' Profession lib<69> rale ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 16 ' , ' Exploitant agricole ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 17 ' , ' Agent commercial ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 18 ' , ' Associ<EFBFBD> G<> rant de soci<63> t<EFBFBD> ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 19 ' , ' (Autre) personne physique ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 21 ' , ' Indivision ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 22 ' , ' Soci<EFBFBD> t<EFBFBD> cr<63> <72> e de fait ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 23 ' , ' Soci<EFBFBD> t<EFBFBD> en participation ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 27 ' , ' Paroisse hors zone concordataire ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 29 ' , ' Autre groupement de droit priv<69> non dot<6F> de la personnalit<69> morale ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 31 ' , ' Personne morale de droit <20> tranger, immatricul<75> e au RCS ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 32 ' , ' Personne morale de droit <20> tranger, non immatricul<75> e au RCS ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 41 ' , ' <EFBFBD> tablissement public ou r<> gie <20> caract<63> re industriel ou commercial' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 51 ' , ' Soci<EFBFBD> t<EFBFBD> coop<6F> rative commerciale particuli<6C> re ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 52 ' , ' Soci<EFBFBD> t<EFBFBD> en nom collectif ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 53 ' , ' Soci<EFBFBD> t<EFBFBD> en commandite ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 54 ' , ' Soci<EFBFBD> t<EFBFBD> <20> responsabilit<69> limit<69> e (SARL) ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 55 ' , ' Soci<EFBFBD> t<EFBFBD> anonyme <20> conseil d\ ' administration ' );
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 56 ' , ' Soci<EFBFBD> t<EFBFBD> anonyme <20> directoire ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 57 ' , ' Soci<EFBFBD> t<EFBFBD> par actions simplifi<66> e ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 58 ' , ' Entreprise Unipersonnelle <20> Responsabilit<69> Limit<69> e (EURL) ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 61 ' , ' Caisse d\ ' <EFBFBD> pargne et de pr <EFBFBD> voyance ' );
2008-02-17 21:44:20 +01:00
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 62 ' , ' Groupement d\ ' int <EFBFBD> r <EFBFBD> t <EFBFBD> conomique ( GIE ) ' );
2007-10-16 19:55:09 +02:00
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 63 ' , ' Soci<EFBFBD> t<EFBFBD> coop<6F> rative agricole ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 64 ' , ' Soci<EFBFBD> t<EFBFBD> non commerciale d\ ' assurances ' );
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 65 ' , ' Soci<EFBFBD> t<EFBFBD> civile ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 69 ' , ' Autres personnes de droit priv<69> inscrites au RCS ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 71 ' , ' Administration de l\ ' <EFBFBD> tat ' );
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 72 ' , ' Collectivit<EFBFBD> territoriale ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 73 ' , ' <EFBFBD> tablissement public administratif' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 74 ' , ' Autre personne morale de droit public administratif ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 81 ' , ' Organisme g<> rant r<> gime de protection social <20> adh<64> sion obligatoire ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 82 ' , ' Organisme mutualiste ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 83 ' , ' Comit<EFBFBD> d\ ' entreprise ' );
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 84 ' , ' Organisme professionnel ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 85 ' , ' Organisme de retraite <20> adh<64> sion non obligatoire ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 91 ' , ' Syndicat de propri<72> taires ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 92 ' , ' Association loi 1901 ou assimil<69> ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 93 ' , ' Fondation ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , ' 99 ' , ' Autre personne morale de droit priv<69> ' ) ;
-- Pour la Belgique
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 200 ' , ' Ind<EFBFBD> pendant ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 201 ' , ' SPRL - Soci<63> t<EFBFBD> <20> responsabilit<69> limit<69> e ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 202 ' , ' SA - Soci<63> t<EFBFBD> Anonyme ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 203 ' , ' SCRL - Soci<63> t<EFBFBD> coop<6F> rative <20> responsabilit<69> limit<69> e ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 204 ' , ' ASBL - Association sans but Lucratif ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 205 ' , ' SCRI - Soci<63> t<EFBFBD> coop<6F> rative <20> responsabilit<69> illimit<69> e ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 206 ' , ' SCS - Soci<63> t<EFBFBD> en commandite simple ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 207 ' , ' SCA - Soci<63> t<EFBFBD> en commandite par action ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 208 ' , ' SNC - Soci<63> t<EFBFBD> en nom collectif ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 209 ' , ' GIE - Groupement d\ ' int <EFBFBD> r <EFBFBD> t <EFBFBD> conomique ' );
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , ' 210 ' , ' GEIE - Groupement europ<6F> en d\ ' int <EFBFBD> r <EFBFBD> t <EFBFBD> conomique ' );
-- Pour la Suisse
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 600 ' , ' Raison Individuelle ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 601 ' , ' Soci<EFBFBD> t<EFBFBD> Simple ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 602 ' , ' Soci<EFBFBD> t<EFBFBD> en nom collectif ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 603 ' , ' Soci<EFBFBD> t<EFBFBD> en commandite ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 604 ' , ' Soci<EFBFBD> t<EFBFBD> anonyme (SA) ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 605 ' , ' Soci<EFBFBD> t<EFBFBD> en commandite par actions ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 606 ' , ' Soci<EFBFBD> t<EFBFBD> <20> responsabilit<69> limit<69> e (SARL) ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 607 ' , ' Soci<EFBFBD> t<EFBFBD> coop<6F> rative ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 608 ' , ' Association ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 6 , ' 609 ' , ' Fondation ' ) ;
-- Pour le Royaume Uni
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 7 , ' 700 ' , ' Sole Trader ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 7 , ' 701 ' , ' Partnership ' ) ;
2008-02-17 21:44:20 +01:00
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 7 , ' 702 ' , ' Private Limited Company by shares (LTD) ' ) ;
2007-10-16 19:55:09 +02:00
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 7 , ' 703 ' , ' Public Limited Company ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 7 , ' 704 ' , ' Workers Cooperative ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 7 , ' 705 ' , ' Limited Liability Partnership ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 7 , ' 706 ' , ' Franchise ' ) ;
-- Pour la Tunisie (Formes les plus utilis<69> es)
2008-02-17 21:44:20 +01:00
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 10 , ' 1000 ' , ' Soci<EFBFBD> t<EFBFBD> <20> responsabilit<69> limit<69> e (SARL) ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 10 , ' 1001 ' , ' Soci<EFBFBD> t<EFBFBD> en Nom Collectif (SNC) ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 10 , ' 1002 ' , ' Soci<EFBFBD> t<EFBFBD> en Commandite Simple (SCS) ' ) ;
2007-10-16 19:55:09 +02:00
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 10 , ' 1003 ' , ' soci<EFBFBD> t<EFBFBD> en participation ' ) ;
2008-02-17 21:44:20 +01:00
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 10 , ' 1004 ' , ' Soci<EFBFBD> t<EFBFBD> Anonyme (SA) ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 10 , ' 1005 ' , ' Soci<EFBFBD> t<EFBFBD> Unipersonnelle <20> Responsabilit<69> Limit<69> e (SUARL) ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 10 , ' 1006 ' , ' Groupement d\ ' int <EFBFBD> r <EFBFBD> t <EFBFBD> conomique ( GEI ) ' );
2007-10-16 19:55:09 +02:00
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 10 , ' 1007 ' , ' Groupe de soci<63> t<EFBFBD> s ' ) ;
2008-02-17 21:44:20 +01:00
-- Spain
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 401 ' , 4 , ' Empresario Individual ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 402 ' , 4 , ' Comunidad de Bienes ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 403 ' , 4 , ' Sociedad Civil ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 404 ' , 4 , ' Sociedad Colectiva ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 405 ' , 4 , ' Sociedad Limitada ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 406 ' , 4 , ' Sociedad Anonima ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 407 ' , 4 , ' Sociedad Comandataria por Acciones ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 408 ' , 4 , ' Sociedad Comandataria Simple ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 409 ' , 4 , ' Sociedad Laboral ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 410 ' , 4 , ' Sociedad Cooperativa ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 411 ' , 4 , ' Sociedad de Garant<6E> a Rec<65> proca ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 412 ' , 4 , ' Entidad de Capital-Riesgo ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 413 ' , 4 , ' Agrupaci<EFBFBD> n de Interes Econ<6F> mico ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 414 ' , 4 , ' Sociedad de Invarsi<73> n Mobiliaria ' , 1 ) ;
INSERT INTO llx_c_forme_juridique ( code , fk_pays , libelle , active ) VALUES ( ' 415 ' , 4 , ' Agrupaci<EFBFBD> n sin Animo de Lucro ' , 1 ) ;
2007-10-16 19:55:09 +02:00
--
-- Types paiement
--
delete from llx_c_paiement ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 0 , ' ' , ' - ' , 3 , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 1 , ' TIP ' , ' TIP ' , 2 , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 2 , ' VIR ' , ' Virement ' , 2 , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 3 , ' PRE ' , ' Pr<EFBFBD> l<EFBFBD> vement ' , 2 , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 4 , ' LIQ ' , ' Esp<EFBFBD> ces ' , 2 , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 5 , ' VAD ' , ' Paiement en ligne ' , 2 , 0 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 6 , ' CB ' , ' Carte Bancaire ' , 2 , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 7 , ' CHQ ' , ' Ch<EFBFBD> que ' , 2 , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 8 , ' TRA ' , ' Traite ' , 2 , 0 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 9 , ' LCR ' , ' LCR ' , 2 , 0 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 10 , ' FAC ' , ' Factor ' , 2 , 0 ) ;
insert into llx_c_paiement ( id , code , libelle , type , active ) values ( 11 , ' PRO ' , ' Proforma ' , 2 , 0 ) ;
2004-09-18 18:59:25 +02:00
--
-- Regions
--
2004-07-22 00:13:12 +02:00
2004-09-18 18:59:25 +02:00
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 0 , 0 , 0 , ' 0 ' , 0 , ' - ' ) ;
2008-02-17 21:44:20 +01:00
2006-04-21 01:10:15 +02:00
-- Regions de France (id pays=1)
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 101 , 1 , 1 , ' 97105 ' , 3 , ' Guadeloupe ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 102 , 1 , 2 , ' 97209 ' , 3 , ' Martinique ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 103 , 1 , 3 , ' 97302 ' , 3 , ' Guyane ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 104 , 1 , 4 , ' 97411 ' , 3 , ' R<EFBFBD> union ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 105 , 1 , 11 , ' 75056 ' , 1 , ' <EFBFBD> le-de-France' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 106 , 1 , 21 , ' 51108 ' , 0 , ' Champagne-Ardenne ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 107 , 1 , 22 , ' 80021 ' , 0 , ' Picardie ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 108 , 1 , 23 , ' 76540 ' , 0 , ' Haute-Normandie ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 109 , 1 , 24 , ' 45234 ' , 2 , ' Centre ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 110 , 1 , 25 , ' 14118 ' , 0 , ' Basse-Normandie ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 111 , 1 , 26 , ' 21231 ' , 0 , ' Bourgogne ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 112 , 1 , 31 , ' 59350 ' , 2 , ' Nord-Pas-de-Calais ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 113 , 1 , 41 , ' 57463 ' , 0 , ' Lorraine ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 114 , 1 , 42 , ' 67482 ' , 1 , ' Alsace ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 115 , 1 , 43 , ' 25056 ' , 0 , ' Franche-Comt<6D> ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 116 , 1 , 52 , ' 44109 ' , 4 , ' Pays de la Loire ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 117 , 1 , 53 , ' 35238 ' , 0 , ' Bretagne ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 118 , 1 , 54 , ' 86194 ' , 2 , ' Poitou-Charentes ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 119 , 1 , 72 , ' 33063 ' , 1 , ' Aquitaine ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 120 , 1 , 73 , ' 31555 ' , 0 , ' Midi-Pyr<79> n<EFBFBD> es ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 121 , 1 , 74 , ' 87085 ' , 2 , ' Limousin ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 122 , 1 , 82 , ' 69123 ' , 2 , ' Rh<EFBFBD> ne-Alpes ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 123 , 1 , 83 , ' 63113 ' , 1 , ' Auvergne ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 124 , 1 , 91 , ' 34172 ' , 2 , ' Languedoc-Roussillon ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 125 , 1 , 93 , ' 13055 ' , 0 , ' Provence-Alpes-C<> te d\ ' Azur ' );
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 126 , 1 , 94 , ' 2A004 ' , 0 , ' Corse ' ) ;
-- Regions de Belgique (id pays=2)
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 201 , 2 , 201 , ' ' , 1 , ' Flandre ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 202 , 2 , 202 , ' ' , 2 , ' Wallonie ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 203 , 2 , 203 , ' ' , 3 , ' Bruxelles-Capitale ' ) ;
2007-10-16 19:55:09 +02:00
-- Regions de Tunisie (id pays=10)
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1001 , 10 , 1001 , ' ' , 0 , ' Ariana ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1002 , 10 , 1002 , ' ' , 0 , ' B<EFBFBD> ja ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1003 , 10 , 1003 , ' ' , 0 , ' Ben Arous ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1004 , 10 , 1004 , ' ' , 0 , ' Bizerte ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1005 , 10 , 1005 , ' ' , 0 , ' Gab<EFBFBD> s ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1006 , 10 , 1006 , ' ' , 0 , ' Gafsa ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1007 , 10 , 1007 , ' ' , 0 , ' Jendouba ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1008 , 10 , 1008 , ' ' , 0 , ' Kairouan ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1009 , 10 , 1009 , ' ' , 0 , ' Kasserine ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1010 , 10 , 1010 , ' ' , 0 , ' K<EFBFBD> bili ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1011 , 10 , 1011 , ' ' , 0 , ' La Manouba ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1012 , 10 , 1012 , ' ' , 0 , ' Le Kef ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1013 , 10 , 1013 , ' ' , 0 , ' Mahdia ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1014 , 10 , 1014 , ' ' , 0 , ' M<EFBFBD> denine ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1015 , 10 , 1015 , ' ' , 0 , ' Monastir ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1016 , 10 , 1016 , ' ' , 0 , ' Nabeul ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1017 , 10 , 1017 , ' ' , 0 , ' Sfax ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1018 , 10 , 1018 , ' ' , 0 , ' Sidi Bouzid ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1019 , 10 , 1019 , ' ' , 0 , ' Siliana ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1020 , 10 , 1020 , ' ' , 0 , ' Sousse ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1021 , 10 , 1021 , ' ' , 0 , ' Tataouine ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1022 , 10 , 1022 , ' ' , 0 , ' Tozeur ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1023 , 10 , 1023 , ' ' , 0 , ' Tunis ' ) ;
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 1024 , 10 , 1024 , ' ' , 0 , ' Zaghouan ' ) ;
2007-01-09 20:10:45 +01:00
-- Regions d'Australie (id pays=28)
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 2801 , 28 , 2801 , ' ' , 0 , ' Australia ' ) ;
2006-04-21 01:10:15 +02:00
2008-02-17 21:44:20 +01:00
-- Regions spain (id pays=4)
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 401 , 4 , ' ' , 1 , ' Andalucia ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 402 , 4 , ' ' , 2 , ' Arag<EFBFBD> n ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 403 , 4 , ' ' , 3 , ' Castilla y Le<4C> n ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 404 , 4 , ' ' , 4 , ' Castilla la Mancha ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 405 , 4 , ' ' , 5 , ' Canarias ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 406 , 4 , ' ' , 6 , ' Catalu<EFBFBD> a ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 407 , 4 , ' ' , 7 , ' Comunidad de Ceuta ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 408 , 4 , ' ' , 8 , ' Comunidad Foral de Navarra ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 409 , 4 , ' ' , 9 , ' Comunidad de Melilla ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 410 , 4 , ' ' , 10 , ' Cantabria ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 411 , 4 , ' ' , 11 , ' Comunidad Valenciana ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 412 , 4 , ' ' , 12 , ' Extemadura ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 413 , 4 , ' ' , 13 , ' Galicia ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 414 , 4 , ' ' , 14 , ' Islas Baleares ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 415 , 4 , ' ' , 15 , ' La Rioja ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 416 , 4 , ' ' , 16 , ' Comunidad de Madrid ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 417 , 4 , ' ' , 17 , ' Regi<EFBFBD> n de Murcia ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 418 , 4 , ' ' , 18 , ' Principado de Asturias ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 419 , 4 , ' ' , 19 , ' Pais Vasco ' , 1 ) ;
INSERT INTO llx_c_regions ( code_region , fk_pays , cheflieu , tncc , nom , active ) VALUES ( 420 , 4 , ' ' , 20 , ' Otros ' , 1 ) ;
2004-09-18 18:59:25 +02:00
2007-10-16 19:55:09 +02:00
2006-04-23 16:43:57 +02:00
--
-- Departements/Cantons/Provinces
--
insert into llx_c_departements ( rowid , fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 0 , 0 , ' 0 ' , ' 0 ' , 0 , ' - ' , ' - ' ) ;
2008-02-17 21:44:20 +01:00
2006-04-23 16:43:57 +02:00
-- Departements de France
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 82 , ' 01 ' , ' 01053 ' , 5 , ' AIN ' , ' Ain ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 22 , ' 02 ' , ' 02408 ' , 5 , ' AISNE ' , ' Aisne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 83 , ' 03 ' , ' 03190 ' , 5 , ' ALLIER ' , ' Allier ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 93 , ' 04 ' , ' 04070 ' , 4 , ' ALPES-DE-HAUTE-PROVENCE ' , ' Alpes-de-Haute-Provence ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 93 , ' 05 ' , ' 05061 ' , 4 , ' HAUTES-ALPES ' , ' Hautes-Alpes ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 93 , ' 06 ' , ' 06088 ' , 4 , ' ALPES-MARITIMES ' , ' Alpes-Maritimes ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 82 , ' 07 ' , ' 07186 ' , 5 , ' ARDECHE ' , ' Ard<EFBFBD> che ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 21 , ' 08 ' , ' 08105 ' , 4 , ' ARDENNES ' , ' Ardennes ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 73 , ' 09 ' , ' 09122 ' , 5 , ' ARIEGE ' , ' Ari<EFBFBD> ge ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 21 , ' 10 ' , ' 10387 ' , 5 , ' AUBE ' , ' Aube ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 91 , ' 11 ' , ' 11069 ' , 5 , ' AUDE ' , ' Aude ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 73 , ' 12 ' , ' 12202 ' , 5 , ' AVEYRON ' , ' Aveyron ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 93 , ' 13 ' , ' 13055 ' , 4 , ' BOUCHES-DU-RHONE ' , ' Bouches-du-Rh<52> ne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 25 , ' 14 ' , ' 14118 ' , 2 , ' CALVADOS ' , ' Calvados ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 83 , ' 15 ' , ' 15014 ' , 2 , ' CANTAL ' , ' Cantal ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 54 , ' 16 ' , ' 16015 ' , 3 , ' CHARENTE ' , ' Charente ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 54 , ' 17 ' , ' 17300 ' , 3 , ' CHARENTE-MARITIME ' , ' Charente-Maritime ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 24 , ' 18 ' , ' 18033 ' , 2 , ' CHER ' , ' Cher ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 74 , ' 19 ' , ' 19272 ' , 3 , ' CORREZE ' , ' Corr<EFBFBD> ze ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 94 , ' 2A ' , ' 2A004 ' , 3 , ' CORSE-DU-SUD ' , ' Corse-du-Sud ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 94 , ' 2B ' , ' 2B033 ' , 3 , ' HAUTE-CORSE ' , ' Haute-Corse ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 26 , ' 21 ' , ' 21231 ' , 3 , ' COTE-D\ ' OR ' , ' C <EFBFBD> te - d \ ' Or ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 53 , ' 22 ' , ' 22278 ' , 4 , ' COTES-D\ ' ARMOR ' , ' C <EFBFBD> tes - d \ ' Armor ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 74 , ' 23 ' , ' 23096 ' , 3 , ' CREUSE ' , ' Creuse ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 72 , ' 24 ' , ' 24322 ' , 3 , ' DORDOGNE ' , ' Dordogne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 43 , ' 25 ' , ' 25056 ' , 2 , ' DOUBS ' , ' Doubs ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 82 , ' 26 ' , ' 26362 ' , 3 , ' DROME ' , ' Dr<EFBFBD> me ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 23 , ' 27 ' , ' 27229 ' , 5 , ' EURE ' , ' Eure ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 24 , ' 28 ' , ' 28085 ' , 1 , ' EURE-ET-LOIR ' , ' Eure-et-Loir ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 53 , ' 29 ' , ' 29232 ' , 2 , ' FINISTERE ' , ' Finist<EFBFBD> re ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 91 , ' 30 ' , ' 30189 ' , 2 , ' GARD ' , ' Gard ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 73 , ' 31 ' , ' 31555 ' , 3 , ' HAUTE-GARONNE ' , ' Haute-Garonne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 73 , ' 32 ' , ' 32013 ' , 2 , ' GERS ' , ' Gers ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 72 , ' 33 ' , ' 33063 ' , 3 , ' GIRONDE ' , ' Gironde ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 91 , ' 34 ' , ' 34172 ' , 5 , ' HERAULT ' , ' H<EFBFBD> rault ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 53 , ' 35 ' , ' 35238 ' , 1 , ' ILLE-ET-VILAINE ' , ' Ille-et-Vilaine ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 24 , ' 36 ' , ' 36044 ' , 5 , ' INDRE ' , ' Indre ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 24 , ' 37 ' , ' 37261 ' , 1 , ' INDRE-ET-LOIRE ' , ' Indre-et-Loire ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 82 , ' 38 ' , ' 38185 ' , 5 , ' ISERE ' , ' Is<EFBFBD> re ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 43 , ' 39 ' , ' 39300 ' , 2 , ' JURA ' , ' Jura ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 72 , ' 40 ' , ' 40192 ' , 4 , ' LANDES ' , ' Landes ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 24 , ' 41 ' , ' 41018 ' , 0 , ' LOIR-ET-CHER ' , ' Loir-et-Cher ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 82 , ' 42 ' , ' 42218 ' , 3 , ' LOIRE ' , ' Loire ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 83 , ' 43 ' , ' 43157 ' , 3 , ' HAUTE-LOIRE ' , ' Haute-Loire ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 52 , ' 44 ' , ' 44109 ' , 3 , ' LOIRE-ATLANTIQUE ' , ' Loire-Atlantique ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 24 , ' 45 ' , ' 45234 ' , 2 , ' LOIRET ' , ' Loiret ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 73 , ' 46 ' , ' 46042 ' , 2 , ' LOT ' , ' Lot ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 72 , ' 47 ' , ' 47001 ' , 0 , ' LOT-ET-GARONNE ' , ' Lot-et-Garonne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 91 , ' 48 ' , ' 48095 ' , 3 , ' LOZERE ' , ' Loz<EFBFBD> re ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 52 , ' 49 ' , ' 49007 ' , 0 , ' MAINE-ET-LOIRE ' , ' Maine-et-Loire ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 25 , ' 50 ' , ' 50502 ' , 3 , ' MANCHE ' , ' Manche ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 21 , ' 51 ' , ' 51108 ' , 3 , ' MARNE ' , ' Marne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 21 , ' 52 ' , ' 52121 ' , 3 , ' HAUTE-MARNE ' , ' Haute-Marne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 52 , ' 53 ' , ' 53130 ' , 3 , ' MAYENNE ' , ' Mayenne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 41 , ' 54 ' , ' 54395 ' , 0 , ' MEURTHE-ET-MOSELLE ' , ' Meurthe-et-Moselle ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 41 , ' 55 ' , ' 55029 ' , 3 , ' MEUSE ' , ' Meuse ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 53 , ' 56 ' , ' 56260 ' , 2 , ' MORBIHAN ' , ' Morbihan ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 41 , ' 57 ' , ' 57463 ' , 3 , ' MOSELLE ' , ' Moselle ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 26 , ' 58 ' , ' 58194 ' , 3 , ' NIEVRE ' , ' Ni<EFBFBD> vre ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 31 , ' 59 ' , ' 59350 ' , 2 , ' NORD ' , ' Nord ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 22 , ' 60 ' , ' 60057 ' , 5 , ' OISE ' , ' Oise ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 25 , ' 61 ' , ' 61001 ' , 5 , ' ORNE ' , ' Orne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 31 , ' 62 ' , ' 62041 ' , 2 , ' PAS-DE-CALAIS ' , ' Pas-de-Calais ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 83 , ' 63 ' , ' 63113 ' , 2 , ' PUY-DE-DOME ' , ' Puy-de-D<> me ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 72 , ' 64 ' , ' 64445 ' , 4 , ' PYRENEES-ATLANTIQUES ' , ' Pyr<EFBFBD> n<EFBFBD> es-Atlantiques ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 73 , ' 65 ' , ' 65440 ' , 4 , ' HAUTES-PYRENEES ' , ' Hautes-Pyr<79> n<EFBFBD> es ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 91 , ' 66 ' , ' 66136 ' , 4 , ' PYRENEES-ORIENTALES ' , ' Pyr<EFBFBD> n<EFBFBD> es-Orientales ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 42 , ' 67 ' , ' 67482 ' , 2 , ' BAS-RHIN ' , ' Bas-Rhin ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 42 , ' 68 ' , ' 68066 ' , 2 , ' HAUT-RHIN ' , ' Haut-Rhin ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 82 , ' 69 ' , ' 69123 ' , 2 , ' RHONE ' , ' Rh<EFBFBD> ne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 43 , ' 70 ' , ' 70550 ' , 3 , ' HAUTE-SAONE ' , ' Haute-Sa<53> ne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 26 , ' 71 ' , ' 71270 ' , 0 , ' SAONE-ET-LOIRE ' , ' Sa<EFBFBD> ne-et-Loire ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 52 , ' 72 ' , ' 72181 ' , 3 , ' SARTHE ' , ' Sarthe ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 82 , ' 73 ' , ' 73065 ' , 3 , ' SAVOIE ' , ' Savoie ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 82 , ' 74 ' , ' 74010 ' , 3 , ' HAUTE-SAVOIE ' , ' Haute-Savoie ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 11 , ' 75 ' , ' 75056 ' , 0 , ' PARIS ' , ' Paris ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 23 , ' 76 ' , ' 76540 ' , 3 , ' SEINE-MARITIME ' , ' Seine-Maritime ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 11 , ' 77 ' , ' 77288 ' , 0 , ' SEINE-ET-MARNE ' , ' Seine-et-Marne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 11 , ' 78 ' , ' 78646 ' , 4 , ' YVELINES ' , ' Yvelines ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 54 , ' 79 ' , ' 79191 ' , 4 , ' DEUX-SEVRES ' , ' Deux-S<> vres ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 22 , ' 80 ' , ' 80021 ' , 3 , ' SOMME ' , ' Somme ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 73 , ' 81 ' , ' 81004 ' , 2 , ' TARN ' , ' Tarn ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 73 , ' 82 ' , ' 82121 ' , 0 , ' TARN-ET-GARONNE ' , ' Tarn-et-Garonne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 93 , ' 83 ' , ' 83137 ' , 2 , ' VAR ' , ' Var ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 93 , ' 84 ' , ' 84007 ' , 0 , ' VAUCLUSE ' , ' Vaucluse ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 52 , ' 85 ' , ' 85191 ' , 3 , ' VENDEE ' , ' Vend<EFBFBD> e ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 54 , ' 86 ' , ' 86194 ' , 3 , ' VIENNE ' , ' Vienne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 74 , ' 87 ' , ' 87085 ' , 3 , ' HAUTE-VIENNE ' , ' Haute-Vienne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 41 , ' 88 ' , ' 88160 ' , 4 , ' VOSGES ' , ' Vosges ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 26 , ' 89 ' , ' 89024 ' , 5 , ' YONNE ' , ' Yonne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 43 , ' 90 ' , ' 90010 ' , 0 , ' TERRITOIRE DE BELFORT ' , ' Territoire de Belfort ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 11 , ' 91 ' , ' 91228 ' , 5 , ' ESSONNE ' , ' Essonne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 11 , ' 92 ' , ' 92050 ' , 4 , ' HAUTS-DE-SEINE ' , ' Hauts-de-Seine ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 11 , ' 93 ' , ' 93008 ' , 3 , ' SEINE-SAINT-DENIS ' , ' Seine-Saint-Denis ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 11 , ' 94 ' , ' 94028 ' , 2 , ' VAL-DE-MARNE ' , ' Val-de-Marne ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 11 , ' 95 ' , ' 95500 ' , 2 , ' VAL-D\ ' OISE ' , ' Val - d \ ' Oise ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 1 , ' 971 ' , ' 97105 ' , 3 , ' GUADELOUPE ' , ' Guadeloupe ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2 , ' 972 ' , ' 97209 ' , 3 , ' MARTINIQUE ' , ' Martinique ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 3 , ' 973 ' , ' 97302 ' , 3 , ' GUYANE ' , ' Guyane ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 4 , ' 974 ' , ' 97411 ' , 3 , ' REUNION ' , ' R<EFBFBD> union ' ) ;
-- Provinces de Belgique
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 01 ' , ' ' , 1 , ' ANVERS ' , ' Anvers ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 203 , ' 02 ' , ' ' , 3 , ' BRUXELLES-CAPITALE ' , ' Bruxelles-Capitale ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 202 , ' 03 ' , ' ' , 2 , ' BRABANT-WALLON ' , ' Brabant-Wallon ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 04 ' , ' ' , 1 , ' BRABANT-FLAMAND ' , ' Brabant-Flamand ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 05 ' , ' ' , 1 , ' FLANDRE-OCCIDENTALE ' , ' Flandre-Occidentale ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 06 ' , ' ' , 1 , ' FLANDRE-ORIENTALE ' , ' Flandre-Orientale ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 202 , ' 07 ' , ' ' , 2 , ' HAINAUT ' , ' Hainaut ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 08 ' , ' ' , 2 , ' LIEGE ' , ' Li<EFBFBD> ge ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 202 , ' 09 ' , ' ' , 1 , ' LIMBOURG ' , ' Limbourg ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 202 , ' 10 ' , ' ' , 2 , ' LUXEMBOURG ' , ' Luxembourg ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 11 ' , ' ' , 2 , ' NAMUR ' , ' Namur ' ) ;
-- Provinces Australie
2007-01-09 20:10:45 +01:00
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2801 , ' NSW ' , ' ' , 1 , ' ' , ' New South Wales ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2801 , ' VIC ' , ' ' , 1 , ' ' , ' Victoria ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2801 , ' QLD ' , ' ' , 1 , ' ' , ' Queensland ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2801 , ' SA ' , ' ' , 1 , ' ' , ' South Australia ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2801 , ' ACT ' , ' ' , 1 , ' ' , ' Australia Capital Territory ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2801 , ' TAS ' , ' ' , 1 , ' ' , ' Tasmania ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2801 , ' WA ' , ' ' , 1 , ' ' , ' Western Australia ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 2801 , ' NT ' , ' ' , 1 , ' ' , ' Northern Territory ' ) ;
2006-04-23 16:43:57 +02:00
2008-02-17 21:44:20 +01:00
-- Provinces Spain
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 01 ' , 419 , ' ' , 19 , ' PAIS VASCO ' , ' Pa<EFBFBD> s Vasco ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 02 ' , 404 , ' ' , 4 , ' ALBACETE ' , ' Albacete ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 03 ' , 411 , ' ' , 11 , ' ALICANTE ' , ' Alicante ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 04 ' , 401 , ' ' , 1 , ' ALMERIA ' , ' Almer<EFBFBD> a ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 05 ' , 403 , ' ' , 3 , ' AVILA ' , ' Avila ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 06 ' , 412 , ' ' , 12 , ' BADAJOZ ' , ' Badajoz ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 07 ' , 414 , ' ' , 14 , ' ISLAS BALEARES ' , ' Islas Baleares ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 08 ' , 406 , ' ' , 6 , ' BARCELONA ' , ' Barcelona ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 09 ' , 403 , ' ' , 8 , ' BURGOS ' , ' Burgos ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 10 ' , 412 , ' ' , 12 , ' CACERES ' , ' C<EFBFBD> ceres ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 11 ' , 401 , ' ' , 1 , ' CADIz ' , ' C<EFBFBD> diz ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 12 ' , 411 , ' ' , 11 , ' CASTELLON ' , ' Castell<EFBFBD> n ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 13 ' , 404 , ' ' , 4 , ' CIUDAD REAL ' , ' Ciudad Real ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 14 ' , 401 , ' ' , 1 , ' CORDOBA ' , ' C<EFBFBD> rdoba ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 15 ' , 413 , ' ' , 13 , ' LA CORU<52> A ' , ' La Coru<72> a ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 16 ' , 404 , ' ' , 4 , ' CUENCA ' , ' Cuenca ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 17 ' , 406 , ' ' , 6 , ' GERONA ' , ' Gerona ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 18 ' , 401 , ' ' , 1 , ' GRANADA ' , ' Granada ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 19 ' , 404 , ' ' , 4 , ' GUADALAJARA ' , ' Guadalajara ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 20 ' , 419 , ' ' , 19 , ' GUIPUZCOA ' , ' Guip<EFBFBD> zcoa ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 21 ' , 401 , ' ' , 1 , ' HUELVA ' , ' Huelva ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 22 ' , 402 , ' ' , 2 , ' HUESCA ' , ' Huesca ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 23 ' , 401 , ' ' , 1 , ' JAEN ' , ' Ja<EFBFBD> n ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 24 ' , 403 , ' ' , 3 , ' LEON ' , ' Le<EFBFBD> n ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 25 ' , 406 , ' ' , 6 , ' LERIDA ' , ' L<EFBFBD> rida ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 26 ' , 415 , ' ' , 15 , ' LA RIOJA ' , ' La Rioja ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 27 ' , 413 , ' ' , 13 , ' LUGO ' , ' Lugo ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 28 ' , 416 , ' ' , 16 , ' MADRID ' , ' Madrid ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 29 ' , 401 , ' ' , 1 , ' MALAGA ' , ' M<EFBFBD> laga ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 30 ' , 417 , ' ' , 17 , ' MURCIA ' , ' Murcia ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 31 ' , 408 , ' ' , 8 , ' NAVARRA ' , ' Navarra ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 32 ' , 413 , ' ' , 13 , ' ORENSE ' , ' Orense ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 33 ' , 418 , ' ' , 18 , ' ASTURIAS ' , ' Asturias ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 34 ' , 403 , ' ' , 3 , ' PALENCIA ' , ' Palencia ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 35 ' , 405 , ' ' , 5 , ' LAS PALMAS ' , ' Las Palmas ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 36 ' , 413 , ' ' , 13 , ' PONTEVEDRA ' , ' Pontevedra ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 37 ' , 403 , ' ' , 3 , ' SALAMANCA ' , ' Salamanca ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 38 ' , 405 , ' ' , 5 , ' STA. CRUZ DE TENERIFE ' , ' Sta. Cruz de Tenerife ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 39 ' , 410 , ' ' , 10 , ' CANTABRIA ' , ' Cantabria ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 40 ' , 403 , ' ' , 3 , ' SEGOVIA ' , ' Segovia ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 41 ' , 401 , ' ' , 1 , ' SEVILLA ' , ' Sevilla ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 42 ' , 403 , ' ' , 3 , ' SORIA ' , ' Soria ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 43 ' , 406 , ' ' , 6 , ' TARRAGONA ' , ' Tarragona ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 44 ' , 402 , ' ' , 2 , ' TERUEL ' , ' Teruel ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 45 ' , 404 , ' ' , 5 , ' TOLEDO ' , ' Toledo ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 46 ' , 411 , ' ' , 11 , ' VALENCIA ' , ' Valencia ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 47 ' , 403 , ' ' , 3 , ' VALLADOLID ' , ' Valladolid ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 48 ' , 419 , ' ' , 19 , ' VIZCAYA ' , ' Vizcaya ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 49 ' , 403 , ' ' , 3 , ' ZAMORA ' , ' Zamora ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 50 ' , 402 , ' ' , 1 , ' ZARAGOZA ' , ' Zaragoza ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 51 ' , 407 , ' ' , 7 , ' CEUTA ' , ' Ceuta ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 52 ' , 409 , ' ' , 9 , ' MELILLA ' , ' Melilla ' , 1 ) ;
INSERT INTO llx_c_departements ( code_departement , fk_region , cheflieu , tncc , ncc , nom , active ) VALUES ( ' 53 ' , 420 , ' ' , 20 , ' OTROS ' , ' Otros ' , 1 ) ;
2006-04-23 16:43:57 +02:00
--
-- Types etat propales
--
delete from llx_c_propalst ;
insert into llx_c_propalst ( id , code , label ) values ( 0 , ' PR_DRAFT ' , ' Brouillon ' ) ;
insert into llx_c_propalst ( id , code , label ) values ( 1 , ' PR_OPEN ' , ' Ouverte ' ) ;
insert into llx_c_propalst ( id , code , label ) values ( 2 , ' PR_SIGNED ' , ' Sign<EFBFBD> e ' ) ;
insert into llx_c_propalst ( id , code , label ) values ( 3 , ' PR_NOTSIGNED ' , ' Non Sign<67> e ' ) ;
insert into llx_c_propalst ( id , code , label ) values ( 4 , ' PR_FAC ' , ' Factur<EFBFBD> e ' ) ;
--
-- Types action st
--
delete from llx_c_stcomm ;
insert into llx_c_stcomm ( id , code , libelle ) values ( - 1 , ' ST_NO ' , ' Ne pas contacter ' ) ;
insert into llx_c_stcomm ( id , code , libelle ) values ( 0 , ' ST_NEVER ' , ' Jamais contact<63> ' ) ;
insert into llx_c_stcomm ( id , code , libelle ) values ( 1 , ' ST_TODO ' , ' A contacter ' ) ;
insert into llx_c_stcomm ( id , code , libelle ) values ( 2 , ' ST_PEND ' , ' Contact en cours ' ) ;
insert into llx_c_stcomm ( id , code , libelle ) values ( 3 , ' ST_DONE ' , ' Contact<EFBFBD> e ' ) ;
--
-- Types entreprises
--
delete from llx_c_typent ;
2006-08-15 01:08:09 +02:00
insert into llx_c_typent ( id , code , libelle , active ) values ( 0 , ' TE_UNKNOWN ' , ' - ' , 1 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 1 , ' TE_STARTUP ' , ' Start-up ' , 0 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 2 , ' TE_GROUP ' , ' Grand groupe ' , 1 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 3 , ' TE_MEDIUM ' , ' PME/PMI ' , 1 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 4 , ' TE_SMALL ' , ' TPE ' , 1 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 5 , ' TE_ADMIN ' , ' Administration ' , 1 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 6 , ' TE_WHOLE ' , ' Grossiste ' , 0 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 7 , ' TE_RETAIL ' , ' Revendeur ' , 0 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 8 , ' TE_PRIVATE ' , ' Particulier ' , 1 ) ;
insert into llx_c_typent ( id , code , libelle , active ) values ( 100 , ' TE_OTHER ' , ' Autres ' , 1 ) ;
2006-04-23 16:43:57 +02:00
2005-01-30 01:26:24 +01:00
--
2005-05-07 22:10:20 +02:00
-- Devises (code secondaire - code ISO4217 - libelle fr)
2005-01-30 01:26:24 +01:00
--
2005-04-15 20:52:18 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' BT ' , ' THB ' , 1 , ' Bath thailandais ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' CD ' , ' DKK ' , 1 , ' Couronnes dannoises ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' CN ' , ' NOK ' , 1 , ' Couronnes norvegiennes ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' CS ' , ' SEK ' , 1 , ' Couronnes suedoises ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' CZ ' , ' CZK ' , 1 , ' Couronnes tcheques ' ) ;
2007-10-13 02:51:09 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' TD ' , ' TND ' , 1 , ' Dinar tunisien ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' DA ' , ' DZD ' , 1 , ' Dinar alg<6C> rien ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' DH ' , ' MAD ' , 1 , ' Dirham ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' AD ' , ' AUD ' , 1 , ' Dollars australiens ' ) ;
2005-04-15 20:52:18 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' DC ' , ' CAD ' , 1 , ' Dollars canadiens ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' DH ' , ' HKD ' , 1 , ' Dollars hong kong ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' DS ' , ' SGD ' , 1 , ' Dollars singapour ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' DU ' , ' USD ' , 1 , ' Dollars us ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' EC ' , ' XEU ' , 1 , ' Ecus ' ) ;
2005-07-09 16:32:05 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' ES ' , ' PTE ' , 0 , ' Escudos ' ) ;
2005-07-09 14:00:06 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' FB ' , ' BEF ' , 0 , ' Francs belges ' ) ;
2005-07-09 16:32:05 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' FF ' , ' FRF ' , 0 , ' Francs francais ' ) ;
2005-07-09 14:00:06 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' FL ' , ' LUF ' , 0 , ' Francs luxembourgeois ' ) ;
2005-04-15 20:52:18 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' FO ' , ' NLG ' , 1 , ' Florins ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' FS ' , ' CHF ' , 1 , ' Francs suisses ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' LI ' , ' IEP ' , 1 , ' Livres irlandaises ' ) ;
2005-07-09 14:00:06 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' LR ' , ' ITL ' , 0 , ' Lires ' ) ;
2005-04-15 20:52:18 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' LS ' , ' GBP ' , 1 , ' Livres sterling ' ) ;
2005-07-09 14:00:06 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' MA ' , ' DEM ' , 0 , ' Deutsch mark ' ) ;
2005-04-15 20:52:18 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' MF ' , ' FIM ' , 1 , ' Mark finlandais ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' PA ' , ' ARP ' , 1 , ' Pesos argentins ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' PC ' , ' CLP ' , 1 , ' Pesos chilien ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' PE ' , ' ESP ' , 1 , ' Pesete ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' PL ' , ' PLN ' , 1 , ' Zlotys polonais ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' SA ' , ' ATS ' , 1 , ' Shiliing autrichiens ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' TW ' , ' TWD ' , 1 , ' Dollar taiwanais ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' YE ' , ' JPY ' , 1 , ' Yens ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' ZA ' , ' ZAR ' , 1 , ' Rand africa ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' DR ' , ' GRD ' , 1 , ' Drachme (grece) ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' EU ' , ' EUR ' , 1 , ' Euros ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' RB ' , ' BRL ' , 1 , ' Real bresilien ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' SK ' , ' SKK ' , 1 , ' Couronnes slovaques ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' YC ' , ' CNY ' , 1 , ' Yuang chinois ' ) ;
2007-12-05 23:54:14 +01:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' AE ' , ' AED ' , 1 , ' Arabes emirats dirham ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' CF ' , ' XAF ' , 1 , ' Francs cfa beac ' ) ;
-- insert into llx_c_currencies ( code, code_iso, active, label ) values ( 'CF', 'XOF', 1, 'Francs cfa bceao'); doublon sur code court
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' EG ' , ' EGP ' , 1 , ' Livre egyptienne ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' KR ' , ' KRW ' , 1 , ' Won coree du sud ' ) ;
2005-04-15 20:52:18 +02:00
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' NZ ' , ' NZD ' , 1 , ' Dollar neo-zelandais ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' TR ' , ' TRL ' , 1 , ' Livre turque ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' ID ' , ' IDR ' , 1 , ' Rupiahs d '' indonesie ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' IN ' , ' INR ' , 1 , ' Roupie indienne ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' LT ' , ' LTL ' , 1 , ' Litas ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' RU ' , ' SUR ' , 1 , ' Rouble ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' FH ' , ' HUF ' , 1 , ' Forint hongrois ' ) ;
insert into llx_c_currencies ( code , code_iso , active , label ) values ( ' LK ' , ' LKR ' , 1 , ' Roupie sri lanka ' ) ;
2005-08-20 00:32:32 +02:00
--
-- Taux TVA
2005-11-01 15:37:03 +01:00
-- Source des taux: http://fr.wikipedia.org/wiki/Taxe_sur_la_valeur_ajout%C3%A9e
--
delete from llx_c_tva ;
-- ALLEMAGNE (id 5)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 51 , 5 , ' 16 ' , ' 0 ' , ' VAT Rate 16 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 52 , 5 , ' 7 ' , ' 0 ' , ' VAT Rate 7 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 53 , 5 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2005-11-01 15:37:03 +01:00
2007-01-09 20:10:45 +01:00
-- AUSTRALIE (id 28)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 281 , 28 , ' 10 ' , ' 0 ' , ' VAT Rate 10 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 282 , 28 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2006-04-21 01:10:15 +02:00
2005-11-01 15:37:03 +01:00
-- BELGIQUE (id 2)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 21 , 2 , ' 21 ' , ' 0 ' , ' VAT Rate 21 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 22 , 2 , ' 6 ' , ' 0 ' , ' VAT Rate 6 ' , 1 ) ;
2005-11-01 15:37:03 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 23 , 2 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ou non applicable ' , 1 ) ;
-- CANADA (id 14)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 141 , 14 , ' 7 ' , ' 0 ' , ' VAT Rate 7 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 142 , 14 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
-- ESPAGNE (id 4)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 41 , 4 , ' 16 ' , ' 0 ' , ' VAT Rate 16 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 42 , 4 , ' 7 ' , ' 0 ' , ' VAT Rate 7 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 43 , 4 , ' 4 ' , ' 0 ' , ' VAT Rate 4 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 44 , 4 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2005-11-01 15:37:03 +01:00
-- FRANCE (id 1)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 11 , 1 , ' 19.6 ' , ' 0 ' , ' VAT Rate 19.6 (France hors DOM-TOM) ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 12 , 1 , ' 8.5 ' , ' 0 ' , ' VAT Rate 8.5 (DOM sauf Guyane et Saint-Martin) ' , 0 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 13 , 1 , ' 8.5 ' , ' 1 ' , ' VAT Rate 8.5 (DOM sauf Guyane et Saint-Martin), non per<65> u par le vendeur mais r<> cup<75> rable par l\ ' acheteur ' ,0);
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 14 , 1 , ' 5.5 ' , ' 0 ' , ' VAT Rate 5.5 (France hors DOM-TOM) ' , 1 ) ;
2008-03-17 04:08:09 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 15 , 1 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ou non applicable ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 16 , 1 , ' 2.1 ' , ' 0 ' , ' VAT Rate 2.1 ' , 1 ) ;
2005-11-01 15:37:03 +01:00
2008-02-12 04:00:50 +01:00
-- ITALY (id 3)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 31 , 3 , ' 20 ' , ' 0 ' , ' VAT Rate 20 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 32 , 3 , ' 10 ' , ' 0 ' , ' VAT Rate 10 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 33 , 3 , ' 4 ' , ' 0 ' , ' VAT Rate 4 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 34 , 3 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2007-11-22 13:09:51 +01:00
2008-02-12 04:00:50 +01:00
-- LUXEMBOURG (id 140)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 141 , 140 , ' 15 ' , ' 0 ' , ' VAT Rate 15 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 142 , 140 , ' 12 ' , ' 0 ' , ' VAT Rate 12 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 143 , 140 , ' 6 ' , ' 0 ' , ' VAT Rate 6 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 144 , 140 , ' 3 ' , ' 0 ' , ' VAT Rate 3 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 145 , 140 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
-- MAROC (id 12)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 121 , 12 , ' 20 ' , ' 0 ' , ' VAT Rate 20 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 122 , 12 , ' 14 ' , ' 0 ' , ' VAT Rate 14 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 123 , 12 , ' 10 ' , ' 0 ' , ' VAT Rate 10 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 124 , 12 , ' 7 ' , ' 0 ' , ' VAT Rate 7 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 124 , 12 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2007-11-22 13:09:51 +01:00
2005-11-01 15:37:03 +01:00
-- PAYS-BAS (id 17)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 171 , 17 , ' 19 ' , ' 0 ' , ' VAT Rate 19 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 172 , 17 , ' 6 ' , ' 0 ' , ' VAT Rate 6 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 173 , 17 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2005-11-01 15:37:03 +01:00
2007-01-09 20:10:45 +01:00
-- PORTUGAL (id 25)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 251 , 25 , ' 17 ' , ' 0 ' , ' VAT Rate 17 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 252 , 25 , ' 12 ' , ' 0 ' , ' VAT Rate 12 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 253 , 25 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2005-11-01 15:37:03 +01:00
-- ROYAUME UNI (id 7)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 71 , 7 , ' 17.5 ' , ' 0 ' , ' VAT Rate 17.5 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 72 , 7 , ' 5 ' , ' 0 ' , ' VAT Rate 5 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 73 , 7 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2005-11-01 15:37:03 +01:00
-- SUISSE (id 6)
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 61 , 6 , ' 7.6 ' , ' 0 ' , ' VAT Rate 7.6 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 62 , 6 , ' 3.6 ' , ' 0 ' , ' VAT Rate 3.6 ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 63 , 6 , ' 2.4 ' , ' 0 ' , ' VAT Rate 2.4 ' , 1 ) ;
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 64 , 6 , ' 0 ' , ' 0 ' , ' VAT Rate 0 ' , 1 ) ;
2005-08-20 00:32:32 +02:00
2007-10-16 19:55:09 +02:00
-- TUNISIE (id 10)
2008-02-15 01:41:38 +01:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 101 , 10 , ' 6 ' , ' 0 ' , ' TVA 6% ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 102 , 10 , ' 12 ' , ' 0 ' , ' TVA 12% ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 103 , 10 , ' 18 ' , ' 0 ' , ' VAT 18% ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 104 , 10 , ' 7.5 ' , ' 0 ' , ' TVA 6% Major<6F> <20> 25% (7.5%) ' , 1 ) ;
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 105 , 10 , ' 15 ' , ' 0 ' , ' TVA 12% Major<6F> <20> 25% (15%) ' , 1 ) ;
2007-10-16 19:55:09 +02:00
insert into llx_c_tva ( rowid , fk_pays , taux , recuperableonly , note , active ) values ( 106 , 10 , ' 22.5 ' , ' 0 ' , ' VAT 18% Major<6F> <20> 25% (22.5%) ' , 1 ) ;
2005-09-08 00:43:44 +02:00
2008-03-07 03:08:43 +01:00
-- Pour les DOM-TOM, il faut utiliser le pays FRANCE (Sinon pb avec regles de TVA et autres regles propres aux pays et europe)
2008-02-12 04:00:50 +01:00
2005-09-08 00:43:44 +02:00
--
-- Les types de contact d'un element
--
2005-09-17 19:38:02 +02:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 10 , ' contrat ' , ' internal ' , ' SALESREPSIGN ' , ' Commercial signataire du contrat ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 11 , ' contrat ' , ' internal ' , ' SALESREPFOLL ' , ' Commercial suivi du contrat ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 20 , ' contrat ' , ' external ' , ' BILLING ' , ' Contact client facturation contrat ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 21 , ' contrat ' , ' external ' , ' CUSTOMER ' , ' Contact client suivi contrat ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 22 , ' contrat ' , ' external ' , ' SALESREPSIGN ' , ' Contact client signataire contrat ' , 1 ) ;
2006-05-06 20:33:53 +02:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 31 , ' propal ' , ' internal ' , ' SALESREPFOLL ' , ' Commercial <20> l\ ' origine de la propale ' , 1);
2005-09-17 19:38:02 +02:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 40 , ' propal ' , ' external ' , ' BILLING ' , ' Contact client facturation propale ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 41 , ' propal ' , ' external ' , ' CUSTOMER ' , ' Contact client suivi propale ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 80 , ' projet ' , ' internal ' , ' PROJECTLEADER ' , ' Chef de Projet ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 81 , ' projet ' , ' external ' , ' PROJECTLEADER ' , ' Chef de Projet ' , 1 ) ;
2005-09-08 00:43:44 +02:00
2006-05-06 20:33:53 +02:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 50 , ' facture ' , ' internal ' , ' SALESREPFOLL ' , ' Responsable suivi du paiement ' , 1 ) ;
2005-11-30 18:37:01 +01:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 60 , ' facture ' , ' external ' , ' BILLING ' , ' Contact client facturation ' , 1 ) ;
2005-12-01 00:09:28 +01:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 61 , ' facture ' , ' external ' , ' SHIPPING ' , ' Contact client livraison ' , 1 ) ;
2005-12-01 09:48:28 +01:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 62 , ' facture ' , ' external ' , ' SERVICE ' , ' Contact client prestation ' , 1 ) ;
2005-11-30 18:37:01 +01:00
2006-05-06 20:33:53 +02:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 91 , ' commande ' , ' internal ' , ' SALESREPFOLL ' , ' Responsable suivi de la commande ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 100 , ' commande ' , ' external ' , ' BILLING ' , ' Contact client facturation commande ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 101 , ' commande ' , ' external ' , ' CUSTOMER ' , ' Contact client suivi commande ' , 1 ) ;
2007-10-07 16:58:38 +02:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 102 , ' commande ' , ' external ' , ' SHIPPING ' , ' Contact client livraison commande ' , 1 ) ;
2006-05-06 17:15:48 +02:00
2007-06-21 21:49:24 +02:00
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 120 , ' fichinter ' , ' internal ' , ' INTERREPFOLL ' , ' Responsable suivi de l\ ' intervention ' , 1);
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 121 , ' fichinter ' , ' internal ' , ' INTERVENING ' , ' Intervenant ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 130 , ' fichinter ' , ' external ' , ' BILLING ' , ' Contact client facturation intervention ' , 1 ) ;
insert into llx_c_type_contact ( rowid , element , source , code , libelle , active ) values ( 131 , ' fichinter ' , ' external ' , ' CUSTOMER ' , ' Contact client suivi de l\ ' intervention ' , 1);
2007-04-30 10:31:20 +02:00
2007-07-24 17:14:12 +02:00
--
-- Eco-Taxes
--
-- France (Organisme ERP)
2007-07-25 10:39:35 +02:00
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 1 , ' ER-A-A ' , ' Mat<EFBFBD> riels <20> lectriques < 0,2kg ' , 0 . 01000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 2 , ' ER-A-B ' , ' Mat<EFBFBD> riels <20> lectriques >= 0,2 kg et < 0,5 kg ' , 0 . 03000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 3 , ' ER-A-C ' , ' Mat<EFBFBD> riels <20> lectriques >= 0,5 kg et < 1 kg ' , 0 . 04000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 4 , ' ER-A-D ' , ' Mat<EFBFBD> riels <20> lectriques >= 1 kg et < 2 kg ' , 0 . 13000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 5 , ' ER-A-E ' , ' Mat<EFBFBD> riels <20> lectriques >= 2 kg et < 4kg ' , 0 . 21000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 6 , ' ER-A-F ' , ' Mat<EFBFBD> riels <20> lectriques >= 4 kg et < 8 kg ' , 0 . 42000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 7 , ' ER-A-G ' , ' Mat<EFBFBD> riels <20> lectriques >= 8 kg et < 15 kg ' , 0 . 84000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 8 , ' ER-A-H ' , ' Mat<EFBFBD> riels <20> lectriques >= 15 kg et < 20 kg ' , 1 . 25000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 9 , ' ER-A-I ' , ' Mat<EFBFBD> riels <20> lectriques >= 20 kg et < 30 kg ' , 1 . 88000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 10 , ' ER-A-J ' , ' Mat<EFBFBD> riels <20> lectriques >= 30 kg ' , 3 . 34000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 11 , ' ER-M-1 ' , ' TV, Moniteurs < 9kg ' , 0 . 84000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 12 , ' ER-M-2 ' , ' TV, Moniteurs >= 9kg et < 15kg ' , 1 . 67000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 13 , ' ER-M-3 ' , ' TV, Moniteurs >= 15kg et < 30kg ' , 3 . 34000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 14 , ' ER-M-4 ' , ' TV, Moniteurs >= 30 kg ' , 6 . 69000000 , ' ERP ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 15 , ' EC-A-A ' , ' Mat<EFBFBD> riels <20> lectriques 0,2 kg max ' , 0 . 00840000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 16 , ' EC-A-B ' , ' Mat<EFBFBD> riels <20> lectriques 0,21 kg min - 0,50 kg max ' , 0 . 02500000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 17 , ' EC-A-C ' , ' Mat<EFBFBD> riels <20> lectriques 0,51 kg min - 1 kg max ' , 0 . 04000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 18 , ' EC-A-D ' , ' Mat<EFBFBD> riels <20> lectriques 1,01 kg min - 2,5 kg max ' , 0 . 13000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 19 , ' EC-A-E ' , ' Mat<EFBFBD> riels <20> lectriques 2,51 kg min - 4 kg max ' , 0 . 21000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 20 , ' EC-A-F ' , ' Mat<EFBFBD> riels <20> lectriques 4,01 kg min - 8 kg max ' , 0 . 42000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 21 , ' EC-A-G ' , ' Mat<EFBFBD> riels <20> lectriques 8,01 kg min - 12 kg max ' , 0 . 63000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 22 , ' EC-A-H ' , ' Mat<EFBFBD> riels <20> lectriques 12,01 kg min - 20 kg max ' , 1 . 05000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 23 , ' EC-A-I ' , ' Mat<EFBFBD> riels <20> lectriques 20,01 kg min ' , 1 . 88000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 24 , ' EC-M-1 ' , ' TV, Moniteurs 9 kg max ' , 0 . 84000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 25 , ' EC-M-2 ' , ' TV, Moniteurs 9,01 kg min - 18 kg max ' , 1 . 67000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 26 , ' EC-M-3 ' , ' TV, Moniteurs 18,01 kg min - 36 kg max ' , 3 . 34000000 , ' Ecologic ' , 1 , 1 ) ;
2007-07-25 13:06:47 +02:00
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 27 , ' EC-M-4 ' , ' TV, Moniteurs 36,01 kg min ' , 6 . 69000000 , ' Ecologic ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 28 , ' ES-M-1 ' , ' TV, Moniteurs <= 20 pouces ' , 0 . 84000000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 29 , ' ES-M-2 ' , ' TV, Moniteurs > 20 pouces et <= 32 pouces ' , 3 . 34000000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 30 , ' ES-M-3 ' , ' TV, Moniteurs > 32 pouces et autres grands <20> crans ' , 6 . 69000000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 31 , ' ES-A-A ' , ' Ordinateur fixe, Audio home systems (HIFI), <20> l<EFBFBD> ments hifi s<> par<61> s<EFBFBD> ' , 0 . 84000000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 32 , ' ES-A-B ' , ' Ordinateur portable, CD-RCR, VCR, lecteurs et enregistreurs DVD <20> Instruments de musique et caisses de r<> sonance, haut parleurs... ' , 0 . 25000000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 33 , ' ES-A-C ' , ' Imprimante, photocopieur, t<> l<EFBFBD> copieur,<2C> ' , 0 . 42000000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 34 , ' ES-A-D ' , ' Accessoires, clavier, souris, PDA, imprimante photo, appareil photo, gps, t<> l<EFBFBD> phone, r<> pondeur, t<> l<EFBFBD> phone sans fil, modem,... T<> l<EFBFBD> commande, casque, cam<61> scope, baladeur mp3, radio portable, radio K7 et CD portable, set top box, radio r<> veil <20> ' , 0 . 08400000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 35 , ' ES-A-E ' , ' GSM ' , 0 . 00840000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 36 , ' ES-A-F ' , ' Jouets et <20> quipements de loisirs et de sports < 0,5 kg ' , 0 . 04200000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 37 , ' ES-A-G ' , ' Jouets et <20> quipements de loisirs et de sports > 0,5 kg ' , 0 . 17000000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
INSERT INTO ` llx_c_ecotaxe ` ( ` rowid ` , ` code ` , ` libelle ` , ` price ` , ` organization ` , ` fk_pays ` , ` active ` ) VALUES ( 38 , ' ES-A-H ' , ' Jouets et <20> quipements de loisirs et de sports > 10 kg ' , 1 . 25000000 , ' Eco-syst<73> mes ' , 1 , 1 ) ;
2007-09-28 20:15:19 +02:00
--
-- Codes barres
--
2008-08-17 23:20:45 +02:00
INSERT INTO llx_c_barcode_type ( rowid , code , libelle , coder , example ) VALUES ( 1 , ' EAN8 ' , ' EAN8 ' , 0 , ' 1234567 ' ) ;
INSERT INTO llx_c_barcode_type ( rowid , code , libelle , coder , example ) VALUES ( 2 , ' EAN13 ' , ' EAN13 ' , 0 , ' 123456789012 ' ) ;
INSERT INTO llx_c_barcode_type ( rowid , code , libelle , coder , example ) VALUES ( 3 , ' UPC ' , ' UPC ' , 0 , ' 123456789012 ' ) ;
INSERT INTO llx_c_barcode_type ( rowid , code , libelle , coder , example ) VALUES ( 4 , ' ISBN ' , ' ISBN ' , 0 , ' 123456789 ' ) ;
INSERT INTO llx_c_barcode_type ( rowid , code , libelle , coder , example ) VALUES ( 5 , ' C39 ' , ' Code 39 ' , 0 , ' 1234567890 ' ) ;
INSERT INTO llx_c_barcode_type ( rowid , code , libelle , coder , example ) VALUES ( 6 , ' C128 ' , ' Code 128 ' , 0 , ' ABCD1234567890 ' ) ;
2007-09-30 19:55:29 +02:00
--
-- Formats de papier
--
2008-05-04 03:19:34 +02:00
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 1 , ' 4A0 ' , ' Format 4A0 ' , ' 1682 ' , ' 2378 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 2 , ' 2A0 ' , ' Format 2A0 ' , ' 1189 ' , ' 1682 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 3 , ' A0 ' , ' Format A0 ' , ' 840 ' , ' 1189 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 4 , ' A1 ' , ' Format A1 ' , ' 594 ' , ' 840 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 5 , ' A2 ' , ' Format A2 ' , ' 420 ' , ' 594 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 6 , ' A3 ' , ' Format A3 ' , ' 297 ' , ' 420 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 7 , ' A4 ' , ' Format A4 ' , ' 210 ' , ' 297 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 8 , ' A5 ' , ' Format A5 ' , ' 148 ' , ' 210 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 9 , ' A6 ' , ' Format A6 ' , ' 105 ' , ' 148 ' , ' mm ' , 1 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 100 , ' USLetter ' , ' Format Letter (A) ' , ' 216 ' , ' 279 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 105 , ' USLegal ' , ' Format Legal ' , ' 216 ' , ' 356 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 110 , ' USExecutive ' , ' Format Executive ' , ' 190 ' , ' 254 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 115 , ' USLedger ' , ' Format Ledger/Tabloid (B) ' , ' 279 ' , ' 432 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 200 , ' Canadian P1 ' , ' Format Canadian P1 ' , ' 560 ' , ' 860 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 205 , ' Canadian P2 ' , ' Format Canadian P2 ' , ' 430 ' , ' 560 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 210 , ' Canadian P3 ' , ' Format Canadian P3 ' , ' 280 ' , ' 430 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 215 , ' Canadian P4 ' , ' Format Canadian P4 ' , ' 215 ' , ' 280 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 220 , ' Canadian P5 ' , ' Format Canadian P5 ' , ' 140 ' , ' 215 ' , ' mm ' , 0 ) ;
INSERT INTO llx_c_paper_format ( rowid , code , label , width , height , unit , active ) VALUES ( 225 , ' Canadian P6 ' , ' Format Canadian P6 ' , ' 107 ' , ' 140 ' , ' mm ' , 0 ) ;
2008-03-01 02:12:55 +01:00
--
-- Prospect level
--
delete from llx_c_prospectlevel ;
insert into llx_c_prospectlevel ( code , label , sortorder ) values ( ' PL_UNKOWN ' , ' Unknown ' , 1 ) ;
insert into llx_c_prospectlevel ( code , label , sortorder ) values ( ' PL_LOW ' , ' Low ' , 2 ) ;
insert into llx_c_prospectlevel ( code , label , sortorder ) values ( ' PL_MEDIUM ' , ' Medium ' , 3 ) ;
2008-03-02 20:55:43 +01:00
insert into llx_c_prospectlevel ( code , label , sortorder ) values ( ' PL_HIGH ' , ' High ' , 4 ) ;
2008-04-17 02:30:30 +02:00
2008-05-26 02:03:51 +02:00
--
-- Type fees
--
insert into llx_c_type_fees ( code , libelle , active ) values ( ' TF_OTHER ' , ' Other ' , 1 ) ;
insert into llx_c_type_fees ( code , libelle , active ) values ( ' TF_TRIP ' , ' Trip ' , 1 ) ;
insert into llx_c_type_fees ( code , libelle , active ) values ( ' TF_LUNCH ' , ' Lunch ' , 1 ) ;
2008-04-17 02:30:30 +02:00
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_COMPANY_CREATE ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_CONTRACT_VALIDATE ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_PROPAL_VALIDATE ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_PROPAL_SENTBYMAIL ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_ORDER_VALIDATE ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_ORDER_SENTBYMAIL ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_BILL_VALIDATE ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_BILL_PAYED ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_BILL_CANCELED ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_BILL_SENTBYMAIL ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
2008-05-27 02:21:35 +02:00
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_ORDER_SUPPLIER_VALIDATE ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
INSERT INTO llx_const ( name , value , type , visible , note ) VALUES ( ' MAIN_AGENDA_ACTIONAUTO_BILL_SUPPLIER_VALIDATE ' , ' 1 ' , ' chaine ' , 0 , ' ' ) ;
2008-04-17 02:30:30 +02:00