Add in config options for setting item properties for price, shelving location, circ...
authorJosh Stompro <stomproj+gitlab2020@gsuite.larl.org>
Fri, 24 Feb 2023 19:35:58 +0000 (19:35 +0000)
committerJosh Stompro <stomproj@larl.org>
Tue, 14 Mar 2023 18:50:09 +0000 (13:50 -0500)
Signed-off-by: Josh Stompro <stomproj@larl.org>
examples/oils_ncip.xml.example

index abe3c2e..51220d8 100644 (file)
         value in the database.
     -->
     <!-- <stat_cat_entry stat_cat=""></stat_cat_entry> -->
+
+    <!-- Set the item price for each item -->    
+    <!-- <item_price>100</item_price> -->
+
+    <!-- Set the shelving location for each item 
+         Set the sid to the database id of the shelving location.
+         The name between the elements is only for documentation.
+    -->
+    <!-- <shelving_location sid="1">Stacks</shelving_location> -->
+
+    <!-- Set the circ modifier of the item -->
+    <!-- <circ_modifier>ILL</circ_modifier> -->
+
+    <!-- Set the Circulate as Type property of item -->
+    <!-- <circ_as_type>a</circ_as_type> -->
+  
   </items>
   <!-- Configurable options for patron retrieval/validation -->
   <patrons>