parfum/app/Traits
Yoga Pangestu dffc9f9e72 feat: add stock transfer management functionality
- Implemented stock transfer creation and management with Livewire components.
- Created StockTransfer and StockTransferItem models with necessary relationships.
- Added migration files for stock_transfers and stock_transfer_items tables.
- Developed traits for handling stock transfer items (add, delete, update).
- Integrated stock transfer logging in StockActivityLogService.
- Updated ViewServiceProvider to include stock transfer permissions and routes.
- Created frontend views for stock transfer form and index with appropriate UI components.
- Added role permissions for stock transfer actions in RolePermissionSeeder.
2026-01-09 21:41:49 +07:00
..
Authorization refactor: Add explicit return type declarations to methods in various traits. 2025-12-15 21:03:14 +07:00
Components feat: Implement role-based profile redirection, simplify header navigation, and refactor homepage data loading. 2025-12-20 14:17:18 +07:00
Datatable fix(datatable): menghapus refresh otomatis 2026-01-01 15:15:01 +07:00
Enums refactor: Add explicit return type declarations to methods in various traits. 2025-12-15 21:03:14 +07:00
Media feat: Refactor dashboard data to public properties, update media handling, and fix analysis period logic. 2026-01-03 15:00:46 +07:00
Notification refactor: Add explicit return type declarations to methods in various traits. 2025-12-15 21:03:14 +07:00
Order feat: Implement distinct order item entries for perfumes and add 'ml' suffix to custom quantity display. 2026-01-03 14:46:46 +07:00
Outlet refactor(outlet): kasih kondisi ketika opening hours empty dan kasih return type untuk traitnya 2025-12-09 21:11:10 +07:00
Purchase refactor(purchase): merubah total alur belanja, yang awalnya langsung masuk ke stok yang ada di outlet, sekarang masuk ke gudang terleih dahulu 2026-01-01 15:26:05 +07:00
Restock feat(restock): fitur restock toko 2026-01-02 13:13:23 +07:00
StockTransfer feat: add stock transfer management functionality 2026-01-09 21:41:49 +07:00
Utilities refactor: centralize request notification handling into a new trait and apply it to Livewire components. 2025-12-15 21:32:12 +07:00