You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _documentation/transactions.markdown
+102-4Lines changed: 102 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,11 @@ Items, and parts thereof. There are three primary types of transactions.
15
15
3.[Borrows](/documentation/borrow.html) record items from other collections lent, and in your collection’s temporary custody. Note that borrows have no link to catalog records.
16
16
17
17
18
-
These three types of transactions share several fields in common, and those fields are treated on this page.
18
+
Data in table trans and related tables may be used by all three types of transactions.
19
+
20
+
# table trans
21
+
22
+
Table trans is the primary/central transaction table.
19
23
20
24
## transaction_id
21
25
@@ -54,7 +58,7 @@ Trans date is an ISO8601 date field describing the date the transaction took pla
54
58
55
59
---------------------------------
56
60
57
-
# trans_agent
61
+
# table trans_agent
58
62
59
63
Transaction Agents are Agents who participate in transactions in some way.
60
64
@@ -80,9 +84,103 @@ Transaction Agent Role describes the various roles Agents have in Transactions.
80
84
81
85
82
86
83
-
## Next Number
84
87
85
-
Arctos can by request suggest the "next" transaction identifier (eg, loan number) if the existing data support such a calculation. File an Issue to request this functionality. Minimum requirements are the transaction type, format of the suggestion, and collection(s) to which the suggestion applies.
88
+
# table shipment
89
+
90
+
Shipments record movement of material and correspondence.
0 commit comments