This website requires JavaScript.
Explore
Help
Sign In
dst
/
store
Watch
1
Star
0
Fork
0
You've already forked store
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
56ee409332
store
/
app
/
Http
/
Controllers
/
Admin
/
Master
History
Yoga Pangestu
3308a3790a
refactor: remove completed cuttings functionality from CuttingController and related components to streamline cutting management
2026-06-19 23:37:20 +07:00
..
CategoryController.php
Implement FlashesEntityMessage trait across multiple controllers for consistent flash messaging. Update flash messages in various methods to utilize the new trait, enhancing code maintainability and readability. Additionally, add attribute methods in request classes for improved validation feedback.
2026-06-12 22:48:23 +07:00
CustomerController.php
feat: implement API endpoint for customer creation and enhance order form with quick customer creation modal
2026-06-18 01:08:09 +07:00
ProductController.php
refactor: remove completed cuttings functionality from CuttingController and related components to streamline cutting management
2026-06-19 23:37:20 +07:00
RawMaterialController.php
Implement stock warning functionality for products and raw materials. Add minStock method to RawMaterialUnit enum and ProductVariant model. Enhance ProductService and RawMaterialService with stockWarningGroups method to identify items below minimum stock levels. Update admin index pages to display stock warning groups in MasterOutOfStockCatalogSection component.
2026-06-13 00:24:05 +07:00
SupplierController.php
Implement FlashesEntityMessage trait across multiple controllers for consistent flash messaging. Update flash messages in various methods to utilize the new trait, enhancing code maintainability and readability. Additionally, add attribute methods in request classes for improved validation feedback.
2026-06-12 22:48:23 +07:00