Added Purchase tax account in en_US-new.sql and en_US-demo.sql
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 30 Jan 2010 14:57:35 +0000 (14:57 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 30 Jan 2010 14:57:35 +0000 (14:57 +0000)
CHANGELOG.txt
sql/en_US-demo.sql
sql/en_US-new.sql

index 8b4d777b699e0d26ecddb30a1d4c7cbbe3e6504d..b12489610a7d8c96386e69b4a0c3e024d26dd002 100644 (file)
@@ -19,6 +19,11 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+30-Jan-2010 Joe Hunt
++ Added Purchase tax account in en_US-new.sql and en_US-demo.sql
+$ /sql/en_US-demo.sql
+  /sql/en_US_new.sql
+  
 30-Jan-2010 Janusz Dobrowolski
 # [0000194] Fixed tax records from journal entry (voiding problem)
 $ /gl/includes/db/gl_db_trans.inc
index eca1048f1fc865e5f78a54ce7134435a616d7d4c..73cf153b833707a618ebf0da77a2225029ce7480 100644 (file)
@@ -245,6 +245,7 @@ INSERT INTO `0_chart_master` VALUES ('2110', '', 'Accrued Income Tax - Federal',
 INSERT INTO `0_chart_master` VALUES ('2120', '', 'Accrued Income Tax - State', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2130', '', 'Accrued Franchise Tax', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2140', '', 'Accrued Real &amp; Personal Prop Tax', '4', '0');
+INSERT INTO `0_chart_master` VALUES ('2145', '', 'Purchase Tax', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2150', '', 'Sales Tax', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2160', '', 'Accrued Use Tax Payable', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2210', '', 'Accrued Wages', '4', '0');
@@ -1818,7 +1819,7 @@ CREATE TABLE `0_tax_types` (
 
 ### Data of table `0_tax_types` ###
 
-INSERT INTO `0_tax_types` VALUES ('1', '5', '2150', '2150', 'Tax', '0');
+INSERT INTO `0_tax_types` VALUES ('1', '5', '2150', '2145', 'Tax', '0');
 
 ### Structure of table `0_trans_tax_details` ###
 
index b567ba6da1bfee6d39d53c9f6a3995c582d07a42..2c54a30c27a09b1889f69971e27a9b43a785fb0e 100644 (file)
@@ -227,6 +227,7 @@ INSERT INTO `0_chart_master` VALUES ('2110', '', 'Accrued Income Tax - Federal',
 INSERT INTO `0_chart_master` VALUES ('2120', '', 'Accrued Income Tax - State', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2130', '', 'Accrued Franchise Tax', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2140', '', 'Accrued Real &amp; Personal Prop Tax', '4', '0');
+INSERT INTO `0_chart_master` VALUES ('2145', '', 'Purchase Tax', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2150', '', 'Sales Tax', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2160', '', 'Accrued Use Tax Payable', '4', '0');
 INSERT INTO `0_chart_master` VALUES ('2210', '', 'Accrued Wages', '4', '0');
@@ -1598,7 +1599,7 @@ CREATE TABLE `0_tax_types` (
 
 ### Data of table `0_tax_types` ###
 
-INSERT INTO `0_tax_types` VALUES ('1', '5', '2150', '2150', 'Tax', '0');
+INSERT INTO `0_tax_types` VALUES ('1', '5', '2150', '2145', 'Tax', '0');
 
 
 ### Structure of table `0_trans_tax_details` ###