This adds the missing order from staged file help doc to Koha. --- .../prog/en/modules/help/acqui/addorderiso2709.tt | 24 ++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt
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 index 0000000..0e74ed2 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/addorderiso2709.tt @@ -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' %] -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
