fix: Display data in tree form
This commit is contained in:
parent
76921137ed
commit
17a154017b
@ -36,5 +36,9 @@ frappe.query_reports["Gross Profit"] = {
|
|||||||
"options": "Invoice\nItem Code\nItem Group\nBrand\nWarehouse\nCustomer\nCustomer Group\nTerritory\nSales Person\nProject",
|
"options": "Invoice\nItem Code\nItem Group\nBrand\nWarehouse\nCustomer\nCustomer Group\nTerritory\nSales Person\nProject",
|
||||||
"default": "Invoice"
|
"default": "Invoice"
|
||||||
},
|
},
|
||||||
]
|
],
|
||||||
|
"tree": true,
|
||||||
|
"name_field": "parent",
|
||||||
|
"parent_field": "parent_invoice",
|
||||||
|
"initial_depth": 2
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user