Report : Batch Item Expiry Status

Select From Date and To Date
Lists Items about to expire or already expired
Expiry Status column shows number of days in which item/batch will expire
This commit is contained in:
Revant Nandgaonkar
2016-12-21 12:32:12 +05:30
parent 2b8aafb08d
commit 0766d3e67e
5 changed files with 139 additions and 0 deletions

View File

@@ -261,6 +261,12 @@ def get_data():
"name": "Batch-Wise Balance History",
"doctype": "Batch"
},
{
"type": "report",
"is_query_report": True,
"name": "Batch Item Expiry Status",
"doctype": "Stock Ledger Entry"
},
{
"type": "report",
"is_query_report": True,