acq order reader; continuing
authorBill Erickson <berick@esilibrary.com>
Mon, 23 Jul 2012 17:56:26 +0000 (13:56 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 23 Jul 2012 17:56:26 +0000 (13:56 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/examples/opensrf.xml.example

index 508fe88..d0f4986 100644 (file)
@@ -271,8 +271,14 @@ vim:et:ts=4:sw=4:
 
         </added_content>
 
+        <!-- Config section for acq_order_reader.pl script.
+             It reads MARC order record files from disk (presumably
+             an FTP destination) and pushes the order records into ACQ -->
         <acq_order_reader>
-            <!-- root directory for all FTP'd ACQ order record files -->
+
+            <!-- Root directory for all FTP'd ACQ order record files .
+                 If the script is configured to talk to a remote acq server,
+                 this directory has to be a read/write NFS share.  -->
             <base_dir>/openils/var/data/acq_orders/</base_dir>
 
             <!-- any files found in the shared subdir must be inspected
@@ -282,18 +288,30 @@ vim:et:ts=4:sw=4:
             <!-- providers that don't provide a mechanism to inspect the file
                  have to push their files to provider-specific locations -->
             <provider>
-                <code>BAB</code>     <!-- provider code -->
-                <owner>CONS</owner>  <!-- provider owner; org unit shortname -->
-                <subdir>CONS-BAB</subdir> <!-- base_dir + subdir = full path -->
                 <ordering_agency>BR1</ordering_agency> <!-- who gets/manages the order -->
-                <activate_po>false</activate_po> <!-- activate at upload? -->
+                <provider_code>BAB</provider_code>   
+                <provider_owner>CONS</provider_owner>  <!-- provider provider_owner; org unit shortname -->
+                <subdir>CONS-BAB</subdir> <!-- file directory;  full path = base_dir + subdir -->
+                <activate_po>false</activate_po> <!-- activate PO at upload? -->
                 <vandelay>
                     <import_no_match>true</import_no_match>
+                    <!-- Most Vandelay options are supported.  For bools, use true/false.
+                        match_quality_ratio 
+                        match_set 
+                        bib_source 
+                        merge_profile
+                        create_assets
+                        import_no_match 
+                        auto_overlay_exact 
+                        auto_overlay_1match 
+                        auto_overlay_best_match
+                    -->
                 </vandelay>
             </provider>
 
-            <!-- Add as needed...
+            <!-- Add more as needed...
             <provider>
+                ...
             </provider>
             -->