mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Changed module for Production Analytics
This commit is contained in:
@@ -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"},
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user