parfum/app
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
..
Console/Commands refactor: simplify payroll close command scheduling and update payroll closing notification content 2025-12-18 09:48:50 +07:00
Enums chore: menghapus fitur permintaan harga 2025-12-27 22:16:39 +07:00
Helpers feat: Format currency values with zero decimal places 2026-01-05 21:46:43 +07:00
Http/Controllers feat: remove all Excel export functionality including controllers, routes, export classes, and UI buttons. 2026-01-05 22:54:52 +07:00
Jobs feat: Implement PWA features by adding a manifest, enhancing the service worker for push notifications, and improving notification delivery parameters. 2025-12-15 22:09:31 +07:00
Livewire feat: add stock transfer management functionality 2026-01-09 21:41:49 +07:00
Models feat: add stock transfer management functionality 2026-01-09 21:41:49 +07:00
Providers feat: add stock transfer management functionality 2026-01-09 21:41:49 +07:00
Rules fix(rule): memperbaiki rule UnsignedInteger dan menyesuaikan validasi angka 2025-10-02 19:45:04 +07:00
Services feat: add stock transfer management functionality 2026-01-09 21:41:49 +07:00
Settings feat(settings): implement application settings management with contact, general, social, and SEO forms 2025-10-18 19:37:49 +07:00
Traits feat: add stock transfer management functionality 2026-01-09 21:41:49 +07:00