store/app/Http/Requests
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
..
Admin refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
Auth refactor: standardize attribute labels across various request files for consistency and clarity 2026-07-05 22:04:57 +07:00
Concerns feat: enhance product and raw material request validation by adding imagesRequired parameter, improving image handling based on request method 2026-07-13 12:47:35 +07:00
PushSubscriptionRequest.php refactor: extract validation logic into FormRequests for verification and push subscription controllers 2026-06-22 12:00:46 +07:00