NEW Accountancy - Differentiated export

This commit is contained in:
Alexandre SPANGARO
2019-05-14 05:45:36 +02:00
parent d4e2fab983
commit 7c9ccee64d
5 changed files with 80 additions and 17 deletions

View File

@@ -366,4 +366,6 @@ ALTER TABLE llx_reception_extrafields ADD INDEX idx_reception_extrafields (fk_ob
ALTER TABLE llx_commande_fournisseur_dispatch ADD COLUMN fk_projet integer DEFAULT NULL;
ALTER TABLE llx_commande_fournisseur_dispatch ADD COLUMN fk_reception integer DEFAULT NULL;
ALTER TABLE llx_accounting_bookkeeping ADD COLUMN date_export datetime DEFAULT NULL after date_validated;