You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(implemented full tests for Payroll by Index module) - Verified the correct transition of BHIMA system to Payroll by Index mode. - Added and executed unit tests (client/server) for all core payroll modules: - functions, grades, holidays, offdays, iprTax, payrollConfig, rubrics, rubricConfig, accountConfig, weekendConfig, employeeConfig. - Implemented and validated E2E tests for: - Payroll creation and payment via Multiple Payroll (Indice). - Proper setup of the Indice Payroll Rubrics and configuration consistency. - Added integration tests for staffingIndices and staffingIndicesReport modules. - Verified CRUD operations for payroll-related entities (Grade, Function, Rubric, Configurations). - Confirmed correct calculation of: Base Index, Worked Days, Daily Index, Adjusted Index, Gross Salary, INSS, IPR, and Net Salary. - Ensured that all test suites pass locally, including complex payroll scenarios with multiple employees. - Verified system transition to “Payroll by Index” mode - Added unit tests for functions - Added unit and E2E tests for job titles - Added unit tests for grades - Added unit tests for holidays - Added unit tests for offdays - Added unit tests for IPR tax - Added unit tests for payroll configuration - Added unit tests for rubrics - Added unit tests for rubric configuration - Added unit tests for account configuration - Added unit tests for weekend configuration - Added unit tests for employee configuration - Added unit tests for multiple payroll processing - Added unit tests for multiple payroll by index - Added unit tests for staffing indices - Updated payroll tests to retrieve the latest enterprise settings directly from the database (4c924e1)