Fixes in production planning tool
This commit is contained in:
parent
e368091627
commit
5145b1445b
@ -122,7 +122,7 @@ class ProductionPlanningTool(Document):
|
|||||||
if self.fg_item:
|
if self.fg_item:
|
||||||
item_condition = ' and pi.item_code = "' + self.fg_item + '"'
|
item_condition = ' and pi.item_code = "' + self.fg_item + '"'
|
||||||
|
|
||||||
packed_items = frappe.db.sql("""select distinct pi.parent, pi.item_code, pi.warehouse as reserved_warhouse,
|
packed_items = frappe.db.sql("""select distinct pi.parent, pi.item_code, pi.warehouse as warehouse,
|
||||||
(((so_item.qty - ifnull(so_item.delivered_qty, 0)) * pi.qty) / so_item.qty)
|
(((so_item.qty - ifnull(so_item.delivered_qty, 0)) * pi.qty) / so_item.qty)
|
||||||
as pending_qty
|
as pending_qty
|
||||||
from `tabSales Order Item` so_item, `tabPacked Item` pi
|
from `tabSales Order Item` so_item, `tabPacked Item` pi
|
||||||
|
Loading…
Reference in New Issue
Block a user