Tasks #10333
Delete entry from hr_period table.
0%
Description
Suhail,
Can you please delete the below entries from the hr_period;
1. Period Name: Mgt-Mar 2023 Payroll Structure: Warehouse Staffs
2. Period Name: Mgt-Mar 2023 Payroll Structure: Yousuf Salary
History
Updated by Rijas P almost 2 years ago
Dear Suhail,
There is a mistake in above details. Kindly delete as per below:
1. Period Name: Mgt-Mar 2023 Payroll Structure: Warehouse Staffs
2. Period Name: March 2023 Payroll Structure: Yousuf Salary
Updated by Mohamed Suhail almost 2 years ago
Rijas P wrote:
Dear Suhail,
There is a mistake in above details. Kindly delete as per below:
1. Period Name: Mgt-Mar 2023 Payroll Structure: Warehouse Staffs
2. Period Name: March 2023 Payroll Structure: Yousuf Salary
Deleted the first one
euro=# delete from hr_period where name ~* 'mgt-mar 2023' and hr_payroll_id =1010004;
DELETE 1
The second one already has hr_process completed using it and there is accounting implications
Updated by Mohamed Suhail almost 2 years ago
- Assignee changed from Mohamed Suhail to Shad A M
Mohamed Suhail wrote:
Rijas P wrote:
Dear Suhail,
There is a mistake in above details. Kindly delete as per below:
1. Period Name: Mgt-Mar 2023 Payroll Structure: Warehouse Staffs
2. Period Name: March 2023 Payroll Structure: Yousuf Salary
Deleted the first one
euro=# delete from hr_period where name ~* 'mgt-mar 2023' and hr_payroll_id =1010004;
DELETE 1The second one already has hr_process completed using it and there is accounting implications
Updated by SHAIJAL EDAVANA 8 months ago
- Tracker changed from Support to Tasks
- Project changed from Euro Novelties to Temp Projects
- Category deleted (
User Mistake)