From 49bc6228c5c0801b869abd2c692b7d5cf8ee0c86 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 2 Dec 2007 21:48:15 +0000 Subject: [PATCH] Nettoyage script sql pour release --- build/dolibarr_mysql2pgsql.pl | 8 ++++++-- mysql/tables/llx_accountingaccount.key.sql | 1 - mysql/tables/llx_accountingaccount.sql | 1 - mysql/tables/llx_accountingdebcred.sql | 1 - mysql/tables/llx_accountingsystem.sql | 1 - mysql/tables/llx_accountingtransaction.sql | 1 - mysql/tables/llx_action_def.sql | 2 -- mysql/tables/llx_actioncomm.key.sql | 2 -- mysql/tables/llx_actioncomm.sql | 6 ++---- mysql/tables/llx_adherent.sql | 2 -- mysql/tables/llx_adherent_options.sql | 2 -- mysql/tables/llx_adherent_options_label.sql | 2 -- mysql/tables/llx_adherent_type.key.sql | 2 -- mysql/tables/llx_adherent_type.sql | 2 -- mysql/tables/llx_appro.sql | 2 -- mysql/tables/llx_bank.sql | 4 +--- mysql/tables/llx_bank_account.key.sql | 2 -- mysql/tables/llx_bank_account.sql | 7 ++----- mysql/tables/llx_bank_categ.sql | 4 ++-- mysql/tables/llx_bank_class.sql | 4 ++-- mysql/tables/llx_bank_url.key.sql | 2 -- mysql/tables/llx_bank_url.sql | 2 -- mysql/tables/llx_bookmark.key.sql | 2 -- mysql/tables/llx_bookmark.sql | 4 ++-- mysql/tables/llx_bookmark4u_login.sql | 2 -- mysql/tables/llx_bordereau_cheque.sql | 6 +++--- mysql/tables/llx_boxes.sql | 3 +-- mysql/tables/llx_boxes_def.sql | 2 -- mysql/tables/llx_c_actioncomm.sql | 4 +--- mysql/tables/llx_c_ape.sql | 4 +--- mysql/tables/llx_c_barcode_type.sql | 4 +--- mysql/tables/llx_c_chargesociales.sql | 2 -- mysql/tables/llx_c_civilite.sql | 1 - mysql/tables/llx_c_currencies.key.sql | 4 +--- mysql/tables/llx_c_currencies.sql | 4 +--- mysql/tables/llx_c_departements.key.sql | 2 -- mysql/tables/llx_c_departements.sql | 4 +--- mysql/tables/llx_c_ecotaxe.sql | 4 +--- mysql/tables/llx_c_effectif.sql | 4 +--- mysql/tables/llx_c_forme_juridique.sql | 2 -- mysql/tables/llx_c_methode_commande_fournisseur.sql | 4 +--- mysql/tables/llx_c_paiement.sql | 5 ++--- mysql/tables/llx_c_paper_format.sql | 4 +--- mysql/tables/llx_c_pays.key.sql | 4 +--- mysql/tables/llx_c_pays.sql | 4 +--- mysql/tables/llx_c_propalst.sql | 4 +--- mysql/tables/llx_c_regions.key.sql | 4 +--- mysql/tables/llx_c_regions.sql | 4 +--- mysql/tables/llx_c_stcomm.sql | 4 +--- mysql/tables/llx_c_tva.sql | 4 +--- mysql/tables/llx_c_type_contact.key.sql | 8 +++----- mysql/tables/llx_c_type_contact.sql | 4 +--- mysql/tables/llx_c_typent.sql | 2 -- mysql/tables/llx_deplacement.sql | 2 -- mysql/tables/llx_document.sql | 1 - mysql/tables/llx_document_generator.sql | 1 - mysql/tables/llx_document_model.key.sql | 2 -- mysql/tables/llx_document_model.sql | 2 -- mysql/tables/llx_dolibarr_modules.sql | 2 -- mysql/tables/llx_domain.sql | 2 -- mysql/tables/llx_don.sql | 3 +-- mysql/tables/llx_don_projet.sql | 2 -- mysql/tables/llx_droitpret_rapport.sql | 2 -- mysql/tables/llx_element_contact.key.sql | 1 - mysql/tables/llx_element_contact.sql | 3 +-- mysql/tables/llx_energie_compteur.sql | 2 -- mysql/tables/llx_energie_compteur_groupe.sql | 2 -- mysql/tables/llx_energie_compteur_releve.sql | 2 -- mysql/tables/llx_energie_groupe.sql | 2 -- mysql/tables/llx_entrepot.sql | 2 -- mysql/tables/llx_entrepot_valorisation.sql | 2 -- mysql/tables/llx_expedition.sql | 2 -- mysql/tables/llx_expedition_methode.sql | 2 -- mysql/tables/llx_expeditiondet.sql | 1 - mysql/tables/llx_export_compta.sql | 4 +--- mysql/tables/llx_export_model.key.sql | 2 -- mysql/tables/llx_export_model.sql | 2 -- 77 files changed, 47 insertions(+), 174 deletions(-) diff --git a/build/dolibarr_mysql2pgsql.pl b/build/dolibarr_mysql2pgsql.pl index 43e8f1a528d..4e100311086 100644 --- a/build/dolibarr_mysql2pgsql.pl +++ b/build/dolibarr_mysql2pgsql.pl @@ -142,8 +142,12 @@ foreach my $file (keys %filelist) { #---------------------------------- while() { - # comments or empty lines - if (/^#/ || /^$/ || /^--/) { + # comments or empty lines + if (/^-- \$Id/) { + next; + } + # comments or empty lines + if (/^#/ || /^$/ || /^--/) { print OUT $_; next; } diff --git a/mysql/tables/llx_accountingaccount.key.sql b/mysql/tables/llx_accountingaccount.key.sql index ffb3522d685..968a131e2bb 100644 --- a/mysql/tables/llx_accountingaccount.key.sql +++ b/mysql/tables/llx_accountingaccount.key.sql @@ -17,7 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =========================================================================== diff --git a/mysql/tables/llx_accountingaccount.sql b/mysql/tables/llx_accountingaccount.sql index 338d536b2d0..04479bc8efa 100644 --- a/mysql/tables/llx_accountingaccount.sql +++ b/mysql/tables/llx_accountingaccount.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- ============================================================================ create table llx_accountingaccount diff --git a/mysql/tables/llx_accountingdebcred.sql b/mysql/tables/llx_accountingdebcred.sql index 38a34bf0c35..a10cb31fa74 100644 --- a/mysql/tables/llx_accountingdebcred.sql +++ b/mysql/tables/llx_accountingdebcred.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- ============================================================================ create table llx_accountingdebcred diff --git a/mysql/tables/llx_accountingsystem.sql b/mysql/tables/llx_accountingsystem.sql index 34ec5fabc7c..80ac83e83f1 100644 --- a/mysql/tables/llx_accountingsystem.sql +++ b/mysql/tables/llx_accountingsystem.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- ============================================================================ create table llx_accountingsystem diff --git a/mysql/tables/llx_accountingtransaction.sql b/mysql/tables/llx_accountingtransaction.sql index 164b2d2dda0..56bf2b05cf7 100644 --- a/mysql/tables/llx_accountingtransaction.sql +++ b/mysql/tables/llx_accountingtransaction.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- ============================================================================ create table llx_accountingtransaction diff --git a/mysql/tables/llx_action_def.sql b/mysql/tables/llx_action_def.sql index 532bb0c55d4..0e0f17b46b6 100644 --- a/mysql/tables/llx_action_def.sql +++ b/mysql/tables/llx_action_def.sql @@ -18,8 +18,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_action_def diff --git a/mysql/tables/llx_actioncomm.key.sql b/mysql/tables/llx_actioncomm.key.sql index a305d0201e1..6b2fa441ccf 100644 --- a/mysql/tables/llx_actioncomm.key.sql +++ b/mysql/tables/llx_actioncomm.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =========================================================================== diff --git a/mysql/tables/llx_actioncomm.sql b/mysql/tables/llx_actioncomm.sql index 08f27808091..22192d0adb4 100644 --- a/mysql/tables/llx_actioncomm.sql +++ b/mysql/tables/llx_actioncomm.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2001-2003 Rodolphe Quiedeville -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,8 +16,9 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- --- Actions commerciales +-- $Id$ -- +-- Actions commerciales -- ======================================================================== create table llx_actioncomm diff --git a/mysql/tables/llx_adherent.sql b/mysql/tables/llx_adherent.sql index 752242bdd3f..5e734e378cd 100644 --- a/mysql/tables/llx_adherent.sql +++ b/mysql/tables/llx_adherent.sql @@ -18,8 +18,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== -- -- statut diff --git a/mysql/tables/llx_adherent_options.sql b/mysql/tables/llx_adherent_options.sql index 9b5aa5821b4..6dc887afbae 100644 --- a/mysql/tables/llx_adherent_options.sql +++ b/mysql/tables/llx_adherent_options.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_adherent_options diff --git a/mysql/tables/llx_adherent_options_label.sql b/mysql/tables/llx_adherent_options_label.sql index 7a7e24c3663..ed8765279b0 100644 --- a/mysql/tables/llx_adherent_options_label.sql +++ b/mysql/tables/llx_adherent_options_label.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_adherent_options_label diff --git a/mysql/tables/llx_adherent_type.key.sql b/mysql/tables/llx_adherent_type.key.sql index 5ef46fc9902..66ae0539b0a 100644 --- a/mysql/tables/llx_adherent_type.key.sql +++ b/mysql/tables/llx_adherent_type.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ diff --git a/mysql/tables/llx_adherent_type.sql b/mysql/tables/llx_adherent_type.sql index 6581e56a001..192eca5371c 100644 --- a/mysql/tables/llx_adherent_type.sql +++ b/mysql/tables/llx_adherent_type.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== -- -- statut diff --git a/mysql/tables/llx_appro.sql b/mysql/tables/llx_appro.sql index f97e1362d03..3ec5d382ac6 100644 --- a/mysql/tables/llx_appro.sql +++ b/mysql/tables/llx_appro.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_appro diff --git a/mysql/tables/llx_bank.sql b/mysql/tables/llx_bank.sql index f07695c2686..6faac8d8af3 100644 --- a/mysql/tables/llx_bank.sql +++ b/mysql/tables/llx_bank.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2000-2006 Rodolphe Quiedeville -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- =================================================================== create table llx_bank diff --git a/mysql/tables/llx_bank_account.key.sql b/mysql/tables/llx_bank_account.key.sql index f927a409f16..16cae73bb59 100644 --- a/mysql/tables/llx_bank_account.key.sql +++ b/mysql/tables/llx_bank_account.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ diff --git a/mysql/tables/llx_bank_account.sql b/mysql/tables/llx_bank_account.sql index 7c97ff4af57..6b19f7688d0 100644 --- a/mysql/tables/llx_bank_account.sql +++ b/mysql/tables/llx_bank_account.sql @@ -17,13 +17,10 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- --- +-- ============================================================================= + -- courant : type de compte: 0 epargne, 1 courant, 2 caisse -- clos : le compte est-il clos ou encore ouvert --- --- ============================================================================= create table llx_bank_account ( diff --git a/mysql/tables/llx_bank_categ.sql b/mysql/tables/llx_bank_categ.sql index 5e98c34eaa3..b185d82883b 100644 --- a/mysql/tables/llx_bank_categ.sql +++ b/mysql/tables/llx_bank_categ.sql @@ -1,6 +1,5 @@ -- =================================================================== --- $Id$ --- $Source$ +-- Copyright (C) 2004-2007 Laurent Destailleur -- -- 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 @@ -16,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- =================================================================== create table llx_bank_categ diff --git a/mysql/tables/llx_bank_class.sql b/mysql/tables/llx_bank_class.sql index 391bee94eed..acf8fa8cf05 100644 --- a/mysql/tables/llx_bank_class.sql +++ b/mysql/tables/llx_bank_class.sql @@ -1,6 +1,5 @@ -- =================================================================== --- $Id$ --- $Source$ +-- Copyright (C) 2004-2007 Laurent Destailleur -- -- 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 @@ -16,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- =================================================================== create table llx_bank_class diff --git a/mysql/tables/llx_bank_url.key.sql b/mysql/tables/llx_bank_url.key.sql index 1f0b7706ca2..890c7597862 100644 --- a/mysql/tables/llx_bank_url.key.sql +++ b/mysql/tables/llx_bank_url.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== diff --git a/mysql/tables/llx_bank_url.sql b/mysql/tables/llx_bank_url.sql index e3f2379e859..5e343aee29b 100644 --- a/mysql/tables/llx_bank_url.sql +++ b/mysql/tables/llx_bank_url.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_bank_url diff --git a/mysql/tables/llx_bookmark.key.sql b/mysql/tables/llx_bookmark.key.sql index bb7935a9e3b..5c06c73c69d 100644 --- a/mysql/tables/llx_bookmark.key.sql +++ b/mysql/tables/llx_bookmark.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== diff --git a/mysql/tables/llx_bookmark.sql b/mysql/tables/llx_bookmark.sql index eb54ecea747..68bd9c52dee 100644 --- a/mysql/tables/llx_bookmark.sql +++ b/mysql/tables/llx_bookmark.sql @@ -1,6 +1,5 @@ -- =================================================================== --- $Id$ --- $Source$ +-- Copyright (C) 2007 Laurent Destailleur -- -- 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 @@ -16,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- =================================================================== create table llx_bookmark diff --git a/mysql/tables/llx_bookmark4u_login.sql b/mysql/tables/llx_bookmark4u_login.sql index b905051d62b..e09a93b164e 100644 --- a/mysql/tables/llx_bookmark4u_login.sql +++ b/mysql/tables/llx_bookmark4u_login.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =========================================================================== create table llx_bookmark4u_login diff --git a/mysql/tables/llx_bordereau_cheque.sql b/mysql/tables/llx_bordereau_cheque.sql index e8c19b0fd50..bcd9785286d 100644 --- a/mysql/tables/llx_bordereau_cheque.sql +++ b/mysql/tables/llx_bordereau_cheque.sql @@ -1,9 +1,6 @@ -- =================================================================== -- Copyright (C) 2006 Rodolphe Quiedeville -- --- $Id$ --- $Source$ --- -- 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 @@ -18,7 +15,10 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- +-- $Id$ -- =================================================================== + -- -- Bordereaux de remise de cheque -- diff --git a/mysql/tables/llx_boxes.sql b/mysql/tables/llx_boxes.sql index 944b22d711e..e246596b599 100644 --- a/mysql/tables/llx_boxes.sql +++ b/mysql/tables/llx_boxes.sql @@ -17,9 +17,8 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =========================================================================== + -- -- position : 0=index.php -- box_order : Box sort order diff --git a/mysql/tables/llx_boxes_def.sql b/mysql/tables/llx_boxes_def.sql index 154ab76dbfa..9a58c55b26f 100644 --- a/mysql/tables/llx_boxes_def.sql +++ b/mysql/tables/llx_boxes_def.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =========================================================================== create table llx_boxes_def diff --git a/mysql/tables/llx_c_actioncomm.sql b/mysql/tables/llx_c_actioncomm.sql index bd739b195ff..3c38afbd014 100644 --- a/mysql/tables/llx_c_actioncomm.sql +++ b/mysql/tables/llx_c_actioncomm.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_actioncomm diff --git a/mysql/tables/llx_c_ape.sql b/mysql/tables/llx_c_ape.sql index d3653a8188f..af9820da2e7 100644 --- a/mysql/tables/llx_c_ape.sql +++ b/mysql/tables/llx_c_ape.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_ape diff --git a/mysql/tables/llx_c_barcode_type.sql b/mysql/tables/llx_c_barcode_type.sql index 6f269e020e0..29d7eb2a510 100644 --- a/mysql/tables/llx_c_barcode_type.sql +++ b/mysql/tables/llx_c_barcode_type.sql @@ -1,9 +1,6 @@ -- ======================================================================== -- Copyright (C) 2007 Regis Houssin -- --- $Id$ --- $Source$ --- -- 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 @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_barcode diff --git a/mysql/tables/llx_c_chargesociales.sql b/mysql/tables/llx_c_chargesociales.sql index 3fa776b85f5..90811753109 100644 --- a/mysql/tables/llx_c_chargesociales.sql +++ b/mysql/tables/llx_c_chargesociales.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ======================================================================== create table llx_c_chargesociales diff --git a/mysql/tables/llx_c_civilite.sql b/mysql/tables/llx_c_civilite.sql index 7af4ba3660a..58e8c63e850 100644 --- a/mysql/tables/llx_c_civilite.sql +++ b/mysql/tables/llx_c_civilite.sql @@ -17,7 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- ======================================================================== create table llx_c_civilite diff --git a/mysql/tables/llx_c_currencies.key.sql b/mysql/tables/llx_c_currencies.key.sql index 439a5c264bb..bed4ad41dfc 100644 --- a/mysql/tables/llx_c_currencies.key.sql +++ b/mysql/tables/llx_c_currencies.key.sql @@ -1,9 +1,6 @@ -- ======================================================================== -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== diff --git a/mysql/tables/llx_c_currencies.sql b/mysql/tables/llx_c_currencies.sql index 6d96f64bedc..fde0796a532 100644 --- a/mysql/tables/llx_c_currencies.sql +++ b/mysql/tables/llx_c_currencies.sql @@ -1,9 +1,6 @@ -- ======================================================================== -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_currencies diff --git a/mysql/tables/llx_c_departements.key.sql b/mysql/tables/llx_c_departements.key.sql index 93315b5dacb..f46d2a56c33 100644 --- a/mysql/tables/llx_c_departements.key.sql +++ b/mysql/tables/llx_c_departements.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ diff --git a/mysql/tables/llx_c_departements.sql b/mysql/tables/llx_c_departements.sql index 0b74a715128..fe35170ce9c 100644 --- a/mysql/tables/llx_c_departements.sql +++ b/mysql/tables/llx_c_departements.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_departements diff --git a/mysql/tables/llx_c_ecotaxe.sql b/mysql/tables/llx_c_ecotaxe.sql index d4d1dbb4d80..a2f9eb73373 100644 --- a/mysql/tables/llx_c_ecotaxe.sql +++ b/mysql/tables/llx_c_ecotaxe.sql @@ -1,9 +1,6 @@ -- ======================================================================== -- Copyright (C) 2007 Régis Houssin -- --- $Id$ --- $Source$ --- -- 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 @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_ecotaxe diff --git a/mysql/tables/llx_c_effectif.sql b/mysql/tables/llx_c_effectif.sql index 5cba9f31975..15b38329eb6 100644 --- a/mysql/tables/llx_c_effectif.sql +++ b/mysql/tables/llx_c_effectif.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_effectif diff --git a/mysql/tables/llx_c_forme_juridique.sql b/mysql/tables/llx_c_forme_juridique.sql index c06a01b27ba..a6e63fde04d 100644 --- a/mysql/tables/llx_c_forme_juridique.sql +++ b/mysql/tables/llx_c_forme_juridique.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ======================================================================== create table llx_c_forme_juridique diff --git a/mysql/tables/llx_c_methode_commande_fournisseur.sql b/mysql/tables/llx_c_methode_commande_fournisseur.sql index 2d065759282..40be898797a 100644 --- a/mysql/tables/llx_c_methode_commande_fournisseur.sql +++ b/mysql/tables/llx_c_methode_commande_fournisseur.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2004-2005 Rodolphe Quiedeville -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_methode_commande_fournisseur diff --git a/mysql/tables/llx_c_paiement.sql b/mysql/tables/llx_c_paiement.sql index d38df322ee5..58fa0d44c67 100644 --- a/mysql/tables/llx_c_paiement.sql +++ b/mysql/tables/llx_c_paiement.sql @@ -17,10 +17,9 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ======================================================================== --- + + -- Type : -- -- 0 : entrée d'argent diff --git a/mysql/tables/llx_c_paper_format.sql b/mysql/tables/llx_c_paper_format.sql index 10a38c83307..2515c40c89a 100644 --- a/mysql/tables/llx_c_paper_format.sql +++ b/mysql/tables/llx_c_paper_format.sql @@ -1,9 +1,6 @@ -- ======================================================================== -- Copyright (C) 2007 Regis Houssin -- --- $Id$ --- $Source$ --- -- 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 @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_paper_format diff --git a/mysql/tables/llx_c_pays.key.sql b/mysql/tables/llx_c_pays.key.sql index 310e28345fb..311183c87f4 100644 --- a/mysql/tables/llx_c_pays.key.sql +++ b/mysql/tables/llx_c_pays.key.sql @@ -1,9 +1,6 @@ -- ======================================================================== -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== diff --git a/mysql/tables/llx_c_pays.sql b/mysql/tables/llx_c_pays.sql index 208f0fa9fe3..908f5a6f71b 100644 --- a/mysql/tables/llx_c_pays.sql +++ b/mysql/tables/llx_c_pays.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_pays diff --git a/mysql/tables/llx_c_propalst.sql b/mysql/tables/llx_c_propalst.sql index 2a58989deda..bc5642b5f5f 100644 --- a/mysql/tables/llx_c_propalst.sql +++ b/mysql/tables/llx_c_propalst.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- =================================================================== create table llx_c_propalst diff --git a/mysql/tables/llx_c_regions.key.sql b/mysql/tables/llx_c_regions.key.sql index 6cdbb111925..75b40946559 100644 --- a/mysql/tables/llx_c_regions.key.sql +++ b/mysql/tables/llx_c_regions.key.sql @@ -1,9 +1,6 @@ -- ======================================================================== -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== diff --git a/mysql/tables/llx_c_regions.sql b/mysql/tables/llx_c_regions.sql index d6118964e32..8069a864e97 100644 --- a/mysql/tables/llx_c_regions.sql +++ b/mysql/tables/llx_c_regions.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_regions diff --git a/mysql/tables/llx_c_stcomm.sql b/mysql/tables/llx_c_stcomm.sql index b5cb29bb2a1..1411cd9d271 100644 --- a/mysql/tables/llx_c_stcomm.sql +++ b/mysql/tables/llx_c_stcomm.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2001-2002,2004 Rodolphe Quiedeville -- Copyright (C) 2004 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_stcomm diff --git a/mysql/tables/llx_c_tva.sql b/mysql/tables/llx_c_tva.sql index 917017c1084..7c091ad3e25 100644 --- a/mysql/tables/llx_c_tva.sql +++ b/mysql/tables/llx_c_tva.sql @@ -1,9 +1,6 @@ -- ======================================================================== -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -18,6 +15,7 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ -- ======================================================================== create table llx_c_tva diff --git a/mysql/tables/llx_c_type_contact.key.sql b/mysql/tables/llx_c_type_contact.key.sql index 4912726a424..526e6e3f2c1 100644 --- a/mysql/tables/llx_c_type_contact.key.sql +++ b/mysql/tables/llx_c_type_contact.key.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2005 Patrick Rouillon -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -19,6 +16,8 @@ -- along with this program; if not, write to the Free Software -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- +-- $Id$ +-- ======================================================================== -- Defini les types de contact d'un element sert de reference pour -- la table llx_element_contact -- @@ -26,8 +25,7 @@ -- i.e. contact, facture, projet, societe (sans le llx_ devant). -- Libelle est un texte décrivant le type de contact. -- active précide si cette valeur est active ou 'archivé'. --- --- ======================================================================== + ALTER TABLE llx_c_type_contact diff --git a/mysql/tables/llx_c_type_contact.sql b/mysql/tables/llx_c_type_contact.sql index c8d7d711549..bde65bb8ea6 100644 --- a/mysql/tables/llx_c_type_contact.sql +++ b/mysql/tables/llx_c_type_contact.sql @@ -2,9 +2,6 @@ -- Copyright (C) 2005 Patrick Rouillon -- Copyright (C) 2005 Laurent Destailleur -- --- $Id$ --- $Source$ --- -- 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 @@ -27,6 +24,7 @@ -- Libelle est un texte décrivant le type de contact. -- active précide si cette valeur est active ou 'archivé'. -- +-- $Id$ -- ======================================================================== diff --git a/mysql/tables/llx_c_typent.sql b/mysql/tables/llx_c_typent.sql index 7866f0724f4..03dff835c8b 100644 --- a/mysql/tables/llx_c_typent.sql +++ b/mysql/tables/llx_c_typent.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ======================================================================== create table llx_c_typent diff --git a/mysql/tables/llx_deplacement.sql b/mysql/tables/llx_deplacement.sql index 4731829afef..1233d688172 100644 --- a/mysql/tables/llx_deplacement.sql +++ b/mysql/tables/llx_deplacement.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_deplacement diff --git a/mysql/tables/llx_document.sql b/mysql/tables/llx_document.sql index e04e94c39f6..73d40c79d6e 100644 --- a/mysql/tables/llx_document.sql +++ b/mysql/tables/llx_document.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_document diff --git a/mysql/tables/llx_document_generator.sql b/mysql/tables/llx_document_generator.sql index e2f72245f00..3e83878bdb5 100644 --- a/mysql/tables/llx_document_generator.sql +++ b/mysql/tables/llx_document_generator.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_document_generator diff --git a/mysql/tables/llx_document_model.key.sql b/mysql/tables/llx_document_model.key.sql index bc7216c5434..d27cb29666c 100644 --- a/mysql/tables/llx_document_model.key.sql +++ b/mysql/tables/llx_document_model.key.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== diff --git a/mysql/tables/llx_document_model.sql b/mysql/tables/llx_document_model.sql index c105dd1d81d..65f7a824d4f 100644 --- a/mysql/tables/llx_document_model.sql +++ b/mysql/tables/llx_document_model.sql @@ -17,10 +17,8 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- -- Liste des modeles de document disponibles --- -- =================================================================== create table llx_document_model diff --git a/mysql/tables/llx_dolibarr_modules.sql b/mysql/tables/llx_dolibarr_modules.sql index 0f96404e8c6..e54a83465d7 100644 --- a/mysql/tables/llx_dolibarr_modules.sql +++ b/mysql/tables/llx_dolibarr_modules.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ======================================================================== create table llx_dolibarr_modules diff --git a/mysql/tables/llx_domain.sql b/mysql/tables/llx_domain.sql index 38a9872f191..ef29da20836 100644 --- a/mysql/tables/llx_domain.sql +++ b/mysql/tables/llx_domain.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_domain diff --git a/mysql/tables/llx_don.sql b/mysql/tables/llx_don.sql index ddc2f5cf677..3664e34adeb 100644 --- a/mysql/tables/llx_don.sql +++ b/mysql/tables/llx_don.sql @@ -16,10 +16,9 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== + create table llx_don ( rowid integer AUTO_INCREMENT PRIMARY KEY, diff --git a/mysql/tables/llx_don_projet.sql b/mysql/tables/llx_don_projet.sql index ff9e6e2b718..3fe58646f22 100644 --- a/mysql/tables/llx_don_projet.sql +++ b/mysql/tables/llx_don_projet.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_don_projet diff --git a/mysql/tables/llx_droitpret_rapport.sql b/mysql/tables/llx_droitpret_rapport.sql index a937ae6107f..2e0c719f99b 100644 --- a/mysql/tables/llx_droitpret_rapport.sql +++ b/mysql/tables/llx_droitpret_rapport.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ======================================================================== diff --git a/mysql/tables/llx_element_contact.key.sql b/mysql/tables/llx_element_contact.key.sql index 33fa17a996c..3c25b2e6463 100644 --- a/mysql/tables/llx_element_contact.key.sql +++ b/mysql/tables/llx_element_contact.key.sql @@ -17,7 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- ============================================================================ diff --git a/mysql/tables/llx_element_contact.sql b/mysql/tables/llx_element_contact.sql index fb0fc06581e..4da471206bb 100644 --- a/mysql/tables/llx_element_contact.sql +++ b/mysql/tables/llx_element_contact.sql @@ -16,8 +16,7 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- +-- ============================================================================ -- Association de personnes/societes avec un element de la base (contrat, projet, propal). -- Permet de definir plusieur type d'intervenant sur un element. -- i.e. commercial, adresse de facturation, prestataire... diff --git a/mysql/tables/llx_energie_compteur.sql b/mysql/tables/llx_energie_compteur.sql index f716762d6e4..10d5fcf24de 100644 --- a/mysql/tables/llx_energie_compteur.sql +++ b/mysql/tables/llx_energie_compteur.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_energie_compteur diff --git a/mysql/tables/llx_energie_compteur_groupe.sql b/mysql/tables/llx_energie_compteur_groupe.sql index b8e437ac4bc..11b383d373b 100644 --- a/mysql/tables/llx_energie_compteur_groupe.sql +++ b/mysql/tables/llx_energie_compteur_groupe.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_energie_compteur_groupe diff --git a/mysql/tables/llx_energie_compteur_releve.sql b/mysql/tables/llx_energie_compteur_releve.sql index 0c43d54d91e..af6e4a90bed 100644 --- a/mysql/tables/llx_energie_compteur_releve.sql +++ b/mysql/tables/llx_energie_compteur_releve.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_energie_compteur_releve diff --git a/mysql/tables/llx_energie_groupe.sql b/mysql/tables/llx_energie_groupe.sql index 2618d0b2aa2..8ef72105395 100644 --- a/mysql/tables/llx_energie_groupe.sql +++ b/mysql/tables/llx_energie_groupe.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_energie_groupe diff --git a/mysql/tables/llx_entrepot.sql b/mysql/tables/llx_entrepot.sql index fe21280f790..9420fa88b71 100644 --- a/mysql/tables/llx_entrepot.sql +++ b/mysql/tables/llx_entrepot.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_entrepot diff --git a/mysql/tables/llx_entrepot_valorisation.sql b/mysql/tables/llx_entrepot_valorisation.sql index d1e421a2abe..c0310797394 100644 --- a/mysql/tables/llx_entrepot_valorisation.sql +++ b/mysql/tables/llx_entrepot_valorisation.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- ============================================================================ create table llx_entrepot_valorisation diff --git a/mysql/tables/llx_expedition.sql b/mysql/tables/llx_expedition.sql index 0de7fbe769e..818cd69c556 100644 --- a/mysql/tables/llx_expedition.sql +++ b/mysql/tables/llx_expedition.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_expedition diff --git a/mysql/tables/llx_expedition_methode.sql b/mysql/tables/llx_expedition_methode.sql index 079a5f68817..7cc5abc0f5e 100644 --- a/mysql/tables/llx_expedition_methode.sql +++ b/mysql/tables/llx_expedition_methode.sql @@ -16,8 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== create table llx_expedition_methode diff --git a/mysql/tables/llx_expeditiondet.sql b/mysql/tables/llx_expeditiondet.sql index e0a2154decc..8d662dbee1f 100644 --- a/mysql/tables/llx_expeditiondet.sql +++ b/mysql/tables/llx_expeditiondet.sql @@ -16,7 +16,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== create table llx_expeditiondet diff --git a/mysql/tables/llx_export_compta.sql b/mysql/tables/llx_export_compta.sql index 8075016afbb..b31e34b7e39 100644 --- a/mysql/tables/llx_export_compta.sql +++ b/mysql/tables/llx_export_compta.sql @@ -16,10 +16,8 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- =================================================================== --- --- $Revision$ + create table llx_export_compta ( diff --git a/mysql/tables/llx_export_model.key.sql b/mysql/tables/llx_export_model.key.sql index 969ea7b23c0..55a70d0ef23 100644 --- a/mysql/tables/llx_export_model.key.sql +++ b/mysql/tables/llx_export_model.key.sql @@ -17,8 +17,6 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ --- -- =================================================================== diff --git a/mysql/tables/llx_export_model.sql b/mysql/tables/llx_export_model.sql index 9478e5e1732..f041e147463 100644 --- a/mysql/tables/llx_export_model.sql +++ b/mysql/tables/llx_export_model.sql @@ -17,10 +17,8 @@ -- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- $Id$ --- $Source$ -- -- Liste des modeles de document disponibles --- -- =================================================================== create table llx_export_model