Code replacement for journal voucher renaming

This commit is contained in:
Nabin Hait
2014-12-25 17:14:18 +05:30
parent e7d153624f
commit 23d2a53017
84 changed files with 934 additions and 917 deletions

View File

@@ -8,7 +8,7 @@ def get_data():
"items": [
{
"type": "doctype",
"name": "Journal Voucher",
"name": "Journal Entry",
"description": _("Accounting journal entries.")
},
{
@@ -234,7 +234,7 @@ def get_data():
"type": "report",
"name": "Bank Reconciliation Statement",
"is_query_report": True,
"doctype": "Journal Voucher"
"doctype": "Journal Entry"
},
{
"type": "report",
@@ -264,13 +264,13 @@ def get_data():
"type": "report",
"name": "Bank Clearance Summary",
"is_query_report": True,
"doctype": "Journal Voucher"
"doctype": "Journal Entry"
},
{
"type": "report",
"name": "Payment Period Based On Invoice Date",
"is_query_report": True,
"doctype": "Journal Voucher"
"doctype": "Journal Entry"
},
{
"type": "report",