mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 04:50:09 -04:00
Add receivings_quantity to item form
Conflicts: application/libraries/Receiving_lib.php database/2.3_to_2.3.1.sql
This commit is contained in:
@@ -142,8 +142,9 @@ CREATE TABLE `ospos_items` (
|
||||
`description` varchar(255) NOT NULL,
|
||||
`cost_price` decimal(15,2) NOT NULL,
|
||||
`unit_price` decimal(15,2) NOT NULL,
|
||||
`quantity` decimal(15,2) NOT NULL DEFAULT '0.00',
|
||||
`reorder_level` decimal(15,2) NOT NULL DEFAULT '0.00',
|
||||
`quantity` decimal(15,2) NOT NULL DEFAULT '0',
|
||||
`reorder_level` decimal(15,2) NOT NULL DEFAULT '0',
|
||||
`receivings_quantity` int(11) NOT NULL DEFAULT '0',
|
||||
`item_id` int(10) NOT NULL AUTO_INCREMENT,
|
||||
`allow_alt_description` tinyint(1) NOT NULL,
|
||||
`is_serialized` tinyint(1) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user