Browse Source

reload itemwise sales/purchase register: added new columns

develop
nabinhait 13 years ago
parent
commit
6150e65f71
  1. 4
      accounts/search_criteria/itemwise_sales_register/itemwise_sales_register.txt
  2. 4
      patches/patch.py

4
accounts/search_criteria/itemwise_sales_register/itemwise_sales_register.txt

@ -13,12 +13,12 @@
'doc_type': 'RV Detail',
'docstatus': 0,
'doctype': 'Search Criteria',
'filters': "{'Receivable Voucher\x01Submitted':1,'Receivable Voucher\x01From Posting Date\x01lower':'2011-04-01','Receivable Voucher\x01To Posting Date\x01upper':'2011-06-20','Receivable Voucher\x01Is Opening':'','Receivable Voucher\x01Company':'Test Company','Receivable Voucher\x01Fiscal Year':''}",
'filters': "{'Receivable Voucher\x01Submitted':1,'Receivable Voucher\x01From Posting Date\x01lower':'','Receivable Voucher\x01To Posting Date\x01upper':'','Receivable Voucher\x01Is Opening':'','Receivable Voucher\x01Company':'','Receivable Voucher\x01Fiscal Year':''}",
'graph_series': None,
'graph_values': None,
'group_by': None,
'idx': None,
'modified': '2011-06-20 13:12:25',
'modified': '2011-06-20 16:30:41',
'modified_by': 'Administrator',
'module': 'Accounts',
'name': 'itemwise_sales_register',

4
patches/patch.py

@ -1,6 +1,6 @@
# REMEMBER to update this
# ========================
last_patch = 285
last_patch = 286
#-------------------------------------------
@ -1142,6 +1142,6 @@ def execute(patch_no):
elif patch_no == 284:
reload_doc('maintenance', 'doctype', 'support_ticket')
sql("update `tabDocField` set in_filter = 1 where fieldname in ('raised_by', 'subject') and parent = 'Support Ticket'")
elif patch_no == 285:
elif patch_no == 286:
reload_doc('accounts', 'search_criteria', 'itemwise_sales_register')
reload_doc('accounts', 'search_criteria', 'itemwise_purchase_register')

Loading…
Cancel
Save