Details
-
Story
-
Status: Closed (View Workflow)
-
TBD
-
Resolution: Done
-
None
-
None
-
ACQ Sprint 118
-
1
-
Thunderjet
Description
Purpose/Overview:
Needs to support : Allow user to select holding or location at point of receipt
Requirements/Scope:
- Ability to store holding reference in the Piece
- Ability to mark piece visible or not for holding view
Approach:
1. Add "holdingId" field in the Piece schema : ramls/acq-models/mod-orders-storage/schemas/piece.json
"holdingId": { "description": "UUID of the holding record", "$ref": "../../common/schemas/uuid.json" }
2. Add "displayOnHolding", "enumeration", "chronology", "discoverySuppress" field in the Piece schema : ramls/acq-models/mod-orders-storage/schemas/piece.json
"displayOnHolding": { "description": "Should receiving history be displayed in holding record view ", "type": "boolean", "default": "false" }, "enumeration": { "type": "string", "description": "Enumeration is the descriptive information for the numbering scheme of a serial. Synchronized with inventory item." }, "chronology": { "type": "string", "description": "Chronology is the descriptive information for the dating scheme of a serial. Synchronized with inventory item." }, "discoverySuppress": { "type": "boolean", "description": "records the fact that the record should not be displayed in a discovery system" }
3. Add "holdingId"
- ramls/acq-models/mod-orders/schemas/checkinCollection.json
- ramls/acq-models/mod-orders/schemas/receivingCollection.json
Acceptance criteria:
- Schema updated
- Sub-modules updated
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-2373 Allow for the display of piece information on Holding records in inventory
-
- Closed
-
- has to be done before
-
UIREC-133 Allow user to select holding or location at point of receipt
-
- Closed
-
-
UIREC-135 Update create, edit and receive piece forms with additional fields
-
- Closed
-
-
UIREC-148 Data consistency - Update Item when piece Enumeration and Chronology are updated
-
- Closed
-
-
UIREC-225 Data consistency - Update Piece when Item Enumeration and Chronology are updated
-
- Blocked
-