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
abe84899c9
store
/
app
/
Http
/
Requests
/
Admin
/
Master
History
Yoga Pangestu
ec80f2145b
refactor: remove ProductPendingAction and ProductStatus enums, update related references in Product model and services for improved code clarity and maintainability
2026-06-21 12:36:36 +07:00
..
CategoryRequest.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
CustomerRequest.php
feat: implement PhoneNumber validation rule across multiple request classes to ensure consistent phone number formatting
2026-06-19 21:37:08 +07:00
ProductRequest.php
feat: enhance cutting management by adding result prices handling, including validation and calculations for total material cost and cost per unit
2026-06-19 19:04:23 +07:00
RawMaterialRequest.php
Refactor price handling in product and raw material requests, models, and migrations to use integers instead of decimals. Update validation rules and data types in related TypeScript files for consistency across the application.
2026-06-12 23:37:44 +07:00
SupplierRequest.php
feat: implement PhoneNumber validation rule across multiple request classes to ensure consistent phone number formatting
2026-06-19 21:37:08 +07:00