This commit is contained in:
Priya
2013-08-30 17:41:14 +05:30
parent 2997ba098f
commit 330f0e48ab
12 changed files with 266 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
---
{
"_label": "Projected Quantity"
}
---
Projected Quantity is the level of stock that is predicted for a particular Item, based on the current stock levels and other requirements.It is the quantity of gross inventory that includes supply and demand in the past which is done as part of the planning process.
The projected inventory is used by the planning system to monitor the reorder point and to determine the reorder quantity. The projected Quantity is used by the planning engine to monitor the safety stock levels. These levels are maintained to serve unexpected demands.
Having a tight control of the projected inventory is crucial to determine shortages and to calculate the right order quantity.
![Projected Quantity Stock Report](img/projected-quantity-stock-report.png)
> Projected Qty = Actual Qty + Planned Qty + Requested Qty + Ordered Qty - Reserved Qty
- Actual Qty: Quantity available in the warehouse.
- Planned Qty: Quantity, for which, Production Order has been raised, but is pending to be manufactured.
- Requested Qty: Quantity requested for purchase, but not ordered.
- Ordered Qty: Quantity ordered for purchase, but not received.
- Reserved Qty: Quantity ordered for sale, but not delivered.