dstpabuaran.com/resources/js
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
..
components feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
hooks feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
layouts refactor: improve layout formatting in AppShell and AppSidebarLayout; update button text in ProductCreate and ProductEdit 2026-08-01 15:15:44 +07:00
lib feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
pages feat: implement restock management functionality 2026-08-02 22:34:10 +07:00
types Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
app.tsx feat: add PWA support with manifest and service worker registration 2026-07-30 22:23:41 +07:00
sw.ts feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00