Skip to content

Commit

Permalink
fix: stock dashboard (#43347)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitwaghchaure authored Sep 23, 2024
1 parent 2f6003c commit 9e8be8d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions erpnext/stock/dashboard_chart/oldest_items/oldest_items.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{
"chart_name": "Oldest Items",
"chart_type": "Report",
"creation": "2020-07-20 21:01:04.336845",
"creation": "2022-03-30 00:58:02.041721",
"custom_options": "{\"colors\": [\"#5e64ff\"]}",
"docstatus": 0,
"doctype": "Dashboard Chart",
"dynamic_filters_json": "{\"company\":\"frappe.defaults.get_user_default(\\\"Company\\\")\",\"to_date\":\"frappe.datetime.nowdate()\"}",
"filters_json": "{\"range1\":30,\"range2\":60,\"range3\":90,\"show_warehouse_wise_stock\":0}",
"dynamic_filters_json": "{\"company\":\"frappe.defaults.get_user_default(\\\"Company\\\")\",\"to_date\":\"frappe.datetime.nowdate()\",\"range1\":\"30\",\"range2\":\"60\",\"range3\":\"90\"}",
"filters_json": "{\"range\":\"30, 60, 90\",\"show_warehouse_wise_stock\":0}",
"idx": 0,
"is_public": 1,
"is_standard": 1,
"modified": "2020-07-29 14:50:26.846482",
"modified": "2024-09-23 22:37:51.392999",
"modified_by": "Administrator",
"module": "Stock",
"name": "Oldest Items",
"number_of_groups": 0,
"owner": "Administrator",
"owner": "rohitw1991@gmail.com",
"report_name": "Stock Ageing",
"roles": [],
"timeseries": 0,
"type": "Bar",
"use_report_chart": 1,
Expand Down

0 comments on commit 9e8be8d

Please sign in to comment.