ifnex/04_Laravel/app
Kazem Alghasi 7a8ff49baa feat(api): implement shipment commitment forms and document downloads
Introduce a complete workflow for managing shipment-related documents
and mandatory commitment forms between the Laravel backend and
WordPress frontend.

- Laravel:
  - Add `ShipmentCommitmentForm` model and migration to track signed
    forms per shipment.
  - Implement `CommitmentFormController` to handle fetching available
    forms and uploading signed documents.
  - Add PDF download endpoints for AWB, labels, and invoices via
    `ShipmentPdfController`.
  - Extend `User` model with notification management methods.
  - Add `FinanceOverviewWidget` for Filament dashboard.

- WordPress:
  - Implement AJAX handlers in `user-bridge.php` for PDF downloads and
    commitment form management.
  - Update `shortcodes.php` to display document download grid and
    dynamic commitment form upload interface in order details.
  - Add styling for document buttons and form status indicators in
    `ifnex-orders.css`.
2026-09-09 13:08:22 +03:30
..
Console/Commands feat: Complete customer ordering and payment system (Phases 1-4) 2026-08-10 13:08:52 +03:30
Enums feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30
Exports feat(shipment): implement status history tracking and rate import improvements 2026-08-24 03:40:13 +03:30
Filament feat(api): implement shipment commitment forms and document downloads 2026-09-09 13:08:22 +03:30
Http feat(api): implement shipment commitment forms and document downloads 2026-09-09 13:08:22 +03:30
Imports feat(ui): add invoice download action to shipment view 2026-08-23 23:35:12 +03:30
Models feat(api): implement shipment commitment forms and document downloads 2026-09-09 13:08:22 +03:30
Notifications feat(admin): implement currency management and rate import system 2026-08-24 01:18:34 +03:30
Providers refactor: improve hero section responsiveness and update admin path 2026-08-12 11:58:46 +03:30
Services feat(core): enhance order processing and bridge integration 2026-09-09 12:03:58 +03:30
Traits feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30