Ajout email générique de la société dans les bases
This commit is contained in:
parent
b83ee79033
commit
e474b0aa67
@ -36,6 +36,8 @@ alter table llx_commande add column remise_absolue real DEFAULT 0 after remise_p
|
|||||||
ALTER TABLE llx_societe add mode_reglement tinyint;
|
ALTER TABLE llx_societe add mode_reglement tinyint;
|
||||||
ALTER TABLE llx_societe add cond_reglement tinyint;
|
ALTER TABLE llx_societe add cond_reglement tinyint;
|
||||||
ALTER TABLE llx_societe add tva_assuj tinyint DEFAULT '1';
|
ALTER TABLE llx_societe add tva_assuj tinyint DEFAULT '1';
|
||||||
|
ALTER TABLE llx_societe add email varchar(128) after url;
|
||||||
|
|
||||||
|
|
||||||
ALTER TABLE llx_societe change active statut tinyint DEFAULT 0;
|
ALTER TABLE llx_societe change active statut tinyint DEFAULT 0;
|
||||||
|
|
||||||
|
|||||||
@ -41,6 +41,7 @@ create table llx_societe
|
|||||||
tel varchar(20), -- phone number
|
tel varchar(20), -- phone number
|
||||||
fax varchar(20), -- fax number
|
fax varchar(20), -- fax number
|
||||||
url varchar(255), --
|
url varchar(255), --
|
||||||
|
email varchar(128), --
|
||||||
fk_secteur integer DEFAULT 0, --
|
fk_secteur integer DEFAULT 0, --
|
||||||
fk_effectif integer DEFAULT 0, --
|
fk_effectif integer DEFAULT 0, --
|
||||||
fk_typent integer DEFAULT 0, --
|
fk_typent integer DEFAULT 0, --
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user