From: Janusz Dobrowolski Date: Thu, 18 Apr 2013 10:33:36 +0000 (+0200) Subject: Added years 2012, 2013 in standard init sql files. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=ca29a832ca4ce5cce3afffe00fdee677a276b5b6;p=textcart.git Added years 2012, 2013 in standard init sql files. --- diff --git a/sql/en_US-demo.sql b/sql/en_US-demo.sql index a141c44..9f0d633 100644 --- a/sql/en_US-demo.sql +++ b/sql/en_US-demo.sql @@ -827,6 +827,8 @@ INSERT INTO `0_fiscal_year` VALUES(1, '2008-01-01', '2008-12-31', 1); INSERT INTO `0_fiscal_year` VALUES(2, '2009-01-01', '2009-12-31', 1); INSERT INTO `0_fiscal_year` VALUES(3, '2010-01-01', '2010-12-31', 0); INSERT INTO `0_fiscal_year` VALUES(4, '2011-01-01', '2011-12-31', 0); +INSERT INTO `0_fiscal_year` VALUES(5, '2012-01-01', '2012-12-31', 0); +INSERT INTO `0_fiscal_year` VALUES(6, '2013-01-01', '2013-12-31', 0); -- -- Table structure for table `0_gl_trans` @@ -2029,7 +2031,7 @@ INSERT INTO `0_sys_prefs` VALUES('coy_logo', 'setup.company', 'varchar', 100, 'l INSERT INTO `0_sys_prefs` VALUES('domicile', 'setup.company', 'varchar', 55, ''); INSERT INTO `0_sys_prefs` VALUES('curr_default', 'setup.company', 'char', 3, 'USD'); INSERT INTO `0_sys_prefs` VALUES('use_dimension', 'setup.company', 'tinyint', 1, '1'); -INSERT INTO `0_sys_prefs` VALUES('f_year', 'setup.company', 'int', 11, '4'); +INSERT INTO `0_sys_prefs` VALUES('f_year', 'setup.company', 'int', 11, '6'); INSERT INTO `0_sys_prefs` VALUES('no_item_list', 'setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES('no_customer_list', 'setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES('no_supplier_list', 'setup.company', 'tinyint', 1, '0'); diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index fd8f96b..c5115a4 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -765,6 +765,8 @@ INSERT INTO `0_fiscal_year` VALUES(1, '2008-01-01', '2008-12-31', 0); INSERT INTO `0_fiscal_year` VALUES(2, '2009-01-01', '2009-12-31', 0); INSERT INTO `0_fiscal_year` VALUES(3, '2010-01-01', '2010-12-31', 0); INSERT INTO `0_fiscal_year` VALUES(4, '2011-01-01', '2011-12-31', 0); +INSERT INTO `0_fiscal_year` VALUES(5, '2012-01-01', '2012-12-31', 0); +INSERT INTO `0_fiscal_year` VALUES(6, '2013-01-01', '2013-12-31', 0); -- -- Table structure for table `0_gl_trans` @@ -1788,7 +1790,7 @@ INSERT INTO `0_sys_prefs` VALUES('coy_logo', 'setup.company', 'varchar', 100, '' INSERT INTO `0_sys_prefs` VALUES('domicile', 'setup.company', 'varchar', 55, ''); INSERT INTO `0_sys_prefs` VALUES('curr_default', 'setup.company', 'char', 3, 'USD'); INSERT INTO `0_sys_prefs` VALUES('use_dimension', 'setup.company', 'tinyint', 1, '1'); -INSERT INTO `0_sys_prefs` VALUES('f_year', 'setup.company', 'int', 11, '4'); +INSERT INTO `0_sys_prefs` VALUES('f_year', 'setup.company', 'int', 11, '6'); INSERT INTO `0_sys_prefs` VALUES('no_item_list', 'setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES('no_customer_list', 'setup.company', 'tinyint', 1, '0'); INSERT INTO `0_sys_prefs` VALUES('no_supplier_list', 'setup.company', 'tinyint', 1, '0');