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

Add new fields to receiving history view: displayOnHolding, enumeration, chronology, discoverySuppress

    XMLWordPrintable

Details

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

    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

            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