parfum/app/Livewire/Studio
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
..
Catalog feat: enhance audit logs display with event status colors and localized date formatting 2026-01-06 21:27:00 +07:00
Dashboard feat: add voucher discount functionality and update related calculations across orders 2026-01-09 20:18:58 +07:00
Feature refactor(traits): Update trait imports to a new namespace structure and remove unused traits for improved organization and maintainability. 2025-12-14 17:02:21 +07:00
Finance feat: Refactor dashboard data to public properties, update media handling, and fix analysis period logic. 2026-01-03 15:00:46 +07:00
Information chore: menghapus fitur permintaan harga 2025-12-27 22:16:39 +07:00
Loyalty feat: add voucher discount functionality and update related calculations across orders 2026-01-09 20:18:58 +07:00
Manage feat: add stock transfer management functionality 2026-01-09 21:41:49 +07:00
Master feat: Conditionally display category description and image fields based on selected type. 2026-01-02 18:28:10 +07:00
Setting feat: implement member account settings page for profile and password updates 2026-01-04 22:24:55 +07:00