update InProcessingToShelvingCart
authorNicole C. Engard <nengard@gmail.com>
Wed, 28 Jan 2015 19:31:08 +0000 (13:31 -0600)
committerNicole C. Engard <nengard@gmail.com>
Wed, 28 Jan 2015 19:31:08 +0000 (13:31 -0600)
en/manual.xml

index c3f7c80..fe59a9a 100644 (file)
@@ -3383,6 +3383,35 @@ budget_code: 922$a</programlisting></para>
                 <para>Move</para>
               </listitem>
             </itemizedlist>
+            <para>Description:<itemizedlist>
+                <listitem>
+                  <para>This preference is used to managed automatically changing item locations
+                    from processing (PROC) to the book cart (CART). A <link linkend="proccartcron"
+                      >cron job</link> needs to be set to run at specified intervals to age items
+                    from CART to the permanent shelving location. (For example, an hourly cron entry
+                    of cart_to_shelf.pl --hours 3 where --hours is the amount of time an item should
+                    spend on the cart before aging to its permanent location.)</para>
+
+                    <itemizedlist>
+                      <listitem>
+                        <tip>
+                          <para>If the <link linkend="ReturnToShelvingCart"
+                              >ReturnToShelvingCart</link> system preference is turned on, any newly
+                            checked-in item is also automatically put into the shelving cart, to be
+                            covered by the same script run.</para>
+                        </tip>
+                      </listitem>
+                      <listitem>
+                        <important>
+                          <para>Checkins with confirmed holds will not go into the shelving cart. If
+                            items on the shelving cart are checked out, the cart location will be
+                            cleared.</para>
+                        </important>
+                      </listitem>
+                    </itemizedlist>
+
+                </listitem>
+              </itemizedlist></para>
           </section>
 
           <section id="IssuingInProcess">