dstpabuaran.com/app/Http/Requests/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
..
CashAccountRequest.php feat: implement cash account management with deposit and withdrawal functionality 2026-07-29 02:08:39 +07:00
CashTransactionRequest.php feat: add receipt handling and media upload functionality to CashTransaction and CashAccount components 2026-07-30 10:28:18 +07:00
EmployeeAdvanceRequest.php feat: implement Employee Advance management functionality 2026-07-29 21:07:21 +07:00
ExpenseRequest.php feat: enhance Expense model and service with media handling and receipt upload functionality 2026-07-30 10:21:51 +07:00
PayrollAdjustmentRequest.php feat: add payroll management features including payroll periods, adjustments, and payment processing 2026-07-30 17:06:52 +07:00