Uploaded image for project: 'mod-orders-storage'
  1. mod-orders-storage
  2. MODORDSTOR-235

Add field to Piece schema for support holding

    XMLWordPrintable

Details

    • Story
    • Status: Closed (View Workflow)
    • TBD
    • Resolution: Done
    • None
    • 13.1.0
    • None

    Description

      Purpose/Overview:
      Needs to support : Allow user to select holding or location at point of receipt

      Requirements/Scope:

      1. Ability to store holding reference in the Piece
      2. 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

            Activity

              People

                Andrei_Makaranka Andrei Makaranka
                Andrei_Makaranka Andrei Makaranka
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases