ifnex/04_Laravel/app
Kazem Alghasi 2737e262d7 feat(core): implement configuration-driven logic via SystemSetting
Integrate `SystemSetting` into core services to enable dynamic
configuration of business logic and update the WordPress order form
redirection to align with the new order approval workflow.

- Update `PaymentController`, `ShipmentObserver`, and `TrackingService`
  to utilize `SystemSetting` for runtime configuration.
- Modify `ifnex-order-form.js` to redirect users to the orders list
  instead of order details upon successful submission.
2026-09-10 02:25:21 +03:30
..
Console/Commands feat: Complete customer ordering and payment system (Phases 1-4) 2026-08-10 13:08:52 +03:30
Enums feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
Exports feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
Filament feat(core): integrate Kavenegar SMS notifications and audit logging 2026-09-10 00:52:18 +03:30
Http feat(core): implement configuration-driven logic via SystemSetting 2026-09-10 02:25:21 +03:30
Imports feat(ui): add invoice download action to shipment view 2026-08-23 23:35:12 +03:30
Models feat(core): integrate Kavenegar SMS notifications and audit logging 2026-09-10 00:52:18 +03:30
Notifications feat(core): integrate Kavenegar SMS notifications and audit logging 2026-09-10 00:52:18 +03:30
Observers feat(core): implement configuration-driven logic via SystemSetting 2026-09-10 02:25:21 +03:30
Providers feat(core): integrate Kavenegar SMS notifications and audit logging 2026-09-10 00:52:18 +03:30
Services feat(core): implement configuration-driven logic via SystemSetting 2026-09-10 02:25:21 +03:30
Traits feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30