Provide a way to enter a line total and have the quantity sold automatically calculated.

This commit is contained in:
Steve Ireland
2017-12-31 16:09:09 -05:00
parent 9bf1d66b74
commit 62f34663ae
12 changed files with 128 additions and 53 deletions

View File

@@ -0,0 +1,4 @@
-- Add new config option to allow derive sale quantity feature
INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('derive_sale_quantity', '0');