store/app/Services/Finance
2026-07-04 15:05:25 +07:00
..
CashService.php refactor: replace UpdateCashTransactionRequest with CashTransactionRequest in CashController; add ensureEditable method in CashTransaction model for validation; update CashService to use transaction handling methods; enhance CashTest descriptions for clarity 2026-07-03 23:44:42 +07:00
EmployeeAdvanceService.php feat: add ensureEditable method in EmployeeAdvance model for validation; update EmployeeAdvanceController to handle editability checks; enhance PayEmployeeAdvanceRequest with attribute mapping; refactor EmployeeAdvanceService to utilize transaction handling for create, update, delete, approve, and reject methods 2026-07-04 00:09:14 +07:00
ExpenseService.php feat: enhance Expense module by improving media upload handling, adding transaction management, and refining form validation; update related components for better user experience 2026-07-03 22:44:33 +07:00
PayrollService.php feat: enhance ApplyAttendancePenalties command with transaction management and system user tracking; refactor attendance penalty logic for improved clarity and efficiency; update PayrollService to utilize transaction handling for adjustments; schedule attendance penalties application in app bootstrap 2026-07-04 15:05:25 +07:00