dstpabuaran.com/app/Http/Controllers/Admin/Finance
Yoga Pangestu 6dbe9da581 feat: add payroll management features including payroll periods, adjustments, and payment processing
- Implemented routes for managing payroll periods, including current, close, and reopen functionalities.
- Added payroll payment and cancellation routes.
- Introduced payroll adjustments with store and delete functionalities.
- Created comprehensive feature tests for payroll management, covering authentication, CRUD operations, and business logic.
- Ensured proper handling of payroll adjustments and their impact on payroll totals.
- Developed tests for generating payrolls and managing payroll periods, ensuring accurate status transitions and data integrity.
2026-07-30 17:06:52 +07:00
..
CashAccountController.php feat: implement transaction type filtering in CashAccount management 2026-07-30 12:40:26 +07:00
EmployeeAdvanceController.php feat: refactor transaction and leave request handling to use centralized action handler 2026-07-30 10:29:52 +07:00
ExpenseController.php feat: refactor transaction and leave request handling to use centralized action handler 2026-07-30 10:29:52 +07:00
PayrollAdjustmentController.php feat: add payroll management features including payroll periods, adjustments, and payment processing 2026-07-30 17:06:52 +07:00
PayrollController.php feat: add payroll management features including payroll periods, adjustments, and payment processing 2026-07-30 17:06:52 +07:00
PayrollPeriodController.php feat: add payroll management features including payroll periods, adjustments, and payment processing 2026-07-30 17:06:52 +07:00