Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Field

Description

id: UUID

Database primary key

code: Integar

A serial type field to uniquely identify each storage unit move order

shelf: Shelf

The shelf reference where the storage units are being moved. Most likely, a virtual shelf to just hold the storage units.

instituteId: String

Asta7 organization id

projected: String

Asta7 project id

asta7Url: String

URL of the Asta7 instance

done: Boolean

A flag to indicate if all the items have been moved or not.

items: List<StorageUnitMoveItem>

The items (storage unit and/or storage unit items) that are being moved.

...

Field

Description

id: UUID

Database primary key

entityNamestorageUnitMove: String

Asta7 entity name

objectId: String

Asta7 object _amid

objectTitle: String

Asta5 like object path. In addition it also contains the Arkiv name. Example:
A-1025 - The Archive/A/Aa/L0001

StorageUnitMove

A reference to the order this item belongs to

storageObject: StorageObject

A reference to the actual asta7 object table that holds all necessary object information, identified by _AMID

state: Enum

Representing the current status of the item in the moving process. Possible values are:

  1. Started (Initial state)

  2. SyncFailed (There was an error with the api request to the SynQ (Mo) server)

  3. InProgress (The item has been collected for shippingapi request for this item was successfully send to the SynQ (Mo) server)

  4. Done (The item has reached Mo)

StorageObject

This class represents object information of Asta7 Items used in the repository system.

Field

Description

id: UUID

Database primary key

instituteId: String

The organization id that the object belongs to

projectId: String

The project the object belongs to

entityName: String

The name of entity (arkive/stykke/mappeā€¦) of the object

title: String

The title of the object

rootObjectId: UUID

The amid of the root of the object

rootEntityName: String

The name of the root of the object

rootTitle: String

The title of the root of the object

contentPath: String

The path of the object in Asta7

asta7Url: String

The url of asta7 instance which the object belongs to

rootObjectIdentifier: String

The identifikator field value of the root object

rootObjectName: String

The navn field value of the root object

rootObjectScope: String

The omnfang field value of the root object

QR Code Scanner App

An app has been developed as part of the repository module which can scan QR codes and make requests for changing the status of the scanned items.