mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Sparation de adresse de prestation (service) et de livraison (produit)
This commit is contained in:
parent
d0721e8567
commit
a55236a2d8
|
|
@ -814,5 +814,6 @@ insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) v
|
|||
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (50, 'facture', 'internal', 'SALESREPFOLL', 'Commercial suivi du paiement', 1);
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (60, 'facture', 'external', 'BILLING', 'Contact client facturation', 1);
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (61, 'facture', 'external', 'CUSTOMER', 'Contact client livraison/préstation', 1);
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (61, 'facture', 'external', 'SHIPPING', 'Contact client livraison', 1);
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (62, 'facture', 'external', 'SERVICE', 'Contact client préstation', 1);
|
||||
|
||||
|
|
|
|||
|
|
@ -1930,9 +1930,10 @@ insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) v
|
|||
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (50, 'facture', 'internal', 'SALESREPFOLL', 'Commercial suivi du paiement', 1);
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (60, 'facture', 'external', 'BILLING', 'Contact client facturation', 1);
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (61, 'facture', 'external', 'CUSTOMER', 'Contact client livraison/préstation', 1);
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (61, 'facture', 'external', 'SHIPPING', 'Contact client livraison', 1);
|
||||
insert into llx_c_type_contact(rowid, element, source, code, libelle, active ) values (62, 'facture', 'external', 'SERVICE', 'Contact client préstation', 1);
|
||||
|
||||
|
||||
|
||||
alter table llx_commande add ref_client varchar(30) after ref;
|
||||
alter table llx_facture add ref_client varchar(30) after facnumber;
|
||||
alter table llx_facture add date_valid date after datef;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user