mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Regen db, js, css files
This commit is contained in:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user