store/tests/Feature/Admin/Master
Yoga Pangestu bca6da8653
Some checks are pending
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
feat: implement raw material deletion validation to prevent deletion if used in active cutting
2026-07-24 23:31:08 +07:00
..
CategoryTest.php refactor: update database connection settings in phpunit.xml and clean up CategoryService by removing unused docblocks and reorganizing sorting logic for improved clarity 2026-06-22 15:02:04 +07:00
CustomerTest.php feat: implement Customer API for creating customers, refactor existing CustomerController, and update routes for API integration 2026-07-03 16:14:41 +07:00
ProductTest.php Refactor product status management: replace is_active with status enum 2026-07-18 16:34:34 +07:00
RawMaterialTest.php feat: implement raw material deletion validation to prevent deletion if used in active cutting 2026-07-24 23:31:08 +07:00
SupplierTest.php refactor: remove unused docblocks in SupplierService and add getSelectOptions method for improved supplier data retrieval 2026-06-22 15:09:53 +07:00