new gross profit report based on query report

This commit is contained in:
Anand Doshi
2013-02-25 18:17:51 +05:30
parent 7f27d34f81
commit 258c3fb228
4 changed files with 121 additions and 0 deletions

View 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")
}
]
}