2013-06-07 12:35:16 +00:00
|
|
|
wn.query_reports["Quotation Trends"] = {
|
|
|
|
"filters": [
|
|
|
|
{
|
|
|
|
"fieldname":"period",
|
|
|
|
"label": "Period",
|
|
|
|
"fieldtype": "Select",
|
|
|
|
"options": "Monthly"+NEWLINE+"Quarterly"+NEWLINE+"Half-yearly"+NEWLINE+"Yearly",
|
|
|
|
"default": "Monthly"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname":"based_on",
|
|
|
|
"label": "Based On",
|
|
|
|
"fieldtype": "Select",
|
|
|
|
"options": "Item"+NEWLINE+"Item Group"+NEWLINE+"Customer"+NEWLINE+"Customer Group"+NEWLINE+"Territory"+NEWLINE+"Project",
|
|
|
|
"default": "Item"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname":"group_by",
|
|
|
|
"label": "Group By",
|
|
|
|
"fieldtype": "Select",
|
|
|
|
"options": "Item"+NEWLINE+"Customer",
|
2013-06-11 12:36:58 +00:00
|
|
|
"default": ""
|
2013-06-07 12:35:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname":"fiscal_year",
|
|
|
|
"label": "Fiscal Year",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"options":'Fiscal Year',
|
2013-06-11 12:36:58 +00:00
|
|
|
"default": sys_defaults.fiscal_year
|
2013-06-07 12:35:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldname":"company",
|
|
|
|
"label": "Company",
|
|
|
|
"fieldtype": "Link",
|
|
|
|
"options": "Company",
|
2013-06-11 12:36:58 +00:00
|
|
|
"default": sys_defaults.company
|
2013-06-07 12:35:16 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|