fix: Correct filters (#22022)
This commit is contained in:
parent
3c460364b5
commit
cf0168668f
@ -143,7 +143,7 @@ def get_number_cards():
|
||||
|
||||
number_cards.append(
|
||||
get_number_cards_doc("Employee", "Employees Left (Last year)", filters_json = json.dumps([
|
||||
["Employee", "modified", "Previous", "1 year"],
|
||||
["Employee", "relieving_date", "Previous", "1 year"],
|
||||
["Employee", "status", "=", "Left"]
|
||||
])
|
||||
)
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"action": "Create Entry",
|
||||
"creation": "2020-05-27 11:47:34.700174",
|
||||
"creation": "2020-05-28 11:47:34.700174",
|
||||
"docstatus": 0,
|
||||
"doctype": "Onboarding Step",
|
||||
"idx": 0,
|
||||
@ -14,6 +14,6 @@
|
||||
"owner": "Administrator",
|
||||
"reference_document": "Holiday List",
|
||||
"show_full_form": 1,
|
||||
"title": "Create Holiday list",
|
||||
"title": "Create Holiday List",
|
||||
"validate_action": 0
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"action": "Update Settings",
|
||||
"creation": "2020-05-14 13:13:52.427711",
|
||||
"creation": "2020-05-28 13:13:52.427711",
|
||||
"docstatus": 0,
|
||||
"doctype": "Onboarding Step",
|
||||
"idx": 0,
|
||||
@ -14,6 +14,6 @@
|
||||
"owner": "Administrator",
|
||||
"reference_document": "HR Settings",
|
||||
"show_full_form": 0,
|
||||
"title": "HR settings",
|
||||
"title": "HR Settings",
|
||||
"validate_action": 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user