@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/help/acqui/basket.tt | 13 +++++++++++++ .../prog/en/modules/help/acqui/newordersubscription.tt | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersubscription.tt --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt @@ -21,6 +21,12 @@
  • When the item appears in your basket it will include a link to the suggestion.
  • +
  • If you're using the Serials module you can link your subscription order information to acquisitions by choosing to order 'From a susbscription' +
  • To order from a record that can't be found anywhere else, choose the 'From a new (empty) record.' +

    With any of the above ordering options you're presented with an option to notify patrons of the new item when it's received. The contents of that notification can be edited in the Notices & Slips tool and will have the code of ACQ_NOTIF_ON_RECEIV. In the 'Patrons' section you will see an option to 'Add user'. Click that button to add patrons who will be notified of the new issue.

    + + +

    After bringing in the bib information (for all import methods except for the staged file), if your AcqCreateItem system preference is set to add an item when ordering you will enter the item info next. You need to fill out at least one item record and then click the 'Add' button at the bottom left of the item form.

    After clicking add the item will appear above the form and then you can enter your next item the same way (if ordering more than one item).

    --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersubscription.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersubscription.tt @@ -0,0 +1,17 @@ +[% INCLUDE 'help-top.inc' %] + +

    Order from a subscription

    + +

    To order from a record that can't be found anywhere else, choose the 'From a new (empty) record.'

    + +

    If you're using the Serials module you can link your subscription order information to acquisitions by choosing to order 'From a subscription'

    + + + +

    See the full documentation for Ordering in the manual (online).

    + +[% INCLUDE 'help-bottom.inc' %] --