ifnex/04_Laravel/app/Filament/Resources
Kazem Alghasi 4ee1d27d44 feat: Complete customer ordering system (Phase 3)
Laravel Backend:
- Add AuthController for Sanctum token login/logout
- Add CustomerOrderController with 6 endpoints
  (profile, countries, orders CRUD, cancel)
- Extend ShipmentStatus enum with pending_payment/cancelled
- Add SampleShippingRatesSeeder (10 zones, 3 service types)
- Zone-assign 232 countries (Gulf=1, Asia=2, EU=3, East=4, US=5)
- Add migration to extend shipments.status enum
- Add test-api.php automated test suite (5 tests)

WordPress Frontend:
- Add [ifnex_order_form] multi-step wizard (4 steps)
- Add [ifnex_orders_list] with status filter & cancel action
- Add [ifnex_user_profile] with wallet & stats
- Add ifnex-orders.css (RTL-ready, IFNEX theme)
- Add ifnex-order-form.js (step navigation + AJAX)
- Add AJAX handlers (countries, calculate, submit, cancel)
- Fix plugin asset paths with dirname(__FILE__)
2026-08-10 06:09:56 +03:30
..
CountryResource/Pages feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +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
ShipmentItemResource/Pages feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30
ShipmentResource feat(shipment): implement PDF generation for AWB, invoice, and labels 2026-08-04 09:20:23 +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
CountryResource.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +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
ShipmentItemResource.php refactor(admin): reorganize filament navigation and layout 2026-08-08 04:11:03 +03:30
ShipmentResource.php feat: Complete customer ordering system (Phase 3) 2026-08-10 06:09:56 +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