Skip to content

Commit

Permalink
fix(HR Dashboard): wrong filter for Employees Relieving (Next Quarter)
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman committed Jan 8, 2024
1 parent 513a39a commit be7cc7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"aggregate_function_based_on": "",
"creation": "2022-08-22 12:25:36.324395",
"creation": "2023-11-17 14:10:57.129602",
"docstatus": 0,
"doctype": "Number Card",
"document_type": "Employee",
"dynamic_filters_json": "[[\"Employee\",\"company\",\"=\",\"frappe.defaults.get_user_default(\\\"Company\\\")\"]]",
"filters_json": "[[\"Employee\",\"relieving_date\",\"Timespan\",\"this quarter\",false]]",
"filters_json": "[[\"Employee\",\"relieving_date\",\"Timespan\",\"next quarter\",false]]",
"function": "Count",
"idx": 0,
"is_public": 1,
"is_standard": 1,
"label": "Employees Relieving (Next Quarter)",
"modified": "2022-08-22 12:26:42.672235",
"modified": "2024-01-08 12:08:28.933452",
"modified_by": "Administrator",
"module": "HR",
"name": "Employees Relieving (Next Quarter)",
Expand Down

0 comments on commit be7cc7f

Please sign in to comment.