store/app/Services/Master
Yoga Pangestu 9089b32d7b
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
refactor: streamline variant and price loading in product-related services
- Removed unnecessary ordering by 'created_at' in variant loading across multiple services and models.
- Implemented global scopes for ordering product variants and raw material prices by 'name' and 'variant', respectively.
- Enhanced code readability and maintainability by simplifying query structures in ProductController, OrderService, and others.
2026-07-29 15:06:16 +07:00
..
CategoryService.php feat: add predis/predis dependency and implement caching in various services for improved performance 2026-07-05 23:31:55 +07:00
CustomerService.php feat: add predis/predis dependency and implement caching in various services for improved performance 2026-07-05 23:31:55 +07:00
ProductService.php refactor: streamline variant and price loading in product-related services 2026-07-29 15:06:16 +07:00
RawMaterialService.php feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
SupplierService.php feat: add predis/predis dependency and implement caching in various services for improved performance 2026-07-05 23:31:55 +07:00