Changed module for Production Analytics
This commit is contained in:
parent
3cdb65f782
commit
6ffd77660b
@ -37,7 +37,7 @@ erpnext.ProductionAnalytics = frappe.views.GridReportWithPlot.extend({
|
||||
this.columns = std_columns.concat(this.columns);
|
||||
},
|
||||
filters: [
|
||||
{fieldtype:"Select", label: __("Company"), link:"Company", fieldname: "company",
|
||||
{fieldtype:"Select", label: __("Company"), link:"Company", fieldname: "company",
|
||||
default_value: __("Select Company...")},
|
||||
{fieldtype:"Date", label: __("From Date"), fieldname: "from_date"},
|
||||
{fieldtype:"Date", label: __("To Date"), fieldname: "to_date"},
|
||||
|
@ -1,12 +1,13 @@
|
||||
{
|
||||
"creation": "2012-09-21 20:15:16.000000",
|
||||
"content": null,
|
||||
"creation": "2012-09-21 20:15:16",
|
||||
"docstatus": 0,
|
||||
"doctype": "Page",
|
||||
"icon": "fa fa-bar-chart",
|
||||
"idx": 1,
|
||||
"modified": "2013-07-11 14:43:52.000000",
|
||||
"modified": "2017-02-20 17:33:05.913097",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Buying",
|
||||
"module": "Manufacturing",
|
||||
"name": "production-analytics",
|
||||
"owner": "Administrator",
|
||||
"page_name": "production-analytics",
|
||||
@ -18,6 +19,8 @@
|
||||
"role": "Manufacturing Manager"
|
||||
}
|
||||
],
|
||||
"script": null,
|
||||
"standard": "Yes",
|
||||
"style": null,
|
||||
"title": "Production Analytics"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user