ifnex/03_WordPress/wp-content
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
..
languages حذف برخی پلاکین های زاید وردپرس 2026-08-29 01:45:26 +03:30
plugins/ifnex-bridge feat(api): implement shipment commitment forms and document downloads 2026-09-09 13:08:22 +03:30
themes feat(core): enhance order processing and bridge integration 2026-09-09 12:03:58 +03:30
index.php feat: Complete Phase 1 core logic and WP bridge setup 2026-08-01 04:01:22 +03:30