Add default warehouse id for a user
This will help to organize employees and know the default warehouse for a customer.
This commit is contained in:
parent
a18496d1d2
commit
31bcc47b68
@ -157,3 +157,5 @@ INSERT INTO llx_c_units (code, scale, label, short_label, unit_type, active) VAL
|
||||
INSERT INTO llx_c_units (code, scale, label, short_label, unit_type, active) VALUES ('H', '3600','hour','h', 'time', 1);
|
||||
INSERT INTO llx_c_units (code, scale, label, short_label, unit_type, active) VALUES ('D','12960000','day','d', 'time', 1);
|
||||
|
||||
-- Default Warehouse id for a user
|
||||
ALTER TABLE `llx_user` ADD `default_warehouse` INTEGER NULL AFTER `default_c_exp_tax_cat`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user