brotherton-erpnext/erpnext/stock/report/stock_analytics/stock_analytics.json
Deepesh Garg 84483ff776 Stock analytics script report (#15630)
* Stock analytics script report

* Codacy Issue Fixes

* Codacy Issue Fixes

* Removed Trailing Whitespaces

* Code cleaning and optimization

* Minor Changes

* Code cleaning and spacing

* Added link for stock analytics in stock.py

* Refactoring and code cleaning

* Codacy issue fixes
2018-11-12 17:05:31 +05:30

32 lines
616 B
JSON

{
"add_total_row": 0,
"creation": "2018-10-08 12:11:32.133020",
"disabled": 0,
"docstatus": 0,
"doctype": "Report",
"idx": 0,
"is_standard": "Yes",
"modified": "2018-10-08 12:18:42.834270",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Analytics",
"owner": "Administrator",
"prepared_report": 0,
"ref_doctype": "Stock Entry",
"report_name": "Stock Analytics",
"report_type": "Script Report",
"roles": [
{
"role": "Manufacturing Manager"
},
{
"role": "Stock Manager"
},
{
"role": "Stock User"
},
{
"role": "Manufacturing User"
}
]
}