feat: in_party_currency option for AR/AP reports

This commit is contained in:
Richard Case
2023-10-30 00:15:05 +00:00
parent 83db7c6a65
commit ece7049390
3 changed files with 23 additions and 9 deletions

View File

@@ -143,6 +143,11 @@ frappe.query_reports["Accounts Payable"] = {
"fieldname": "show_future_payments",
"label": __("Show Future Payments"),
"fieldtype": "Check",
},
{
"fieldname": "in_party_currency",
"label": __("In Party Currency"),
"fieldtype": "Check",
}
],