X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Fen_US-demo.sql;h=bb7d0cbc03c91d8a93bb69a3bb5c1a590973fa21;hb=32700e43822b5d4afc03747849bd21ff1cd82ea5;hp=bf5917c5e45746382f7b2f0e0af1fe87f31ad42d;hpb=06bb8867a88cb3d76227b9a7649960ee83cacd04;p=fa-stable.git diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index bf5917c5..bb7d0cbc 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -1944,7 +1944,7 @@ INSERT INTO `0_stock_moves` VALUES ('7', '1', '102', '26', 'DEF', '2017-05-05', '150', '001/2017', '-2', '150'), ('8', '1', '103', '26', 'DEF', '2017-05-05', '10', '001/2017', '-2', '10'), ('9', '1', '301', '26', 'DEF', '2017-05-05', '0', '001/2017', '-2', '0'), -('10', '1', '201', '26', 'DEF', '2017-05-05', '0', '001/2017', '2', '0'), +('10', '1', '201', '26', 'DEF', '2017-05-05', '0', '001/2017', '2', '360'), ('11', '2', '101', '25', 'DEF', '2017-05-05', '200', '', '15', '200'), ('12', '2', '101', '13', 'DEF', '2017-05-07', '300', 'auto', '-1', '200'), ('13', '3', '102', '13', 'DEF', '2017-05-07', '222.62', 'auto', '-1', '150'), @@ -2174,6 +2174,7 @@ INSERT INTO `0_sys_prefs` VALUES ('print_item_images_on_quote','glsetup.inventor INSERT INTO `0_sys_prefs` VALUES ('suppress_tax_rates','setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES ('company_logo_report','setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES ('barcodes_on_stock','setup.company', 'tinyint', 1, '0'); +INSERT INTO `0_sys_prefs` VALUES ('ref_no_auto_increase','setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES ('default_loss_on_asset_disposal_act', 'glsetup.items', 'varchar', '15', '5660'); INSERT INTO `0_sys_prefs` VALUES ('depreciation_period', 'glsetup.company', 'tinyint', '1', '1'); INSERT INTO `0_sys_prefs` VALUES ('use_manufacturing','setup.company', 'tinyint', 1, '1');