[script report] bank clearance summary

This commit is contained in:
Nabin Hait
2013-05-01 12:23:07 +05:30
parent 76646fb279
commit e388465e17
7 changed files with 130 additions and 2 deletions

View File

@@ -202,6 +202,11 @@ wn.module_page["Accounts"] = [
route: "query-report/Ordered Items To Be Billed",
doctype: "Sales Invoice"
},
{
"label":wn._("Bank Clearance Summary"),
route: "query-report/Bank Clearance Summary",
doctype: "Journal Voucher"
},
]
}
]