Skip to content

Commit

Permalink
refactor(HR Dashboard): show current quarter for Employees Joining an…
Browse files Browse the repository at this point in the history
…d Employees Relieving cards (#1268)

* refactor(HR Dashboard): show current quarter for Employees Joining and Employees Relieving cards

* chore: update doc owner

---------

Co-authored-by: Rucha Mahabal <[email protected]>
(cherry picked from commit 589e62e)
  • Loading branch information
krantheman authored and mergify[bot] committed Jan 8, 2024
1 parent 8b7be90 commit 33320df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions hrms/hr/hr_dashboard/human_resource/human_resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"card": "Employee Exits (This Year)"
},
{
"card": "Employees Joining (Next Quarter)"
"card": "Employees Joining (This Quarter)"
},
{
"card": "Employees Relieving (Next Quarter)"
"card": "Employees Relieving (This Quarter)"
}
],
"charts": [
Expand Down Expand Up @@ -50,14 +50,14 @@
"width": "Half"
}
],
"creation": "2020-07-22 11:56:33.015888",
"creation": "2023-11-17 14:10:56.741833",
"dashboard_name": "Human Resource",
"docstatus": 0,
"doctype": "Dashboard",
"idx": 0,
"is_default": 0,
"is_standard": 1,
"modified": "2022-08-22 19:10:33.594097",
"modified": "2024-01-08 14:06:32.104261",
"modified_by": "Administrator",
"module": "HR",
"name": "Human Resource",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"aggregate_function_based_on": "",
"creation": "2022-08-22 12:25:05.129659",
"creation": "2023-11-17 14:10:57.027579",
"docstatus": 0,
"doctype": "Number Card",
"document_type": "Employee",
"dynamic_filters_json": "[[\"Employee\",\"company\",\"=\",\"frappe.defaults.get_user_default(\\\"Company\\\")\"]]",
"filters_json": "[[\"Employee\",\"date_of_joining\",\"Timespan\",\"next quarter\",false]]",
"filters_json": "[[\"Employee\",\"date_of_joining\",\"Timespan\",\"this quarter\",false]]",
"function": "Count",
"idx": 0,
"is_public": 1,
"is_standard": 1,
"label": "Employees Joining (Next Quarter)",
"modified": "2022-08-22 12:25:13.302161",
"label": "Employees Joining (This Quarter)",
"modified": "2024-01-08 13:55:24.783641",
"modified_by": "Administrator",
"module": "HR",
"name": "Employees Joining (Next Quarter)",
"name": "Employees Joining (This Quarter)",
"owner": "Administrator",
"parent_document_type": "",
"report_function": "Sum",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
Expand All @@ -10,11 +10,11 @@
"idx": 0,
"is_public": 1,
"is_standard": 1,
"label": "Employees Relieving (Next Quarter)",
"modified": "2022-08-22 12:26:42.672235",
"label": "Employees Relieving (This Quarter)",
"modified": "2024-01-08 13:53:21.245802",
"modified_by": "Administrator",
"module": "HR",
"name": "Employees Relieving (Next Quarter)",
"name": "Employees Relieving (This Quarter)",
"owner": "Administrator",
"parent_document_type": "",
"report_function": "Sum",
Expand Down

0 comments on commit 33320df

Please sign in to comment.