ifnex/04_Laravel/app/Filament/Pages
Kazem Alghasi c74924d3aa feat(shipment): implement status history tracking and rate import improvements
Introduce a shipment status history system to audit status changes,
including the reason for change and the user responsible. This includes
a new `ShipmentStatusHistory` model and a bulk action in the Filament
ShipmentResource to transition statuses.

Enhance the rate import workflow by adding a downloadable Excel
template and refactoring the `ImportRatesPage` to use the modern
Filament form schema.

- Add `ShipmentStatusHistory` model and migration
- Add bulk `changeStatus` action to `ShipmentResource`
- Add `source` field to tracking events
- Implement `ShippingRatesTemplateExport` for rate template downloads
- Refactor `ImportRatesPage` form implementation and UI
- Add `statusHistories` relationship to `Shipment` model
2026-08-24 03:40:13 +03:30
..
Reports feat(ui): implement unified design system and financial reporting 2026-08-08 06:13:09 +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(ui): localize filament admin panel and refactor settings page 2026-08-04 04:44:24 +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