ifnex/04_Laravel/app/Filament/Resources
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
..
AuditLogResource/Pages feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
CommitmentFormResource/Pages feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
CountryResource/Pages feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
CurrencyResource/Pages feat(admin): implement currency management and rate import system 2026-08-24 01:18:34 +03:30
CustomerCreditResource/Pages feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
DiscountCodeResource/Pages feat(logic): integrate discount code application and wallet services 2026-08-05 19:16:09 +03:30
ExchangeRateHistoryResource/Pages feat(exchange): implement exchange rate history tracking 2026-08-10 03:04:18 +03:30
PaymentResource/Pages feat(finance): implement Filament admin panel and expand wallet/discount features 2026-08-08 03:15:51 +03:30
RoleResource/Pages feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
ShipmentChecklistResource/Pages feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
ShipmentItemResource/Pages feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
ShipmentResource feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
ShippingRateResource/Pages feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
UserResource/Pages feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
WalletResource/Pages feat(wallet): complete wallet system with admin adjust, freeze/unfreeze, activity logs 2026-08-07 22:51:42 +03:30
WalletTransactionResource/Pages feat(admin): enhance shipment and wallet transaction resources 2026-08-10 00:25:15 +03:30
AuditLogResource.php feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
CommitmentFormResource.php feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
CountryResource.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
CurrencyResource.php feat(admin): implement currency management and rate import system 2026-08-24 01:18:34 +03:30
CustomerCreditResource.php fix(ui): fix filter state handling in Filament resources and remove soft deletes 2026-09-03 08:01:00 +03:30
DiscountCodeResource.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
ExchangeRateHistoryResource.php feat(exchange): implement exchange rate history tracking 2026-08-10 03:04:18 +03:30
PaymentResource.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
RoleResource.php feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
ShipmentChecklistResource.php fix(ui): fix filter state handling in Filament resources and remove soft deletes 2026-09-03 08:01:00 +03:30
ShipmentItemResource.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
ShipmentResource.php feat(core): integrate Kavenegar SMS notifications and audit logging 2026-09-10 00:52:18 +03:30
ShippingRateResource.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
UserResource.php feat(auth): implement role-based access control using spatie/laravel-permission 2026-08-10 02:44:23 +03:30
WalletResource.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
WalletTransactionResource.php feat(admin): enhance shipment and wallet transaction resources 2026-08-10 00:25:15 +03:30