dstpabuaran.com/app/Http/Requests/Admin
Yoga Pangestu cf0e772159 feat: implement restock management functionality
- Add RestockIndex component for displaying and managing restocks.
- Create RestockCardRow component for rendering individual restock items.
- Implement RestockItemSubRow component for displaying detailed item information.
- Define routes for restock management in web.php.
- Create RestockTest to cover various scenarios for restock creation, updating, and deletion.
- Ensure proper handling of permissions for restock actions.
- Add validation for restock data and ensure correct relationships are maintained.
2026-08-02 22:34:10 +07:00
..
Finance feat: add payroll management features including payroll periods, adjustments, and payment processing 2026-07-30 17:06:52 +07:00
HR refactor: apply consistent formatting and organization across multiple files 2026-07-31 23:16:34 +07:00
Manage feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
Master refactor: update stock and quantity fields to use integer type across models, requests, factories, and migrations; introduce NumberInput component for consistent numeric input handling 2026-08-02 14:59:13 +07:00
Settings feat: update homepage settings to use image keys and add presigned URL retrieval 2026-07-31 10:30:25 +07:00
RoleRequest.php feat: add role management functionality with create, edit, and delete capabilities 2026-07-31 23:15:55 +07:00