[fixes] print_hide on stock uom and gross profit

This commit is contained in:
Rushabh Mehta
2015-04-13 15:31:24 +05:30
parent 39c84fe31c
commit 20bcf6aeff
3 changed files with 51 additions and 40 deletions

View File

@@ -177,6 +177,12 @@ def get_data():
"doctype": "GL Entry",
"is_query_report": True,
},
{
"type": "report",
"name": "Gross Profit",
"doctype": "Sales Invoice",
"is_query_report": True
},
{
"type": "report",
"name": "Accounts Receivable",
@@ -218,13 +224,7 @@ def get_data():
"name": "financial-analytics",
"label": _("Financial Analytics"),
"icon": "icon-bar-chart",
},
{
"type": "report",
"name": "Gross Profit",
"doctype": "Sales Invoice",
"is_query_report": True
},
}
]
},
{