mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
[fix] set sales base field as base_grand_total (#10008)
This commit is contained in:
committed by
Makarand Bauskar
parent
dda608dd00
commit
283d5550e6
@@ -14,7 +14,7 @@ def get_data():
|
|||||||
'goal_history_field': 'sales_monthly_history',
|
'goal_history_field': 'sales_monthly_history',
|
||||||
'goal_doctype': 'Sales Invoice',
|
'goal_doctype': 'Sales Invoice',
|
||||||
'goal_doctype_link': 'company',
|
'goal_doctype_link': 'company',
|
||||||
'goal_field': 'grand_total',
|
'goal_field': 'base_grand_total',
|
||||||
'date_field': 'posting_date',
|
'date_field': 'posting_date',
|
||||||
'filter_str': 'status != "Draft"',
|
'filter_str': 'status != "Draft"',
|
||||||
'aggregation': 'sum'
|
'aggregation': 'sum'
|
||||||
|
|||||||
Reference in New Issue
Block a user