mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
fix: asset dashboard report changes (#22759)
* fix: asset dashboard report changes * fix: moved static filters to dynamic filters Co-authored-by: Nabin Hait <nabinhait@gmail.com> Co-authored-by: Marica <maricadsouza221197@gmail.com>
This commit is contained in:
21
erpnext/assets/number_card/asset_value/asset_value.json
Normal file
21
erpnext/assets/number_card/asset_value/asset_value.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"aggregate_function_based_on": "value_after_depreciation",
|
||||
"creation": "2020-07-14 18:23:53.302457",
|
||||
"docstatus": 0,
|
||||
"doctype": "Number Card",
|
||||
"document_type": "Asset",
|
||||
"filters_json": "[]",
|
||||
"function": "Sum",
|
||||
"idx": 0,
|
||||
"is_public": 1,
|
||||
"is_standard": 1,
|
||||
"label": "Asset Value",
|
||||
"modified": "2020-07-21 18:13:47.647997",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Assets",
|
||||
"name": "Asset Value",
|
||||
"owner": "Administrator",
|
||||
"show_percentage_stats": 1,
|
||||
"stats_time_interval": "Monthly",
|
||||
"type": "Document Type"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"creation": "2020-07-14 18:23:53.267919",
|
||||
"docstatus": 0,
|
||||
"doctype": "Number Card",
|
||||
"document_type": "Asset",
|
||||
"filters_json": "[[\"Asset\",\"creation\",\"Timespan\",\"this year\",false]]",
|
||||
"function": "Count",
|
||||
"idx": 0,
|
||||
"is_public": 1,
|
||||
"is_standard": 1,
|
||||
"label": "New Assets (This Year)",
|
||||
"modified": "2020-07-23 13:45:20.418766",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Assets",
|
||||
"name": "New Assets (This Year)",
|
||||
"owner": "Administrator",
|
||||
"show_percentage_stats": 1,
|
||||
"stats_time_interval": "Monthly",
|
||||
"type": "Document Type"
|
||||
}
|
||||
20
erpnext/assets/number_card/total_assets/total_assets.json
Normal file
20
erpnext/assets/number_card/total_assets/total_assets.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"creation": "2020-07-14 18:23:53.233328",
|
||||
"docstatus": 0,
|
||||
"doctype": "Number Card",
|
||||
"document_type": "Asset",
|
||||
"filters_json": "[]",
|
||||
"function": "Count",
|
||||
"idx": 0,
|
||||
"is_public": 1,
|
||||
"is_standard": 1,
|
||||
"label": "Total Assets",
|
||||
"modified": "2020-07-21 18:12:51.664292",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Assets",
|
||||
"name": "Total Assets",
|
||||
"owner": "Administrator",
|
||||
"show_percentage_stats": 1,
|
||||
"stats_time_interval": "Monthly",
|
||||
"type": "Document Type"
|
||||
}
|
||||
Reference in New Issue
Block a user