ifnex/04_Laravel/app/Filament/Resources
Kazem Alghasi 48c88e9bc7 refactor(shipment): update direction enums and shipment import logic
Refactor the shipment direction logic from 'outbound/inbound' to 'export/import' to align with the new database schema requirements. This includes updating the `ShippingRatesImport` logic, adjusting the Excel import sheet mappings, and removing the AED to IRR conversion during import as rates are now stored in AED.

Additionally, updated the shipment view action to open PDF documents in a new tab and updated the Phase 0 checklist with the new database schema requirements.

- docs: update Phase 0 checklist with new schema requirements
- refactor(ui): update shipment view actions to open in new tab
- refactor(import): update shipping rates import to use new direction enums and AED values
- docs: add file map and new excel document
2026-08-23 21:33: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 refactor(shipment): update direction enums and shipment import logic 2026-08-23 21:33:56 +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