Changed module for Production Analytics

This commit is contained in:
Nabin Hait
2017-02-20 17:41:44 +05:30
parent 3cdb65f782
commit 6ffd77660b
2 changed files with 7 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ erpnext.ProductionAnalytics = frappe.views.GridReportWithPlot.extend({
this.columns = std_columns.concat(this.columns); this.columns = std_columns.concat(this.columns);
}, },
filters: [ filters: [
{fieldtype:"Select", label: __("Company"), link:"Company", fieldname: "company", {fieldtype:"Select", label: __("Company"), link:"Company", fieldname: "company",
default_value: __("Select Company...")}, default_value: __("Select Company...")},
{fieldtype:"Date", label: __("From Date"), fieldname: "from_date"}, {fieldtype:"Date", label: __("From Date"), fieldname: "from_date"},
{fieldtype:"Date", label: __("To Date"), fieldname: "to_date"}, {fieldtype:"Date", label: __("To Date"), fieldname: "to_date"},

View File

@@ -1,12 +1,13 @@
{ {
"creation": "2012-09-21 20:15:16.000000", "content": null,
"creation": "2012-09-21 20:15:16",
"docstatus": 0, "docstatus": 0,
"doctype": "Page", "doctype": "Page",
"icon": "fa fa-bar-chart", "icon": "fa fa-bar-chart",
"idx": 1, "idx": 1,
"modified": "2013-07-11 14:43:52.000000", "modified": "2017-02-20 17:33:05.913097",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Buying", "module": "Manufacturing",
"name": "production-analytics", "name": "production-analytics",
"owner": "Administrator", "owner": "Administrator",
"page_name": "production-analytics", "page_name": "production-analytics",
@@ -18,6 +19,8 @@
"role": "Manufacturing Manager" "role": "Manufacturing Manager"
} }
], ],
"script": null,
"standard": "Yes", "standard": "Yes",
"style": null,
"title": "Production Analytics" "title": "Production Analytics"
} }