Support ACQ Advanced Shipment Notices (DESADV -- Dispatch Advice Messages)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Evergreen 3.8 / Wishlist
Here's the basic work flow:
1. One more more orders placed with a vendor
2. Vendor packs and ships one or more items across one or more lineitems and purchase orders
3. Vendor generates a DESADV EDI message to describe the package.
It contains:
- Dispatched POs', lineitems, and the number of items per lineitem.
- A package-level barcode (e.g. https:/
4. EG retrieves the EDI and stores the extracted data in a new table, including the super barcode and the affected PO's, etc.
5. Package arrives with a super barcode.
6. Staff scan the super barcode in a new ACQ UI which pulls up info on the affected items. This UI can be made to auto-receive, request receive confirmation, link to individual items for item-specific tasks, etc.
7. Once received, all affected items are marked as received and staff no longer needs to manually receive individual items.
===
The spec:
tags: |
added: needswork removed: pullrequest |
Changed in evergreen: | |
milestone: | 3.9-beta → 3.next |
Changed in evergreen: | |
status: | New → Confirmed |
tags: | removed: needswork |
tags: | added: pullrequest |
Changed in evergreen: | |
assignee: | nobody → Jane Sandberg (sandbergja) |
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
Branch here:
https:/ /git.evergreen- ils.org/ ?p=working/ Evergreen. git;a=shortlog; h=refs/ heads/user/ berick/ lp1952931- acq-asn- v2
* Supports loading / parsing DESADV EDI messages and creating acq.shipment_ notification entries
* UI for scanning super-barcodes, displaying shipment notification contents, and batch receiving.
* Includes Per live test