mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 12:57:32 -04:00
Add company_name field to customers for invoicing purposes
Total discount is now shown as one amount in receipt Conflicts: application/controllers/sales.php Conflicts: database/migrate_phppos.sql
This commit is contained in:
@@ -77,6 +77,7 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
|
||||
|
||||
CREATE TABLE `ospos_customers` (
|
||||
`person_id` int(10) NOT NULL,
|
||||
`company_name` varchar(255) NOT NULL,
|
||||
`account_number` varchar(255) DEFAULT NULL,
|
||||
`taxable` int(1) NOT NULL DEFAULT '1',
|
||||
`deleted` int(1) NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user