X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Fen_US-new.sql;h=9eda623314ab75f813cd576e9461a8e4f757a1eb;hb=0830a5734b9a9b057e624c66a58574101d0965e1;hp=30f624daef773fa0d4f92d09e98b2a66f2f6ed1c;hpb=e6cf9a74a7852b3ae2e4ebb794a755b6a90ad486;p=fa-stable.git diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index 30f624da..9eda6233 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -669,7 +669,7 @@ CREATE TABLE `0_fiscal_year` ( ### Data of table `0_fiscal_year` ### -INSERT INTO `0_fiscal_year` VALUES ('1', '2008-01-01', '2008-12-31', '0'); +INSERT INTO `0_fiscal_year` VALUES ('1', '2009-01-01', '2009-12-31', '0'); ### Structure of table `0_gl_trans` ### @@ -1587,6 +1587,7 @@ INSERT INTO `0_sys_prefs` VALUES ('time_zone', 'setup.company', 'tinyint', '1', INSERT INTO `0_sys_prefs` VALUES ('add_pct', 'setup.company', 'int', '5', '-1'); INSERT INTO `0_sys_prefs` VALUES ('round_to', 'setup.company', 'int', '5', '1'); INSERT INTO `0_sys_prefs` VALUES ('login_tout', 'setup.company', 'smallint', '6', '600'); +INSERT INTO `0_sys_prefs` VALUES ('auto_curr_reval','setup.company', 'smallint','6', '1'); INSERT INTO `0_sys_prefs` VALUES ('past_due_days', 'glsetup.general', 'int', '11', '30'); INSERT INTO `0_sys_prefs` VALUES ('profit_loss_year_act', 'glsetup.general', 'varchar', '15', '9990'); INSERT INTO `0_sys_prefs` VALUES ('retained_earnings_act', 'glsetup.general', 'varchar', '15', '3590');