ajout table llx_cond_reglement
This commit is contained in:
parent
300284210d
commit
e07a2d535e
@ -9,3 +9,14 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
alter table llx_product modify tva_tx double default 19.6 ;
|
alter table llx_product modify tva_tx double default 19.6 ;
|
||||||
|
|
||||||
|
create table llx_cond_reglement
|
||||||
|
(
|
||||||
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
|
sortorder smallint,
|
||||||
|
actif tinyint default 1,
|
||||||
|
libelle varchar(255),
|
||||||
|
libelle_facture text,
|
||||||
|
fdm tinyint, -- reglement fin de mois
|
||||||
|
nbjour smallint
|
||||||
|
);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user