diff --git a/stock/page/stock_home/stock_home.js b/stock/page/stock_home/stock_home.js index ec039993e13..3dcff61b5a1 100644 --- a/stock/page/stock_home/stock_home.js +++ b/stock/page/stock_home/stock_home.js @@ -173,6 +173,11 @@ wn.module_page["Stock"] = [ route: "query-report/Ordered Items To Be Delivered", doctype: "Delivery Note" }, + { + "label":wn._("Purchase Order Items Pending To Be Received"), + route: "query-report/Purchase Order Items Pending To Be Received", + doctype: "Purchase Receipt" + }, { "label":wn._("Serial No Service Contract Expiry"), route: "Report2/Serial No/Serial No Service Contract Expiry", diff --git a/stock/report/purchase_order_items_pending_to_be_received/__init__.py b/stock/report/purchase_order_items_to_be_received/__init__.py similarity index 100% rename from stock/report/purchase_order_items_pending_to_be_received/__init__.py rename to stock/report/purchase_order_items_to_be_received/__init__.py diff --git a/stock/report/purchase_order_items_pending_to_be_received/purchase_order_items_pending_to_be_received.txt b/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.txt similarity index 88% rename from stock/report/purchase_order_items_pending_to_be_received/purchase_order_items_pending_to_be_received.txt rename to stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.txt index 208909c284d..112a12416f9 100644 --- a/stock/report/purchase_order_items_pending_to_be_received/purchase_order_items_pending_to_be_received.txt +++ b/stock/report/purchase_order_items_to_be_received/purchase_order_items_to_be_received.txt @@ -1,8 +1,8 @@ [ { - "creation": "2013-01-29 13:12:48", + "creation": "2013-02-01 13:09:34", "docstatus": 0, - "modified": "2013-01-29 13:16:52", + "modified": "2013-02-01 13:09:34", "modified_by": "Administrator", "owner": "Administrator" }, @@ -15,6 +15,6 @@ }, { "doctype": "Report", - "name": "Purchase Order Items Pending To Be Received" + "name": "Purchase Order Items To Be Received" } ] \ No newline at end of file