2004-07-12 21:57:28 +02:00
-- ============================================================================--
2003-01-02 01:40:27 +01:00
-- Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
2004-06-06 00:30:53 +02:00
-- Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
2003-01-02 01:40:27 +01: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.
--
-- Valeurs pour les bases de langues francaises
--
2004-07-12 21:57:28 +02:00
-- $Id$
-- $Source$
--
-- ============================================================================--
2003-01-02 01:40:27 +01:00
2004-06-06 00:30:53 +02:00
insert into llx_cond_reglement values ( 1 , 1 , 1 , ' A r<> ception ' , ' R<EFBFBD> ception de facture ' , 0 , 0 ) ;
insert into llx_cond_reglement values ( 2 , 2 , 1 , ' 30 jours ' , ' R<EFBFBD> glement <20> 30 jours ' , 0 , 30 ) ;
insert into llx_cond_reglement values ( 3 , 3 , 1 , ' 30 jours fin de mois ' , ' R<EFBFBD> glement <20> 30 jours fin de mois ' , 1 , 30 ) ;
insert into llx_cond_reglement values ( 4 , 4 , 1 , ' 60 jours ' , ' R<EFBFBD> glement <20> 60 jours ' , 0 , 60 ) ;
insert into llx_cond_reglement values ( 5 , 5 , 1 , ' 60 jours fin de mois ' , ' R<EFBFBD> glement <20> 60 jours fin de mois ' , 1 , 60 ) ;
insert into llx_sqltables ( name , loaded ) values ( ' llx_album ' , 0 ) ;
--
-- D<> finition des action de workflow
--
2004-07-18 00:26:18 +02:00
2004-06-06 00:30:53 +02:00
delete from llx_action_def ;
2004-07-18 00:26:18 +02:00
insert into llx_action_def ( rowid , titre , description , objet_type ) values ( 1 , ' Validation fiche intervention ' , ' D<EFBFBD> clench<EFBFBD> lors de la validation d\ ' une fiche d \ ' intervention ' , ' ficheinter ' ) ;
insert into llx_action_def ( rowid , titre , description , objet_type ) values ( 2 , ' Validation facture ' , ' D<EFBFBD> clench<EFBFBD> lors de la validation d\ ' une facture ' , ' facture ' );
2004-06-06 00:30:53 +02:00
--
-- Boites
--
2004-07-18 00:26:18 +02:00
2004-06-06 00:30:53 +02:00
delete from llx_boxes_def ;
delete from llx_boxes ;
2004-07-18 00:26:18 +02:00
2004-06-06 00:30:53 +02:00
--
-- Constantes de configuration
--
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note ) values ( ' MAIN_MONNAIE ' , ' euros ' , ' chaine ' , ' Monnaie ' ) ;
insert into llx_const ( name , value , type , note ) values ( ' MAIN_UPLOAD_DOC ' , ' 1 ' , ' chaine ' , ' Authorise l\ ' upload de document ' );
insert into llx_const ( name , value , type , note ) values ( ' MAIN_NOT_INSTALLED ' , ' 1 ' , ' chaine ' , ' Test d\ ' installation ' );
insert into llx_const ( name , value , type , note ) values ( ' MAIN_MAIL_FROM ' , ' dolibarr-robot@domain.com ' , ' chaine ' , ' EMail emetteur pour les notifications automatiques Dolibarr ' ) ;
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note ) values ( ' MAIN_START_YEAR ' , ' 2004 ' , ' chaine ' , ' Ann<EFBFBD> e de d<> part ' ) ;
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note ) values ( ' MAIN_TITLE ' , ' Dolibarr ' , ' chaine ' , ' Titre des pages ' ) ;
insert into llx_const ( name , value , type , note ) values ( ' MAIN_DEBUG ' , ' 1 ' , ' yesno ' , ' Debug .. ' ) ;
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' COMPTA_BANK_FACTURES ' , ' 1 ' , ' yesno ' , ' Menu factures dans la partie bank ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' COMPTA_ONLINE_PAYMENT_BPLC ' , ' 1 ' , ' yesno ' , ' Syst<EFBFBD> me de gestion de la banque populaire de Lorraine ' , 0 ) ;
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
--
-- IHM
--
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_THEME ' , ' yellow ' , ' chaine ' , ' Th<EFBFBD> me par d<> faut ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' SIZE_LISTE_LIMIT ' , ' 20 ' , ' chaine ' , ' Taille des listes ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_MENU_BARRETOP ' , ' default.php ' , ' chaine ' , ' Module de gestion de la barre de menu du haut ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_LANG_DEFAULT ' , ' fr ' , ' chaine ' , ' Langue par d<> faut pour les <20> crans Dolibarr ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_SEARCHFORM_CONTACT ' , ' 1 ' , ' yesno ' , ' Affichage formulaire de recherche des Contacts dans la barre de gauche ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' MAIN_SEARCHFORM_SOCIETE ' , ' 1 ' , ' yesno ' , ' Affichage formulaire de recherche des Soci<63> t<EFBFBD> s dans la barre de gauche ' , 0 ) ;
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
--
-- Dons
--
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type ) values ( ' DONS_FORM ' , ' fsfe.fr.php ' , ' chaine ' ) ;
2004-06-06 00:30:53 +02:00
--
-- Mail Adherent
--
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_FROM ' , ' adherents@domain.com ' , ' chaine ' , ' From des mails adherents ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_RESIL ' , ' Votre adhesion sur %SERVEUR% vient d\ ' etre resilie . \ 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 ' , ' MAIN\r\nVotre 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 % INFO % \ 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%SERVEUR%public/adherents/ ' , ' texte ' , ' Mail de validation ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_EDIT ' , ' Voici le rappel des coordonnees que vous avez modifiees (toute information erronee entrainera la non validation de votre inscription) :\r\n\r\n%INFO%\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 % SERVEUR % public / adherents / ' , ' texte ' , ' Mail d \ ' edition ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_NEW ' , ' Merci de votre inscription. Votre adhesion devrait etre rapidement validee.\r\nVoici le rappel des coordonnees que vous avez rentrees (toute information erronee entrainera la non validation de votre inscription) :\r\n\r\n%INFO%\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 % SERVEUR % public / adherents / ' , ' texte ' , ' Mail de nouvel inscription ' ,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 % SERVEUR % public / adherents / ' , ' texte ' , ' Mail de validation de cotisation ' ,0);
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_VALID_SUBJECT ' , ' Votre adh<64> sion a ete valid<69> e sur %SERVEUR% ' , ' 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 sur %SERVEUR% ' , ' chaine ' , ' sujet du mail de resiliation ' , 0 ) ;
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 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_NEW_SUBJECT ' , ' Bienvenue sur %SERVEUR% ' , ' chaine ' , ' Sujet du mail de nouvelle adhesion ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAIL_EDIT_SUBJECT ' , ' Votre fiche a ete editee sur %SERVEUR% ' , ' chaine ' , ' Sujet du mail d\ ' edition ' ,0);
2004-06-06 00:30:53 +02:00
--
-- Mailman
--
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_USE_MAILMAN ' , ' 0 ' , ' yesno ' , ' Utilisation de Mailman ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_UNSUB_URL ' , ' http://%SERVER%/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%ADMINPW%&user=%EMAIL% ' , ' chaine ' , ' Url de desinscription aux listes mailman ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_URL ' , ' http://%SERVER%/cgi-bin/mailman/admin/%LISTE%/members?adminpw=%ADMINPW%&send_welcome_msg_to_this_batch=1&subscribees=%EMAIL% ' , ' chaine ' , ' url pour les inscriptions mailman ' , 0 ) ;
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 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_MAILMAN_ADMINPW ' , ' ' , ' chaine ' , ' Mot de passe Admin des liste mailman ' , 0 ) ;
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);
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 ) ;
2004-06-06 00:30:53 +02:00
--
-- Glasnost
--
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_USE_GLASNOST ' , ' 0 ' , ' yesno ' , ' utilisation de glasnost ? ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_GLASNOST_SERVEUR ' , ' glasnost.j1b.org ' , ' chaine ' , ' serveur glasnost ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_GLASNOST_USER ' , ' user ' , ' chaine ' , ' Administrateur glasnost ' , 0 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_GLASNOST_PASS ' , ' password ' , ' chaine ' , ' password de l\ ' administrateur ' ,0);
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_USE_GLASNOST_AUTO ' , ' 0 ' , ' yesno ' , ' inscription automatique a glasnost ? ' , 0 ) ;
2004-06-06 00:30:53 +02:00
--
-- SPIP
--
2004-07-18 00:26:18 +02: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 ) ;
2004-06-06 00:30:53 +02:00
--
-- cartes adherents
--
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_TEXT_NEW_ADH ' , ' ' , ' texte ' , ' Texte d\ ' entete du formaulaire d \ ' adhesion en ligne ' , 0 ) ;
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 ) ;
insert into llx_const ( name , value , type , note , visible ) values ( ' ADHERENT_CARD_FOOTER_TEXT ' , ' Association FreeLUG http://www.freelug.org/ ' , ' chaine ' , ' Texte imprime sur le bas de la carte adherent ' , 0 ) ;
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-06-06 00:30:53 +02:00
--
-- OsCommerce
--
2004-07-18 00:26:18 +02:00
insert into llx_const ( name , value , type ) values ( ' DB_NAME_OSC ' , ' catalog ' , ' chaine ' ) ;
insert into llx_const ( name , value , type ) values ( ' OSC_LANGUAGE_ID ' , ' 1 ' , ' chaine ' ) ;
insert into llx_const ( name , value , type ) values ( ' OSC_CATALOG_URL ' , ' http://osc.lafrere.lan/ ' , ' chaine ' ) ;
2004-06-06 00:30:53 +02:00
--
2004-07-18 00:26:18 +02:00
-- Types de charges
2004-06-06 00:30:53 +02:00
--
2004-07-18 00:26:18 +02:00
delete from llx_c_chargesociales ;
insert into llx_c_chargesociales ( id , libelle , deductible ) values ( 1 , ' Allocations familiales ' , 1 ) ;
insert into llx_c_chargesociales ( id , libelle , deductible ) values ( 2 , ' GSG Deductible ' , 1 ) ;
insert into llx_c_chargesociales ( id , libelle , deductible ) values ( 3 , ' GSG/CRDS NON Deductible ' , 0 ) ;
2004-06-06 00:30:53 +02:00
--
2004-07-18 00:26:18 +02:00
-- Types action
2004-06-06 00:30:53 +02:00
--
2004-07-18 00:26:18 +02:00
delete from llx_c_actioncomm ;
insert into llx_c_actioncomm ( id , libelle ) values ( 0 , ' - ' ) ;
insert into llx_c_actioncomm ( id , libelle ) values ( 1 , ' Appel T<> l<EFBFBD> phonique ' ) ;
insert into llx_c_actioncomm ( id , libelle ) values ( 2 , ' Envoi Fax ' ) ;
insert into llx_c_actioncomm ( id , libelle ) values ( 3 , ' Envoi Proposition ' ) ;
insert into llx_c_actioncomm ( id , libelle ) values ( 4 , ' Envoi Email ' ) ;
insert into llx_c_actioncomm ( id , libelle ) values ( 5 , ' Prendre Rendez-vous ' ) ;
insert into llx_c_actioncomm ( id , libelle ) values ( 9 , ' Envoi Facture ' ) ;
insert into llx_c_actioncomm ( id , libelle ) values ( 10 , ' Relance effectu<74> e ' ) ;
insert into llx_c_actioncomm ( id , libelle ) values ( 11 , ' Cl<EFBFBD> ture ' ) ;
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
--
--
--
2004-06-06 00:30:53 +02:00
2004-07-18 00:26:18 +02:00
delete from llx_c_stcomm ;
insert into llx_c_stcomm ( id , libelle ) values ( - 1 , ' NE PAS CONTACTER ' ) ;
insert into llx_c_stcomm ( id , libelle ) values ( 0 , ' Jamais contact<63> ' ) ;
insert into llx_c_stcomm ( id , libelle ) values ( 1 , ' A contacter ' ) ;
insert into llx_c_stcomm ( id , libelle ) values ( 2 , ' Contact en cours ' ) ;
insert into llx_c_stcomm ( id , libelle ) values ( 3 , ' Contact<EFBFBD> e ' ) ;
2004-06-06 00:30:53 +02:00
--
-- Types d'entreprise
--
2004-07-18 00:26:18 +02:00
delete from llx_c_typent ;
insert into llx_c_typent ( id , libelle ) values ( 0 , ' Indiff<EFBFBD> rent ' ) ;
insert into llx_c_typent ( id , libelle ) values ( 1 , ' Start-up ' ) ;
insert into llx_c_typent ( id , libelle ) values ( 2 , ' Grand groupe ' ) ;
insert into llx_c_typent ( id , libelle ) values ( 3 , ' PME/PMI ' ) ;
insert into llx_c_typent ( id , libelle ) values ( 4 , ' Administration ' ) ;
insert into llx_c_typent ( id , libelle ) values ( 100 , ' Autres ' ) ;
2004-06-06 00:30:53 +02:00
--
-- Pays
--
2004-07-18 00:26:18 +02:00
delete from llx_c_pays ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 1 , ' France ' , ' FR ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 2 , ' Belgique ' , ' BE ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 3 , ' Italie ' , ' IT ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 4 , ' Espagne ' , ' ES ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 5 , ' Allemagne ' , ' DE ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 6 , ' Suisse ' , ' CH ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 7 , ' Royaume uni ' , ' GB ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 8 , ' Irlande ' , ' IE ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 9 , ' Chine ' , ' CN ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 10 , ' Tunisie ' , ' TN ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 11 , ' Etats Unis ' , ' US ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 12 , ' Maroc ' , ' MA ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 13 , ' Alg<EFBFBD> rie ' , ' DZ ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 14 , ' Canada ' , ' CA ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 15 , ' Togo ' , ' TG ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 16 , ' Gabon ' , ' GA ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 17 , ' Pays Bas ' , ' NL ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 18 , ' Hongrie ' , ' HU ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 19 , ' Russie ' , ' RU ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 20 , ' Su<EFBFBD> de ' , ' SE ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 21 , ' C<EFBFBD> te d\ ' Ivoire ' , ' CI ' );
insert into llx_c_pays ( rowid , libelle , code ) values ( 23 , ' S<EFBFBD> n<EFBFBD> gal ' , ' SN ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 24 , ' Argentine ' , ' AR ' ) ;
insert into llx_c_pays ( rowid , libelle , code ) values ( 25 , ' Cameroun ' , ' CM ' ) ;
--
-- Regions
--
insert into llx_c_regions ( rowid , fk_pays , code_region , cheflieu , tncc , nom ) values ( 0 , 0 , 0 , ' 0 ' , 0 , ' - ' ) ;
-- Regions de France
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
--
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 ' ) ;
--
-- Departements/Cantons/Provinces
--
insert into llx_c_departements ( rowid , fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 0 , 0 , 0 , ' 0 ' , 0 , ' - ' , ' - ' ) ;
-- 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 - en Francais
--
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 de Belgique - en N<> erlandais
--
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 01 ' , ' ' , 1 , ' ANTWERP ' , ' Antwerp ' ) ;
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 ( 201 , ' 04 ' , ' ' , 1 , ' VLAMS-BRABANT ' , ' Vlams-Brabant ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 05 ' , ' ' , 1 , ' WEST-VLANDEREN ' , ' West-Vlanderen ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 201 , ' 06 ' , ' ' , 1 , ' OOST-VLANDEREN ' , ' Oost-Vlanderen ' ) ;
insert into llx_c_departements ( fk_region , code_departement , cheflieu , tncc , ncc , nom ) values ( 202 , ' 09 ' , ' ' , 1 , ' LIMBURG ' , ' Limburg ' ) ;
2004-06-06 00:30:53 +02:00
--
-- Effectif des soci<63> t<EFBFBD> s
--
2004-07-18 00:26:18 +02:00
delete from llx_c_effectif ;
insert into llx_c_effectif ( id , libelle ) values ( 0 , ' Non sp<73> cifi<66> ' ) ;
insert into llx_c_effectif ( id , libelle ) values ( 1 , ' 1 - 5 ' ) ;
insert into llx_c_effectif ( id , libelle ) values ( 2 , ' 6 - 10 ' ) ;
insert into llx_c_effectif ( id , libelle ) values ( 3 , ' 11 - 50 ' ) ;
insert into llx_c_effectif ( id , libelle ) values ( 4 , ' 51 - 100 ' ) ;
insert into llx_c_effectif ( id , libelle ) values ( 5 , ' 100 - 500 ' ) ;
insert into llx_c_effectif ( id , libelle ) values ( 6 , ' > 500 ' ) ;
delete from llx_c_paiement ;
insert into llx_c_paiement ( id , code , libelle , type ) values ( 0 , ' - ' , 3 ) ;
insert into llx_c_paiement ( id , code , libelle , type ) values ( 1 , ' TIP ' , ' TIP ' , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type ) values ( 2 , ' VIR ' , ' Virement ' , 2 ) ;
insert into llx_c_paiement ( id , code , libelle , type ) values ( 3 , ' PRE ' , ' Pr<EFBFBD> l<EFBFBD> vement ' , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type ) values ( 4 , ' LIQ ' , ' Liquide ' , 0 ) ;
insert into llx_c_paiement ( id , code , libelle , type ) values ( 5 , ' VAD ' , ' Paiement en ligne ' , 0 ) ;
insert into llx_c_paiement ( id , code , libelle , type ) values ( 6 , ' CB ' , ' Carte Bancaire ' , 1 ) ;
insert into llx_c_paiement ( id , code , libelle , type ) values ( 7 , ' CHQ ' , ' Ch<EFBFBD> que ' , 2 ) ;
delete from llx_c_propalst ;
insert into llx_c_propalst ( id , label ) values ( 0 , ' Brouillon ' ) ;
insert into llx_c_propalst ( id , label ) values ( 1 , ' Ouverte ' ) ;
insert into llx_c_propalst ( id , label ) values ( 2 , ' Sign<EFBFBD> e ' ) ;
insert into llx_c_propalst ( id , label ) values ( 3 , ' Non Sign<67> e ' ) ;
insert into llx_c_propalst ( id , label ) values ( 4 , ' Factur<EFBFBD> e ' ) ;
--
-- Formes juridiques
--
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 0 , 0 , ' Non renseign<67> e ' ) ;
-- 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 (registre du commerce et des soci<63> t<EFBFBD> s) ' ) ;
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> (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 , 61 , ' Caisse d\ ' <EFBFBD> pargne et de pr <EFBFBD> voyance ' );
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 1 , 62 , ' Groupement d\ ' int <EFBFBD> r <EFBFBD> t <EFBFBD> conomique ' );
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 registre du commerce et des soci<63> t<EFBFBD> s ' ) ;
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 un 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 , 100 , ' Ind<EFBFBD> pendant ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 101 , ' SC - Coop<6F> rative ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 102 , ' SCRL - Coop<6F> rative <20> responsabilit<69> limit<69> e ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 103 , ' SPRL - Soci<63> t<EFBFBD> <20> responsabilit<69> limit<69> e ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 104 , ' SA - Soci<63> t<EFBFBD> Anonyme ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 105 , ' Soci<EFBFBD> t<EFBFBD> en nom collectif ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 106 , ' Soci<EFBFBD> t<EFBFBD> en commandite ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 107 , ' Administration publique ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 108 , ' Syndicat de propri<72> taires ' ) ;
insert into llx_c_forme_juridique ( fk_pays , code , libelle ) values ( 2 , 109 , ' Fondations ' ) ;
--
-- Formules de politesses
--
insert into llx_c_civilite ( rowid , fk_pays , civilite , active ) values ( 1 , 2 , ' Madame ' , 1 ) ;
insert into llx_c_civilite ( rowid , fk_pays , civilite , active ) values ( 2 , 2 , ' Mevrouw ' , 1 ) ;
insert into llx_c_civilite ( rowid , fk_pays , civilite , active ) values ( 3 , 2 , ' Monsieur ' , 1 ) ;
insert into llx_c_civilite ( rowid , fk_pays , civilite , active ) values ( 4 , 2 , ' Meneer ' , 1 ) ;
insert into llx_c_civilite ( rowid , fk_pays , civilite , active ) values ( 5 , 2 , ' Mademoiselle ' , 1 ) ;
insert into llx_c_civilite ( rowid , fk_pays , civilite , active ) values ( 6 , 2 , ' Juffrouw ' , 1 ) ;
insert into llx_c_civilite ( rowid , fk_pays , civilite , active ) values ( 7 , 2 , ' Ma<EFBFBD> tre ' , 1 ) ;
2004-06-06 00:30:53 +02:00