*** empty log message ***
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 29 Jun 2009 22:58:10 +0000 (22:58 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 29 Jun 2009 22:58:10 +0000 (22:58 +0000)
CHANGELOG.txt
sql/en_US-demo.sql
sql/en_US-new.sql

index 57f41d680e1b4aef4aebb4f019a5d727f3cb8e00..4b75caebbc51384393e791d3015fcda099a6fa06 100644 (file)
@@ -26,6 +26,8 @@ $ /admin/company_preferences.php
   /doc/calculate_price.txt (new file)
   /sales/includes/sales_db.inc
   /sql/alter2.2.sql
+  /sql/en_US-demo.sql
+  /sql/en_US-new.sql
   
 29-Jun-2009 Joe Hunt
 ! Small layout improments in Customer Payments
index c08076a1225f68a8518f8e4cfb56fea7ddb4a3f2..7c61ca21b0c59195ca805cdee9e8ddf6df69a9c7 100644 (file)
@@ -407,12 +407,14 @@ CREATE TABLE `0_company` (
   `default_delivery_required` smallint(6) NOT NULL default '1',
   `version_id` varchar(11) NOT NULL default '',
   `time_zone` tinyint(1) NOT NULL default '0',
+  `add_pct` int(5) NOT NULL default '-1',
+  `round_to` int(5) NOT NULL default '1',
   PRIMARY KEY  (`coy_code`)
 ) TYPE=MyISAM  ;
 
 ### Data of table `0_company` ###
 
-INSERT INTO `0_company` VALUES ('1', 'Training Co.', '9876543', '123456789', '1', '1', 'Address 1\r\nAddress 2\r\nAddress 3', '(222) 111.222.333', '', 'delta@delta.com', 'logo_frontaccounting.jpg', '', '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', '2', '0', '0', '0', '1', '0', '0', '', '1', '2.2', '0');
+INSERT INTO `0_company` VALUES ('1', 'Training Co.', '9876543', '123456789', '1', '1', 'Address 1\r\nAddress 2\r\nAddress 3', '(222) 111.222.333', '', 'delta@delta.com', 'logo_frontaccounting.jpg', '', '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', '2', '0', '0', '0', '1', '0', '0', '', '1', '2.2', '0', '-1', '1');
 
 ### Structure of table `0_credit_status` ###
 
index 596eb5447afa5913e7afea62526987507a6bd8f7..5d0a76869596561b07db440d383ed9145ade0970 100644 (file)
@@ -390,13 +390,15 @@ CREATE TABLE `0_company` (
   `default_delivery_required` smallint(6) NOT NULL default '1',
   `version_id` varchar(11) NOT NULL default '',
   `time_zone` tinyint(1) NOT NULL default '0',
+  `add_pct` int(5) NOT NULL default '-1',
+  `round_to` int(5) NOT NULL default '1',
   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');
+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');
 
 ### Structure of table `0_credit_status` ###