mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 08:02:51 +00:00
new gross profit report based on query report
This commit is contained in:
11
accounts/report/gross_profit/gross_profit.js
Normal file
11
accounts/report/gross_profit/gross_profit.js
Normal file
@@ -0,0 +1,11 @@
|
||||
wn.query_reports["Gross Profit"] = {
|
||||
"filters": [
|
||||
{
|
||||
"fieldname":"company",
|
||||
"label": "Company",
|
||||
"fieldtype": "Link",
|
||||
"options": "Company",
|
||||
"default": wn.defaults.get_user_default("company")
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user