[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"
},
]
}
]

View File

@ -1,4 +1,4 @@
wn.query_reports["Collection Report"] = {
wn.query_reports["Payment Collection With Ageing"] = {
"filters": [
{
"fieldname": "from_date",

View File

@ -1,8 +1,8 @@
[
{
"creation": "2013-05-01 12:29:12",
"creation": "2013-05-02 12:09:51",
"docstatus": 0,
"modified": "2013-05-01 12:29:12",
"modified": "2013-05-02 12:09:51",
"modified_by": "Administrator",
"owner": "Administrator"
},
@ -12,11 +12,11 @@
"is_standard": "Yes",
"name": "__common__",
"ref_doctype": "Journal Voucher",
"report_name": "Collection Report",
"report_name": "Payment Collection With Ageing",
"report_type": "Script Report"
},
{
"doctype": "Report",
"name": "Collection Report"
"name": "Payment Collection With Ageing"
}
]