[script report] payments made with ageing

This commit is contained in:
Nabin Hait
2013-05-02 15:19:00 +05:30
parent d7889cd5d5
commit 4d7a1c1f35
8 changed files with 173 additions and 5 deletions

View File

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