parfum/app/Traits/Order
Yoga Pangestu 6c0db0af4e fix: enhance voucher discount handling in order processing
- Updated the voucher discount calculation to handle error cases more gracefully.
- Reset voucher discount and selection if an error occurs during discount calculation.
- Improved user feedback by displaying error messages when voucher validation fails.
2026-01-09 22:16:07 +07:00
..
WithAddItem.php feat: Add custom perfume quality option and display quality in order items. 2026-01-03 13:04:57 +07:00
WithCalculateTotal.php feat: Ensure order totals are non-negative, improve voucher deduction validation, and add pessimistic locking for stock updates. 2025-12-17 04:21:37 +07:00
WithDiscount.php refactor: Add explicit return type declarations to methods in various traits. 2025-12-15 21:03:14 +07:00
WithManageItem.php feat: Implement distinct order item entries for perfumes and add 'ml' suffix to custom quantity display. 2026-01-03 14:46:46 +07:00
WithMember.php fix: enhance voucher discount handling in order processing 2026-01-09 22:16:07 +07:00
WithOrderItem.php refactor: Add explicit return type declarations to methods in various traits. 2025-12-15 21:03:14 +07:00
WithUpdateItem.php refactor: Add explicit return type declarations to methods in various traits. 2025-12-15 21:03:14 +07:00
WithUpdateStock.php feat: Implement restock management, refactor warehouse views, and enhance stock activity logging for sales. 2026-01-02 13:13:34 +07:00