Skip to content

Commit

Permalink
fix: set as query report 1 in all workspace (#2066)
Browse files Browse the repository at this point in the history
* fix: set as query report 1 in all workspace

fix: "Daily Work Summary Replies" set as query report 1 in employee lifecycle workspace

* fix: set as query report 1 in expense claims workspace

* Update expense_claims.json

* fix: set as query report 1 in salary payout workspace

* Update salary_payout.json
  • Loading branch information
mohsinalimat authored Aug 11, 2024
1 parent f6eecee commit 7b8dfba
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions hrms/hr/workspace/employee_lifecycle/employee_lifecycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
},
{
"hidden": 0,
"is_query_report": 0,
"is_query_report": 1,
"label": "Daily Work Summary Replies",
"link_count": 0,
"link_to": "Daily Work Summary Replies",
Expand Down Expand Up @@ -287,7 +287,7 @@
"type": "Link"
}
],
"modified": "2022-09-16 11:35:33.462001",
"modified": "2024-08-11 11:35:33.462001",
"modified_by": "Administrator",
"module": "HR",
"name": "Employee Lifecycle",
Expand Down Expand Up @@ -350,4 +350,4 @@
}
],
"title": "Employee Lifecycle"
}
}
10 changes: 5 additions & 5 deletions hrms/hr/workspace/expense_claims/expense_claims.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
{
"hidden": 0,
"is_query_report": 0,
"is_query_report": 1,
"label": "Accounts Receivable",
"link_count": 0,
"link_to": "Accounts Receivable",
Expand All @@ -179,7 +179,7 @@
},
{
"hidden": 0,
"is_query_report": 0,
"is_query_report": 1,
"label": "Accounts Payable",
"link_count": 0,
"link_to": "Accounts Payable",
Expand All @@ -189,7 +189,7 @@
},
{
"hidden": 0,
"is_query_report": 0,
"is_query_report": 1,
"label": "General Ledger",
"link_count": 0,
"link_to": "General Ledger",
Expand Down Expand Up @@ -256,7 +256,7 @@
"type": "Link"
}
],
"modified": "2024-02-05 09:10:45.636550",
"modified": "2024-08-11 11:40:45.636550",
"modified_by": "Administrator",
"module": "HR",
"name": "Expense Claims",
Expand Down Expand Up @@ -295,4 +295,4 @@
}
],
"title": "Expense Claims"
}
}
10 changes: 5 additions & 5 deletions hrms/payroll/workspace/salary_payout/salary_payout.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
},
{
"hidden": 0,
"is_query_report": 0,
"is_query_report": 1,
"label": "General Ledger",
"link_count": 0,
"link_to": "General Ledger",
Expand All @@ -292,7 +292,7 @@
},
{
"hidden": 0,
"is_query_report": 0,
"is_query_report": 1,
"label": "Accounts Payable",
"link_count": 0,
"link_to": "Accounts Payable",
Expand All @@ -302,7 +302,7 @@
},
{
"hidden": 0,
"is_query_report": 0,
"is_query_report": 1,
"label": "Accounts Receivable",
"link_count": 0,
"link_to": "Accounts Receivable",
Expand Down Expand Up @@ -370,7 +370,7 @@
"type": "Link"
}
],
"modified": "2024-07-22 18:07:37.351654",
"modified": "2024-08-11 11:45:37.351654",
"modified_by": "Administrator",
"module": "Payroll",
"name": "Salary Payout",
Expand Down Expand Up @@ -409,4 +409,4 @@
}
],
"title": "Salary Payout"
}
}

0 comments on commit 7b8dfba

Please sign in to comment.