Details
-
Story
-
Status: Closed (View Workflow)
-
P3
-
Resolution: Done
-
None
-
None
-
ACQ Sprint 122
-
2
-
Thunderjet
Description
Purpose/Overview:
Fields displayOnHolding, enumeration, chronology, discoverySuppress should be retrieved in the receiving history (API /orders/receiving-history)
Requirements/Scope:
When client request receiving history by "/orders/receiving-history" new fields should appeared in the response : displayOnHolding, enumeration, chronology, discoverySuppress
Approach:
1. Add new fields to "mod-orders-storage/schemas/receiving_history.json"
"displayOnHolding": { "description": "Whether or not receiving history should 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" }
2. Script of the view should be updated :
src/main/resources/templates/db_scripts/views/receiving_history_view.sql
Acceptance criteria:
- Schemas changed
- Script updated
- Receiving history API tested
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-2373 Allow for the display of piece information on Holding records in inventory
-
- Closed
-
- relates to
-
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
-
- mentioned in
-
Page Loading...