ifnex/04_Laravel/app/Filament/Pages
Kazem Alghasi d6e04d53fa feat(core): integrate Kavenegar SMS notifications and audit logging
Implement a comprehensive notification system using Kavenegar SMS
gateway and enhance system traceability through audit logging and
detailed shipment status history.

- SMS Integration:
  - Add Kavenegar SMS service with configurable API keys and sender
    numbers via system settings.
  - Implement automated SMS notifications for shipment approval,
    rejection, successful payments, and tracking updates.
  - Add administrative UI in Filament to manage SMS gateway settings
    and toggle specific notification types.
- Audit & Tracking:
  - Apply `Auditable` trait to core models (User, Shipment, Wallet,
    etc.) to track changes.
  - Refactor `ShipmentStatusHistory` to include status transitions
    (`from_status` to `to_status`) and specific reasons for changes.
  - Implement `ShipmentObserver` to automate notification triggers
    on status changes.
- Database & Config:
  - Add migrations for enhanced shipment status history tracking.
  - Update `.env.example` and `config/ifnex.php` with Kavenegar
    configuration parameters.
2026-09-10 00:52:18 +03:30
..
Reports feat(ui): implement unified design system and financial reporting 2026-08-08 06:13:09 +03:30
BulkTrackingImport.php feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
Dashboard.php feat(finance): implement Filament admin panel and expand wallet/discount features 2026-08-08 03:15:51 +03:30
IfnexSettingsPage.php feat(core): integrate Kavenegar SMS notifications and audit logging 2026-09-10 00:52:18 +03:30
ImportRatesPage.php feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
PriceTestPage.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30