POS showing zero "Avaialbe to Sell quantity" for an item.

POS showing zero "Avaialbe to Sell quantity" for an item.

Problem:

POS showing zero "Available to Sell quantity" for an item. However, the Available quantity and In-Stock quantity for the same item is greater than zero.


Solution

 When POS User mark the checkbox "Reserve Quantity" while creating delivery fulfillment and Layaway with delivery fulfillment then iVend reserved the quantity for fulfillment operation. Might be possible that user reserved the quantity of the problematic item for fulfillment.

One can check the reserved quantity for the item using the below query: -

select ReservedQuantity, * from InvInventoryItem where ProductKey in (select ProductKey from InvProduct where Id = 'product id') and WarehouseKey in (select WarehouseKey from InvWarehouse where Id = 'warehouse id')

Or can check the open Special Order /Layaway transaction using the delivery report.

Open Enterprise Management Console> Reports> Special Order /Layaway Reports >Delivery


    • Related Articles

    • "Avaialbe to Sell quantity"is 0 whereas "Available quantity" exist for a particular product.

      --INTERNAL DOCUMENT---- Product Version: iVend 6.5 Update 6 Problem Statement : In the Inventory View of the Product the Available to Sell Quantity is showing 0, whereas the available quantity exists at a particular store. Root Cause: This issue is ...
    • Price Showing Zero in POS Transaction

      Environment: iVend 6.6 Query: Product price showing zero during Sale transaction in POS while price available in Price List Resolution/Work Around: Please open product in SAP and check if its marked Zero value Item or not ?
    • Sale at POS with Zero Inventory

      Problem: Not able to sell Items with Zero or negative quantity At POS Resolution: iVend has the facility to complete a sale with 0 inventory as well. "Allow Negative Inventory" option need to be enabled at the Enterprise for same, So to assist on ...
    • Require to make the inventory as Zero for particular store

      Environment: iVend 6.6 with SAP B1 10 Problem statement: Require to make the inventory as Zero for particular store. Symptoms: products Inventory show in negative and some are in positive numbers. Resolution/Work Around: There is need to check if SAP ...
    • Gift Certicate Item not showing at POS

      Problem: The gift Certificate item is not showing at POS.it is not visible at POS. Cause : Issue Comes if not following proper steps on POS. Resolution : Follow the below steps on point of sale. 1.Open the point of sale and select on item. 2.Select ...