Bug 8945: Add missing acq help file
authorNicole C. Engard <nengard@bywatersolutions.com>
Fri, 9 Nov 2012 15:48:16 +0000 (10:48 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 12 Nov 2012 23:46:34 +0000 (18:46 -0500)
This adds the missing order from staged file help doc
to Koha.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Passed-QA-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt
new file mode 100644 (file)
index 0000000..71ef332
--- /dev/null
@@ -0,0 +1,24 @@
+[% INCLUDE 'help-top.inc' %]
+
+<h1>Order from a Staged File</h1>
+
+<ul>
+    <li>From the list of files you are presented with, choose the 'Add orders' link.
+<ul>
+    <li>From the list of records, click 'Add order' next to the item that you want to add to your order.
+<ul>
+    <li>From the order form, you will not be able to edit the catalog details.</li>
+</ul>
+</li>
+</ul>
+</li>
+    <li>The other option is to import all records from the staged file by scrolling below the list of records in the staged file and filling in the item information.
+<ul>
+    <li>If you choose this option the Koha will look in the 020$c and grab the pricing information from that field and put that on each order line.</li>
+</ul>
+</li>
+</ul>
+
+<p><strong>See the full documentation for Ordering in the <a href="http://manual.koha-community.org/3.10/en/placingacqorder.html#createacqbasket">manual</a> (online).</strong></p>
+
+[% INCLUDE 'help-bottom.inc' %]