mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
[Minor] Remove Warehouse column while user groups by 'Item code' in Gross profit report
This commit is contained in:
@@ -19,7 +19,7 @@ def execute(filters=None):
|
|||||||
"invoice": ["parent", "customer", "posting_date","item_code", "item_name","item_group", "brand", "description", \
|
"invoice": ["parent", "customer", "posting_date","item_code", "item_name","item_group", "brand", "description", \
|
||||||
"warehouse", "qty", "base_rate", "buying_rate", "base_amount",
|
"warehouse", "qty", "base_rate", "buying_rate", "base_amount",
|
||||||
"buying_amount", "gross_profit", "gross_profit_percent", "project_name"],
|
"buying_amount", "gross_profit", "gross_profit_percent", "project_name"],
|
||||||
"item_code": ["item_code", "item_name", "brand", "description", "warehouse", "qty", "base_rate",
|
"item_code": ["item_code", "item_name", "brand", "description", "qty", "base_rate",
|
||||||
"buying_rate", "base_amount", "buying_amount", "gross_profit", "gross_profit_percent"],
|
"buying_rate", "base_amount", "buying_amount", "gross_profit", "gross_profit_percent"],
|
||||||
"warehouse": ["warehouse", "qty", "base_rate", "buying_rate", "base_amount", "buying_amount",
|
"warehouse": ["warehouse", "qty", "base_rate", "buying_rate", "base_amount", "buying_amount",
|
||||||
"gross_profit", "gross_profit_percent"],
|
"gross_profit", "gross_profit_percent"],
|
||||||
|
|||||||
Reference in New Issue
Block a user