mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 07:22:13 +00:00
fix: stock dashboard (#43347)
(cherry picked from commit 9e8be8db51)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -1,22 +1,23 @@
|
|||||||
{
|
{
|
||||||
"chart_name": "Oldest Items",
|
"chart_name": "Oldest Items",
|
||||||
"chart_type": "Report",
|
"chart_type": "Report",
|
||||||
"creation": "2020-07-20 21:01:04.336845",
|
"creation": "2022-03-30 00:58:02.041721",
|
||||||
"custom_options": "{\"colors\": [\"#5e64ff\"]}",
|
"custom_options": "{\"colors\": [\"#5e64ff\"]}",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"doctype": "Dashboard Chart",
|
"doctype": "Dashboard Chart",
|
||||||
"dynamic_filters_json": "{\"company\":\"frappe.defaults.get_user_default(\\\"Company\\\")\",\"to_date\":\"frappe.datetime.nowdate()\"}",
|
"dynamic_filters_json": "{\"company\":\"frappe.defaults.get_user_default(\\\"Company\\\")\",\"to_date\":\"frappe.datetime.nowdate()\",\"range1\":\"30\",\"range2\":\"60\",\"range3\":\"90\"}",
|
||||||
"filters_json": "{\"range1\":30,\"range2\":60,\"range3\":90,\"show_warehouse_wise_stock\":0}",
|
"filters_json": "{\"range\":\"30, 60, 90\",\"show_warehouse_wise_stock\":0}",
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_public": 1,
|
"is_public": 1,
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
"modified": "2020-07-29 14:50:26.846482",
|
"modified": "2024-09-23 22:37:51.392999",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Oldest Items",
|
"name": "Oldest Items",
|
||||||
"number_of_groups": 0,
|
"number_of_groups": 0,
|
||||||
"owner": "Administrator",
|
"owner": "rohitw1991@gmail.com",
|
||||||
"report_name": "Stock Ageing",
|
"report_name": "Stock Ageing",
|
||||||
|
"roles": [],
|
||||||
"timeseries": 0,
|
"timeseries": 0,
|
||||||
"type": "Bar",
|
"type": "Bar",
|
||||||
"use_report_chart": 1,
|
"use_report_chart": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user