/[dolibarr]/dolibarr/mysql/migration/1.1.0-2.0.0.sql
ViewVC logotype

Diff of /dolibarr/mysql/migration/1.1.0-2.0.0.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.61 by eldy, Wed Sep 7 22:48:52 2005 UTC revision 1.62 by eldy, Wed Sep 7 22:56:05 2005 UTC
# Line 1823  insert into llx_c_type_contact(rowid, co Line 1823  insert into llx_c_type_contact(rowid, co
1823  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (12, 'SALESREPFOLL',  'contrat', 'Commercial suivi du contrat', 1);  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (12, 'SALESREPFOLL',  'contrat', 'Commercial suivi du contrat', 1);
1824  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (13, 'CUSTOMER',      'contrat', 'Contact client pour le contrat', 1);  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (13, 'CUSTOMER',      'contrat', 'Contact client pour le contrat', 1);
1825    
1826  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (20, 'BILLING',       'propale', 'Contact facturation de la propale', 1);  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (20, 'BILLING',       'propal',  'Contact facturation de la propale', 1);
1827  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (21, 'SALESREPSIGN',  'propale', 'Commercial signataire de la propale', 1);  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (21, 'SALESREPSIGN',  'propal',  'Commercial signataire de la propale', 1);
1828  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (22, 'SALESREPFOLL',  'propale', 'Commercial suivi de la propale', 1);  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (22, 'SALESREPFOLL',  'propal',  'Commercial suivi de la propale', 1);
1829  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (23, 'CUSTOMER',      'propale', 'Contact client pour la propale', 1);  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (23, 'CUSTOMER',      'propal',  'Contact client pour la propale', 1);
1830    
1831  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (80, 'PROJECTLEADER', 'projet',  'Chef de Projet', 1);  insert into llx_c_type_contact(rowid, code, element, libelle, active ) values (80, 'PROJECTLEADER', 'projet',  'Chef de Projet', 1);
1832                    

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26