View | Details | Raw Unified | Return to bug 14424
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basket.tt (+13 lines)
Lines 21-26 Link Here
21
    <li>When the item appears in your basket it will include a link to the suggestion.</li>
21
    <li>When the item appears in your basket it will include a link to the suggestion.</li>
22
</ul>
22
</ul>
23
</li>
23
</li>
24
<li>If you're using the Serials module you can link your subscription order information to acquisitions by choosing to order 'From a susbscription'
25
<ul>
26
    <li>After clicking the order link you will be brought to a search page that will help you find your subscription</li>
27
    <li>Your results will appear to the right of the form and each subscription will have an 'Order' link to the right</li>
28
    <li>Clicking 'Order' will bring the subscription info in to the order form without an 'Add item' section since you are just ordering a subscription and an item isn't needed</li>
29
</ul></li>
24
    <li>To order from a record that can't be found anywhere else, choose the 'From a new (empty) record.'
30
    <li>To order from a record that can't be found anywhere else, choose the 'From a new (empty) record.'
25
<ul>
31
<ul>
26
    <li>You will be presented with an empty form to fill in all of the necessary details about the item you are ordering.</li>
32
    <li>You will be presented with an empty form to fill in all of the necessary details about the item you are ordering.</li>
Lines 52-57 Link Here
52
</li>
58
</li>
53
</ul>
59
</ul>
54
60
61
<p>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.</p>
62
63
<ul>
64
    <li>In the window that pops up search for the patrons you'd like to notify and click 'Select'</li>
65
    <li>Once you're done you can close the window and you'll see the list of patrons under the 'Patrons' section</li>
66
</ul>
67
55
<p>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.</p>
68
<p>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.</p>
56
69
57
<p>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).</p>
70
<p>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).</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/newordersubscription.tt (-1 / +17 lines)
Line 0 Link Here
0
- 
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>Order from a subscription</h1>
4
5
<p>To order from a record that can't be found anywhere else, choose the 'From a new (empty) record.'</p>
6
7
<p>If you're using the Serials module you can link your subscription order information to acquisitions by choosing to order 'From a subscription'</p>
8
9
<ul>
10
    <li>After clicking the order link you will be brought to a search page that will help you find your subscription</li>
11
    <li>Your results will appear to the right of the form and each subscription will have an 'Order' link to the right</li>
12
    <li>Clicking 'Order' will bring the subscription info in to the order form without an 'Add item' section since you are just ordering a subscription and an item isn't needed</li>
13
</ul>
14
15
<p><strong>See the full documentation for Ordering in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/placingacqorder.html#createacqbasket">manual</a> (online).</strong></p>
16
17
[% INCLUDE 'help-bottom.inc' %]

Return to bug 14424