Uploaded image for project: 'mod-circulation-storage'
  1. mod-circulation-storage
  2. CIRCSTORE-362

Add fields to actual cost record

    XMLWordPrintable

Details

    • Task
    • Status: Closed (View Workflow)
    • P2
    • Resolution: Done
    • None
    • 15.0.0
    • None
    • EPAM-Veg Sprint 150
    • 1
    • Vega
    • Nolana (R3 2022)
    • TBD

    Description

      Could you pay attention to https://issues.folio.org/browse/UIU-1870. In API we should have all necessary data. How we understood now 1 field are absent. Could you please correct me if i am wrong?

      Absent fields:

      Patron group (from User information record),

      volume (from the Item record)

      enumeration (from the Item record)

      chronology (from the Item record)

      copyNumber (from the Item record)

      We can use tree structure for data, example below:

      id,
      lossType,
      dateOfLoss,
      user: {
        patronGroupId,
        patronGroup, // from the User information record
        ...
      },
      item: {  
        volume, // from the Item record
        enumeration, // from the Item record
        chronology, // from the Item record
        copyNumber, // from the Item record
        ...
      }, 
      ...

       

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                oleksandrkurash Alexander Kurash
                Dmitriy Litvinenko Dmitriy Litvinenko
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases