[script report] accounts payable migrated to new style

This commit is contained in:
Nabin Hait
2013-04-23 15:36:26 +05:30
parent 98025ac32c
commit ebd514442a
8 changed files with 236 additions and 14 deletions

View File

@@ -144,6 +144,11 @@ wn.module_page["Accounts"] = [
route: "query-report/Accounts Receivable",
doctype: "Sales Invoice"
},
{
"label":wn._("Accounts Payable"),
route: "query-report/Accounts Payable",
doctype: "Purchase Invoice"
},
]
},
{