mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 12:55:10 +00:00
feat: show subsidiary companies value in purchase analytics
(cherry picked from commit 9f755ad65a)
This commit is contained in:
@@ -65,6 +65,11 @@ frappe.query_reports["Purchase Analytics"] = {
|
|||||||
default: "Monthly",
|
default: "Monthly",
|
||||||
reqd: 1,
|
reqd: 1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fieldname: "show_aggregate_value_from_subsidiary_companies",
|
||||||
|
label: __("Show Aggregate Value from Subsidiary Companies"),
|
||||||
|
fieldtype: "Check",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
get_datatable_options(options) {
|
get_datatable_options(options) {
|
||||||
return Object.assign(options, {
|
return Object.assign(options, {
|
||||||
|
|||||||
Reference in New Issue
Block a user