Wrong type for AP Surf Set in demo data.
[fa-stable.git] / sql / en_US-demo.sql
index bf5917c5e45746382f7b2f0e0af1fe87f31ad42d..41b4cbb81c2952c747f19b57da11bae0b2b6277c 100644 (file)
@@ -1940,11 +1940,11 @@ INSERT INTO `0_stock_moves` VALUES
 ('3', '1', '103', '25', 'DEF', '2017-05-05', '10', '', '100', '10'),
 ('4', '1', '101', '13', 'DEF', '2017-05-10', '300', 'auto', '-20', '200'),
 ('5', '1', '301', '13', 'DEF', '2017-05-10', '80', 'auto', '-3', '0'),
-('6', '1', '101', '26', 'DEF', '2017-05-05', '200', '001/2017', '-2', '200'),
-('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'),
+('6', '1', '101', '29', 'DEF', '2017-05-05', '200', '001/2017', '-2', '200'),
+('7', '1', '102', '29', 'DEF', '2017-05-05', '150', '001/2017', '-2', '150'),
+('8', '1', '103', '29', 'DEF', '2017-05-05', '10', '001/2017', '-2', '10'),
+('9', '1', '301', '29', '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');