[script report] payment collection with ageing
This commit is contained in:
parent
f4e923d161
commit
d7889cd5d5
@ -207,6 +207,11 @@ wn.module_page["Accounts"] = [
|
|||||||
route: "query-report/Bank Clearance Summary",
|
route: "query-report/Bank Clearance Summary",
|
||||||
doctype: "Journal Voucher"
|
doctype: "Journal Voucher"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label":wn._("Payment Collection With Ageing"),
|
||||||
|
route: "query-report/Payment Collection With Ageing",
|
||||||
|
doctype: "Journal Voucher"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
wn.query_reports["Collection Report"] = {
|
wn.query_reports["Payment Collection With Ageing"] = {
|
||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
"fieldname": "from_date",
|
"fieldname": "from_date",
|
||||||
@ -1,8 +1,8 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"creation": "2013-05-01 12:29:12",
|
"creation": "2013-05-02 12:09:51",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-05-01 12:29:12",
|
"modified": "2013-05-02 12:09:51",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@ -12,11 +12,11 @@
|
|||||||
"is_standard": "Yes",
|
"is_standard": "Yes",
|
||||||
"name": "__common__",
|
"name": "__common__",
|
||||||
"ref_doctype": "Journal Voucher",
|
"ref_doctype": "Journal Voucher",
|
||||||
"report_name": "Collection Report",
|
"report_name": "Payment Collection With Ageing",
|
||||||
"report_type": "Script Report"
|
"report_type": "Script Report"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doctype": "Report",
|
"doctype": "Report",
|
||||||
"name": "Collection Report"
|
"name": "Payment Collection With Ageing"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user