mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
SalesOrderShipment (#697)
* Add detail widget for SalesOrderShipment * Support editing of shipment details * Rearrange SalesOrderDetail page * Add support for attachments against shipment model * refactoring * Add shipment details page * Add user actions for shipments: - Check / uncheck - Take photo * Placeholder action to send shipment * Send shipment from app * Display pending shipments on the home screen * Improve rending for shipments list * Add class definition for SalesOrderAllocation * Display list of items allocated against SalesOrderShipment * Bump release notse * Click through to stock item * Bump version number * dart format * cleanup * Remove unused imports
This commit is contained in:
parent
6b67cc9e50
commit
624655ec6b
22 changed files with 858 additions and 79 deletions
|
|
@ -1,3 +1,11 @@
|
|||
### 0.20.0 - October 2025
|
||||
---
|
||||
|
||||
- View pending shipments from the home screen
|
||||
- Display detail view for shipments
|
||||
- Adds ability to ship pending outgoing shipments
|
||||
- Adds ability to mark outgoing shipments as "checked" or "unchecked"
|
||||
|
||||
### 0.19.3 - September 2025
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue