dstpabuaran.com/app/Services/Admin/Manage
Yoga Pangestu 72848d51d8 feat: add transaction management page with filtering and CRUD functionality
- Implemented TransactionIndex component for displaying transactions with pagination and filtering options.
- Created TransactionCardRow component for rendering individual transaction details.
- Added TransactionItemSubRow component for displaying detailed order items within a transaction.
- Integrated delete confirmation dialog for transaction deletion.
- Updated routes to include transaction management with appropriate permissions.
2026-08-04 10:37:28 +07:00
..
CuttingService.php feat: add cutting management functionality with CRUD operations 2026-08-04 02:24:11 +07:00
PurchaseService.php 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
RestockService.php feat: add reject price handling in restock management and update related components 2026-08-03 13:03:03 +07:00
TransactionService.php feat: add transaction management page with filtering and CRUD functionality 2026-08-04 10:37:28 +07:00