Yoga Pangestu
9cbf841feb
feat: add search functionality to CuttingInProgressSection for filtering cuttings by product name
...
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
- Implemented a search input to filter cuttings based on the product name.
- Introduced computed property for managing filtered cuttings.
- Enhanced the UI to display a message when no cuttings match the search criteria.
2026-07-29 10:16:03 +07:00
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
Yoga Pangestu
052a896c8f
feat: add numerical indexing to cutting material and result groups in tables
2026-07-05 21:21:28 +07:00
Yoga Pangestu
15e2b7ec5b
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
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-04 23:14:37 +07:00
Yoga Pangestu
ba3f7ef9f9
feat: add CuttingMaterialCombination management with store and destroy functionalities; implement validation for combination requests; enhance CuttingService to handle draft combinations; update frontend components for combination handling and display
2026-07-04 21:54:01 +07:00
Yoga Pangestu
85269935f6
feat: enhance cutting management UI by adding media thumbnails for product variants and raw materials
2026-07-01 11:33:49 +07:00
Yoga Pangestu
2ed24a654b
feat: calculate and display material cost per product in cutting management
2026-07-01 11:28:16 +07:00
Yoga Pangestu
4466c61352
feat: make cutting results nullable and update UI to support create mode
2026-06-30 21:35:52 +07:00
Yoga Pangestu
944c0bc14a
feat: enhance cutting and purchase services by adding raw material attributes and updating related UI components for improved material management
2026-06-29 00:02:35 +07:00
Yoga Pangestu
9dba5e1491
refactor: replace remaining material with sampel and hasil cutting diluar sampel in cutting requests and models, update related validation and frontend components
2026-06-27 23:50:41 +07:00
Yoga Pangestu
e76a117abb
refactor: adjust material usage calculations to account for remaining material across Cutting components for improved accuracy in cost and usage representation
2026-06-21 13:25:51 +07:00
Yoga Pangestu
061edbc568
refactor: implement grouped material usage calculation across Cutting components for improved clarity and consistency in material representation
2026-06-21 13:18:04 +07:00
Yoga Pangestu
de045a4588
refactor: ensure consistent formatting of total material usage to string type across Cutting components for improved clarity
2026-06-21 13:03:50 +07:00
Yoga Pangestu
22dce97e49
refactor: update default material usage value and ensure consistent formatting to two decimal places across Cutting components for improved clarity
2026-06-21 13:02:31 +07:00
Yoga Pangestu
fc234a6afd
refactor: remove length unit handling from CuttingMaterial and related components for improved clarity and consistency in material usage representation
2026-06-21 12:59:11 +07:00
Yoga Pangestu
e59c4baea6
refactor: standardize material usage formatting to two decimal places across cutting management components for improved consistency
2026-06-21 11:23:39 +07:00
Yoga Pangestu
175e0dc5af
refactor: update material usage and remaining material precision to four decimal places across cutting management components for improved accuracy
2026-06-21 11:02:54 +07:00
Yoga Pangestu
cf7e199306
refactor: remove cutting management components to streamline codebase and improve maintainability
2026-06-21 01:51:39 +07:00