Selling weighed items
Greetings,
Your user interface design is very nicely designed.
I was looking for a way to sell weighed items. We have a small grocery store and some items are sold by weight. Our current POS system (MS RMS) prompts the cashier to enter the weight manually, if the inventory item type field is set to 'Weighed'.
As a side note, if the inventory item type field is set to 'Standard Item', then after we scan, or search for, the item, a quantity of '1' is automatically entered-which can be changed if the customer wants more than 1.
I included a copy of the Item Type lookup table (it's from MS RMS POS).
Is there a way to sell weighed items in PHP Point of Sale?
|
Item Type |
Description |
| 0 | Standard Item |
| 1 | Serialized |
| 2 | Matrix Item |
| 3 | Kit |
| 4 | Lot Matrix Item |
| 5 | Gasoline |
| 6 | Weighed |
| 7 | Non-Inventory |
| 8 | Assembly Item |
| 9 | Voucher |
Comments
1 comment
We don't have a direct way to do it except via barcodes. See (Using Barcode Scale)
https://support.phppointofsale.com/hc/en-us/articles/360000323763-Barcode-Printing
Please sign in to leave a comment.