Chris Muench
Comments
Recent activity by Chris Muench
-
It is the latest I see it in there
- View comment
- 0 votes
-
Delivery fee is just another item; I would pre-create it in php pos and use that item_id
- View comment
- 0 votes
-
Tax charged is based on the current tax class of an item at the time of sale. The only way would to temporarily have 1 tax group that has all the taxes and then pass the ones you don''t want to cha...
- View comment
- 0 votes
-
The only time the inventory is updated is when you choose close count and update inventory. When you delete it doesn't revert
- View comment
- 0 votes
-
I don't think I am quite following. The phppos_Inventory table is just a log table. The actual inventory value is stored in phppos_location_items
- View comment
- 0 votes
-
Also I have made your changes for the dates and am working on releasing now
- View comment
- 0 votes
-
The price fields will make changes to the cart but you shouldn't pass product_id, but some fields such as quantity and unit_price will affect it. This is a documentation error.
- View comment
- 0 votes
-
I have done another release that fixes this
- View comment
- 0 votes
-
Did you pass it is supplier_id of person_id
- View comment
- 0 votes
-
You need to create a supplier using the suppliers end Point; you can’t bundle it in with an item request
- View comment
- 0 votes