feat: added payment terms filter in the accounts payable summary

This commit is contained in:
Rohit Waghchaure
2019-07-16 01:52:03 +05:30
parent b395daf76c
commit 4c0dffe687
3 changed files with 16 additions and 0 deletions

View File

@@ -88,6 +88,12 @@ frappe.query_reports["Accounts Payable"] = {
}
}
},
{
"fieldname":"payment_terms_template",
"label": __("Payment Terms Template"),
"fieldtype": "Link",
"options": "Payment Terms Template"
},
{
"fieldname":"supplier_group",
"label": __("Supplier Group"),