added new item-wise pricelist report and deprecated search criteria of Stock module

This commit is contained in:
Anand Doshi
2013-01-02 13:51:29 +05:30
parent 8ab7580d88
commit 946442d7a5
29 changed files with 33 additions and 541 deletions

View File

View File

@@ -0,0 +1,9 @@
import webnotes
def execute():
for sc in ["itemwise_price_list", "itemwise_receipt_details",
"shortage_to_purchase_request", "stock_aging_report",
"stock_ledger", "stock_level", "stock_report",
"custom_test2", "custom_test3", "custom_test4",
"test_so2", "test_so3"]:
webnotes.delete_doc("Search Criteria", sc)

View File

@@ -574,4 +574,8 @@ patch_list = [
'patch_module': 'patches.december_2012',
'patch_file': 'update_print_width',
},
{
'patch_module': 'patches.january_2013',
'patch_file': 'deprecate_stock_search_criteria',
},
]