ifnex/04_Laravel/app
Kazem Alghasi f5917c34c2 feat(logic): integrate discount code application and wallet services
Implement the core logic for applying discount codes during price
calculation and introduce the WalletService. This includes updating
the PriceCalculatorService to validate and apply discounts,
incrementing usage counts, and adding a Filament resource for
managing discount codes via the admin panel.

Additionally, refactor TrackingDataImport to use OnEachRow for better
memory management during large Excel imports.
2026-08-05 19:16:09 +03:30
..
Console/Commands refactor(import): enhance shipping rates import and refine PDF layouts 2026-08-04 09:47:22 +03:30
Enums feat(shipment): implement PDF generation for AWB, invoice, and labels 2026-08-04 09:20:23 +03:30
Filament feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30
Http refactor(import): enhance shipping rates import and refine PDF layouts 2026-08-04 09:47:22 +03:30
Imports feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30
Models feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30
Providers refactor(ui): clean up middleware configuration in AdminPanelProvider 2026-08-05 16:57:25 +03:30
Services feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30