[script report] payment collection with ageing

This commit is contained in:
Nabin Hait
2013-05-02 12:14:59 +05:30
parent f4e923d161
commit d7889cd5d5
5 changed files with 10 additions and 5 deletions

View File

@@ -207,6 +207,11 @@ wn.module_page["Accounts"] = [
route: "query-report/Bank Clearance Summary",
doctype: "Journal Voucher"
},
{
"label":wn._("Payment Collection With Ageing"),
route: "query-report/Payment Collection With Ageing",
doctype: "Journal Voucher"
},
]
}
]