Merge pull request #17 from tobrahma/master
Added patches to Lease Agreement
This commit is contained in:
commit
85c86c90d2
@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
'creation': '2010-09-25 10:50:34',
|
'creation': '2010-09-25 10:50:34',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2011-07-26 18:14:48',
|
'modified': '2011-07-27 11:43:40',
|
||||||
'modified_by': 'Administrator',
|
'modified_by': 'Administrator',
|
||||||
'owner': 'Administrator'
|
'owner': 'Administrator'
|
||||||
},
|
},
|
||||||
@ -364,6 +364,60 @@
|
|||||||
'idx': 33
|
'idx': 33
|
||||||
},
|
},
|
||||||
|
|
||||||
|
# Module Def Item
|
||||||
|
{
|
||||||
|
'display_name': 'Lease Monthly Future Installment Inflows',
|
||||||
|
'doc_name': 'Lease Monthly Future Installment Inflows',
|
||||||
|
'doc_type': 'Reports',
|
||||||
|
'doctype': 'Module Def Item',
|
||||||
|
'idx': 34
|
||||||
|
},
|
||||||
|
|
||||||
|
# Module Def Item
|
||||||
|
{
|
||||||
|
'display_name': 'Lease Overdue Age Wise',
|
||||||
|
'doc_name': 'Lease Overdue Age Wise',
|
||||||
|
'doc_type': 'Reports',
|
||||||
|
'doctype': 'Module Def Item',
|
||||||
|
'idx': 35
|
||||||
|
},
|
||||||
|
|
||||||
|
# Module Def Item
|
||||||
|
{
|
||||||
|
'display_name': 'Lease Overdue List',
|
||||||
|
'doc_name': 'Lease Overdue List',
|
||||||
|
'doc_type': 'Reports',
|
||||||
|
'doctype': 'Module Def Item',
|
||||||
|
'idx': 36
|
||||||
|
},
|
||||||
|
|
||||||
|
# Module Def Item
|
||||||
|
{
|
||||||
|
'display_name': 'Lease Receipts Client Wise',
|
||||||
|
'doc_name': 'Lease Receipts Client Wise',
|
||||||
|
'doc_type': 'Reports',
|
||||||
|
'doctype': 'Module Def Item',
|
||||||
|
'idx': 37
|
||||||
|
},
|
||||||
|
|
||||||
|
# Module Def Item
|
||||||
|
{
|
||||||
|
'display_name': 'Lease Receipt Summary Year to Date',
|
||||||
|
'doc_name': 'Lease Receipt Summary Year to Date',
|
||||||
|
'doc_type': 'Reports',
|
||||||
|
'doctype': 'Module Def Item',
|
||||||
|
'idx': 38
|
||||||
|
},
|
||||||
|
|
||||||
|
# Module Def Item
|
||||||
|
{
|
||||||
|
'display_name': 'Lease Yearly Future Installment Inflows',
|
||||||
|
'doc_name': 'Lease Yearly Future Installment Inflows',
|
||||||
|
'doc_type': 'Reports',
|
||||||
|
'doctype': 'Module Def Item',
|
||||||
|
'idx': 39
|
||||||
|
},
|
||||||
|
|
||||||
# Module Def Role
|
# Module Def Role
|
||||||
{
|
{
|
||||||
'doctype': 'Module Def Role',
|
'doctype': 'Module Def Role',
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
# REMEMBER to update this
|
# REMEMBER to update this
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
last_patch = 329
|
last_patch = 330
|
||||||
|
|
||||||
#-------------------------------------------
|
#-------------------------------------------
|
||||||
|
|
||||||
@ -1328,3 +1328,16 @@ def execute(patch_no):
|
|||||||
elif patch_no == 329:
|
elif patch_no == 329:
|
||||||
reload_doc('utilities', 'doctype', 'rename_tool')
|
reload_doc('utilities', 'doctype', 'rename_tool')
|
||||||
reload_doc('utilities', 'doctype', 'bulk_rename_tool')
|
reload_doc('utilities', 'doctype', 'bulk_rename_tool')
|
||||||
|
elif patch_no == 330:
|
||||||
|
reload_doc('accounts', 'doctype', 'lease_agreement')
|
||||||
|
reload_doc('accounts', 'doctype', 'lease_installment')
|
||||||
|
|
||||||
|
reload_doc('accounts', 'search_criteria', 'lease_agreement_list')
|
||||||
|
reload_doc('accounts', 'search_criteria', 'lease_monthly_future_installment_inflows')
|
||||||
|
reload_doc('accounts', 'search_criteria', 'lease_overdue_age_wise')
|
||||||
|
reload_doc('accounts', 'search_criteria', 'lease_overdue_list')
|
||||||
|
reload_doc('accounts', 'search_criteria', 'lease_receipts_client_wise')
|
||||||
|
reload_doc('accounts', 'search_criteria', 'lease_receipt_summary_year_to_date')
|
||||||
|
reload_doc('accounts', 'search_criteria', 'lease_yearly_future_installment_inflows')
|
||||||
|
|
||||||
|
reload_doc('accounts', 'Module Def', 'Accounts')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user