Tasks #4249
Incorrect Stock - Stock transfer Picklist
Description
Please see the attached Stock transfer Picklist - Transfer from "GRV Retail" to "Euro Warehouse". Showing Wrong Stock Qty in Picklist for Items EU19192,EU19194. The stock Qty showing in picklist should be "Qty on hand-Qty Intransit".
In addition, not showing reference No. in picklist.
PFA - Stock transfer Picklist & Stock Valuation Stock details.
Files
History
Updated by Mohamed Suhail over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Rijas P wrote:
Please see the attached Stock transfer Picklist - Transfer from "GRV Retail" to "Euro Warehouse". Showing Wrong Stock Qty in Picklist for Items EU19192,EU19194. The stock Qty showing in picklist should be "Qty on hand-Qty Intransit".
In addition, not showing reference No. in picklist.
PFA - Stock transfer Picklist & Stock Valuation Stock details.
Done
diff ../stockTransferPickList.jrxml stockTransferPickList.jrxml
512c512
< mmovement poreference,
---
mmovement.description poreference,
538c538
< round(coalesce(sum(mstorage.qtyonhand),0) - (select coalesce(sum(qtyreserved),0) from c_orderline tol join c_order too on tol.c_order_id = too.c_order_id where too.ispicklistprinted='Y' and tol.m_product_id = mproduct.m_product_id and too.ordertype='POS Order' and tol.ad_org_id = mmovement.ad_org_id),0) as currentstock
---
round(coalesce(sum(mstorage.qtyonhand),0) - (select coalesce(sum(qtyreserved),0) from c_orderline tol join c_order too on tol.c_order_id = too.c_order_id where too.ispicklistprinted='Y' and tol.m_product_id = mproduct.m_product_id and too.ordertype='POS Order' and tol.ad_org_id = mmovement.ad_org_id and tol.m_warehouse_id=mmovement.m_warehouse_id),0) as currentstock
Updated by Noufal K over 3 years ago
- Tracker changed from Bug to Tasks
- Project changed from Euro Novelties to Posibolt Internals
- Category changed from Others to Others
- Team set to QA
Updated by Noufal K over 3 years ago
- Tracker changed from Tasks to Bug
- Project changed from Posibolt Internals to Euro Novelties
- Category changed from Others to Others
- Status changed from Resolved to Closed
- Team deleted (
QA)
Updated by SHAIJAL EDAVANA 8 months ago
- Tracker changed from Bug to Tasks
- Project changed from Euro Novelties to Temp Projects
- Category deleted (
Others)