store/resources/js/pages/admin
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
..
account feat: enhance push notification handling and service worker registration with improved error handling and subscription management 2026-07-08 11:28:43 +07:00
finance refactor: remove autofocus attribute from input fields in various forms for consistent user experience 2026-07-08 00:25:21 +07:00
hr refactor: remove autofocus attribute from input fields in various forms for consistent user experience 2026-07-08 00:25:21 +07:00
manage refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
master Refactor product status management: replace is_active with status enum 2026-07-18 16:34:34 +07:00
system feat: update system settings to include media items for logo, favicon, and login cover, enhancing data handling in forms and validation 2026-07-13 13:04:45 +07:00
Analysis.vue Refactor product status management: replace is_active with status enum 2026-07-18 16:34:34 +07:00
Dashboard.vue feat: add material_result field to CuttingMaterial and CuttingMaterialCombination; update validation rules and service logic to handle new material result calculations; enhance frontend components for displaying material results in cutting management 2026-07-04 23:14:37 +07:00
TestChart.vue feat: add material_result field to CuttingMaterial and CuttingMaterialCombination; update validation rules and service logic to handle new material result calculations; enhance frontend components for displaying material results in cutting management 2026-07-04 23:14:37 +07:00