Consolidate tax configuration.

This commit is contained in:
Steve Ireland
2017-07-09 11:30:02 -04:00
parent 421468f6d8
commit bab4791b5e
10 changed files with 513 additions and 153 deletions

View File

@@ -810,7 +810,7 @@ CREATE TABLE `ospos_suppliers` (
--
CREATE TABLE IF NOT EXISTS `ospos_tax_categories` (
`tax_category_id` int(10) NOT NULL,
`tax_category_id` int(10) NOT NULL AUTO_INCREMENT,
`tax_category` varchar(32) NOT NULL,
`tax_group_sequence` tinyint(2) NOT NULL,
PRIMARY KEY (`tax_category_id`)