Regen db, js, css files

This commit is contained in:
FrancescoUK
2017-04-15 10:21:52 +01:00
parent 6c0124cd17
commit 26d5605de5
7 changed files with 168 additions and 76 deletions

View File

@@ -109,7 +109,7 @@ CREATE TABLE `ospos_customers` (
`company_name` varchar(255) DEFAULT NULL,
`account_number` varchar(255) DEFAULT NULL,
`taxable` int(1) NOT NULL DEFAULT '1',
`sales_tax_code` varchar(32) NOT NULL DEFAULT '',
`sales_tax_code` varchar(32) NOT NULL DEFAULT '1',
`discount_percent` decimal(15,2) NOT NULL DEFAULT '0',
`package_id` int(11) DEFAULT NULL,
`points` int(11) DEFAULT NULL,
@@ -532,7 +532,7 @@ CREATE TABLE `ospos_sales` (
`invoice_number` varchar(32) DEFAULT NULL,
`quote_number` varchar(32) DEFAULT NULL,
`sale_id` int(10) NOT NULL AUTO_INCREMENT,
`sale_status` tinyint(2) DEFAULT 0,
`sale_status` tinyint(2) NOT NULL DEFAULT 0,
`dinner_table_id` int(11) NULL,
PRIMARY KEY (`sale_id`),
KEY `customer_id` (`customer_id`),