NEW: [ task #977 ] New option to manage product unit

Migrated code from GPCSolutions/dolibarr:3.2-units branch and adapted for 3.8 with some improvements
This commit is contained in:
Marcos García de La Fuente
2015-02-26 14:15:33 +01:00
parent a67d0f712c
commit b4c84fac9d
44 changed files with 931 additions and 92 deletions

View File

@@ -60,7 +60,8 @@ create table llx_facturedet
import_key varchar(14),
situation_percent real, -- % progression of lines invoicing
fk_prev_id integer -- id of the line in the previous situation
fk_prev_id integer, -- id of the line in the previous situation,
fk_unit integer DEFAULT NULL -- id of the unit code¡
)ENGINE=innodb;