store/app/Services/Manage
Yoga Pangestu 9539ff7042 refactor: remove StockController and related stock verification logic
- Deleted `data-table-actions.vue` component as it is no longer needed.
- Removed `CuttingResultPriceItem` type and related properties from `cutting.ts`.
- Updated routes in `web.php` to eliminate stock verification routes and permissions.
- Removed `StockTest.php` file and its associated tests for stock verification and management.
- Adjusted `CuttingTest.php` to reflect changes in cutting results handling and removed references to product variants.
2026-07-19 17:29:19 +07:00
..
CuttingResultPriceResolver.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
CuttingService.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
OrderService.php feat: update services and controllers to include user information in transaction notifications for improved clarity 2026-07-14 21:41:39 +07:00
OwnerVerificationService.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
PurchaseService.php refactor: remove 'direktur' role from push notifications in multiple services for clarity 2026-07-16 12:33:28 +07:00
RestockService.php refactor: remove 'direktur' role from push notifications in multiple services for clarity 2026-07-16 12:33:28 +07:00
RetailStockService.php feat: update services and controllers to include user information in transaction notifications for improved clarity 2026-07-14 21:41:39 +07:00
StockService.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
StokOpnameService.php feat: add predis/predis dependency and implement caching in various services for improved performance 2026-07-05 23:31:55 +07:00