* 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
* Add LinkIcon component
* Visual UI updates
- Refactor some components
- Clearer text display
- Add obvious chevron icon when a "tile" will take the user somewhere else
* dart format
* Adjust release notes
* Add visual separator
* Cleanup unused imports
* Change from fontawesome to tabler icons
- Consistent with the frontend
* Cleanup conflicts
* Use double quotes
* remove unused import
* Update release notes
* Migrate some google icons to tabler icons
* Icon update
* Properly support display of custom icons
* Fix lookup
* New string
* Typo fix
* Add model for SalesOrderShipment
* Add placeholder button to sales order item
* Create a new shipment from the sales order detail view
* Fix API URL
* Add paginated shipment list
* Upate colors
* Add API form for allocation of stock to sales order
* Build out sales order line detail widge
* Use unallocated quantity
* Update release notes
* linting fix