X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Fen_US-new.sql;h=2c54a30c27a09b1889f69971e27a9b43a785fb0e;hb=dc98038dfc9d5a6d54ffe6566bc566a433e59ccb;hp=a2c3db2ff2321d9a31e1286b2fc7447c305df1fb;hpb=2a7de1ee17f3c5a997ce3f62ed15d2d579c1a6f3;p=fa-stable.git diff --git a/sql/en_US-new.sql b/sql/en_US-new.sql index a2c3db2f..2c54a30c 100644 --- a/sql/en_US-new.sql +++ b/sql/en_US-new.sql @@ -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 & 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'); @@ -396,7 +397,6 @@ CREATE TABLE `0_company` ( PRIMARY KEY (`coy_code`) ) TYPE=MyISAM ; - ### Data of table `0_company` ### INSERT INTO `0_company` VALUES ('1', 'Company name', '', '', '1', '1', 'N/A', '', '', '', '', '', 'USD', '1200', '5060', '2100', '5690', '4450', '9990', '3590', '4430', '4010', '4510', '4500', '1510', '5010', '5040', '4010', '1530', '5000', '0', '10', '10', '1000', '20', '20', '30', '1', '1', '0', '0', '0', '1', '0', '0', '', '1', '2.2', '0', '-1', '1', '600'); @@ -1310,7 +1310,7 @@ DROP TABLE IF EXISTS `0_stock_category`; CREATE TABLE `0_stock_category` ( `category_id` int(11) NOT NULL auto_increment, `description` varchar(60) NOT NULL default '', - `dflt_tax_type` int(11) NOT NULL default '0', + `dflt_tax_type` int(11) NOT NULL default '1', `dflt_units` varchar(20) NOT NULL default 'each', `dflt_mb_flag` char(1) NOT NULL default 'B', `dflt_sales_act` varchar(11) NOT NULL default '', @@ -1593,13 +1593,13 @@ CREATE TABLE `0_tax_types` ( `purchasing_gl_code` varchar(11) NOT NULL default '', `name` varchar(60) NOT NULL default '', `inactive` tinyint(1) NOT NULL default '0', - PRIMARY KEY (`id`), + PRIMARY KEY (`id`) ) TYPE=InnoDB AUTO_INCREMENT=2 ; ### 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` ###