mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
feat: enable total row in Gross Profit Report
This commit is contained in:
@@ -1,24 +1,23 @@
|
|||||||
{
|
{
|
||||||
"add_total_row": 0,
|
"add_total_row": 1,
|
||||||
"apply_user_permissions": 1,
|
"creation": "2013-02-25 17:03:34",
|
||||||
"creation": "2013-02-25 17:03:34",
|
"disabled": 0,
|
||||||
"disabled": 0,
|
"docstatus": 0,
|
||||||
"docstatus": 0,
|
"doctype": "Report",
|
||||||
"doctype": "Report",
|
"idx": 3,
|
||||||
"idx": 3,
|
"is_standard": "Yes",
|
||||||
"is_standard": "Yes",
|
"modified": "2020-08-13 11:26:39.112352",
|
||||||
"modified": "2017-02-24 20:12:22.464240",
|
"modified_by": "Administrator",
|
||||||
"modified_by": "Administrator",
|
"module": "Accounts",
|
||||||
"module": "Accounts",
|
"name": "Gross Profit",
|
||||||
"name": "Gross Profit",
|
"owner": "Administrator",
|
||||||
"owner": "Administrator",
|
"ref_doctype": "Sales Invoice",
|
||||||
"ref_doctype": "Sales Invoice",
|
"report_name": "Gross Profit",
|
||||||
"report_name": "Gross Profit",
|
"report_type": "Script Report",
|
||||||
"report_type": "Script Report",
|
|
||||||
"roles": [
|
"roles": [
|
||||||
{
|
{
|
||||||
"role": "Accounts Manager"
|
"role": "Accounts Manager"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"role": "Accounts User"
|
"role": "Accounts User"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user