Bug 5940: Acq and Suggestion Help Files for 3.4
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / acqui / basket.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2
3 <h2>Placing an Order</h2>
4
5 <p>Once your basket is created you are presented with several options for adding items to the order.</p>
6
7 <ul>
8         <li>If you are ordering another copy of an existing item, you can simply search for the record in your system
9 <ul>
10         <li>From the results, simply click 'Order' to be brought to the order form
11 <ul>
12         <li>All of the details associated with the item will already be listed under 'Catalog details'</li>
13 </ul>
14 </li>
15 </ul>
16 </li>
17         <li>If you allow patrons to make purchase suggestions (learn more in the Managing Suggestions section of this manual) then you can place orders from those suggestions
18 <ul>
19         <li>
20 <ul>
21         <li>From this form you can make changes to the Catalog Details if necessary</li>
22 </ul>
23 </li>
24 </ul>
25 </li>
26         <li>To order from a record that can't be found anywhere else, choose the 'From a new (empty) record'
27 <ul>
28         <li>You will be presented with an empty form to fill in all of the necessary details about the item you are ordering</li>
29 </ul>
30 </li>
31         <li>If you want to search other libraries for an item to purchase you can use the 'From an external source' option which will allow you to order from a MARC record found via a Z39.50 search
32 <ul>
33         <li>From the results click the Order link next to the item you want to purchase</li>
34         <li>If the item you're ordering from an external source looks like it might be a duplicate, Koha will warn you and give you options on how to proceed
35 <ul>
36         <li>From the warning you can choose to just order another copy on the existing bib record, create a new bib record, or cancel your order of this item.</li>
37 </ul>
38 </li>
39         <li>In the order form that pops up you will not be able to edit the catalog details</li>
40 </ul>
41 </li>
42         <li>The final option for ordering is to order from a staged record (learn more about staging records)
43 <ul>
44         <li>From the list of files you are presented with, choose the 'Add orders' link
45 <ul>
46         <li>From the list of records, click 'Add order' next to the item you want to add to your order
47 <ul>
48         <li>From the order form you will not be able to edit the catalog details.</li>
49 </ul>
50 </li>
51 </ul>
52 </li>
53 </ul>
54 </li>
55 </ul>
56
57 <p>Once you have entered the info about the item you need to enter the Accounting information.</p>
58
59 <ul>
60         <li>Quantity is populated by the number of items you've added to the order above</li>
61         <li>The list of funds is populated by the funds you have assigned in the Acquisitions Administration area.</li>
62         <li>The vendor price will be used to calculate the rest of the amount fields below</li>
63         <li>If the price is uncertain, check the uncertain price box.
64 <ul>
65         <li>A basket with at least one uncertain price can't be closed</li>
66 </ul>
67 </li>
68         <li>If you added Planning Values when creating the Fund those values will appear in the two planning value fields</li>
69 </ul>
70
71 <p>Once an item is added to the basket you will be presented with a basket summary.</p>
72
73 <p>From here you can edit or remove the items you have added.</p>
74
75 <p>Also on the summary page you have the option to edit the information you entered about the basket by clicking the 'Edit basket header information' button, deleting the basket altogether by clicking the 'Delete this basket' button, or exporting your basket as a CSV file by clicking the 'Export this basket as CSV' button.</p>
76
77 <p>Once you're sure your basket is complete you can click 'Close this basket' button to indicate that this basket is complete and has been sent to the vendor.</p>
78
79 <p style="color: #ff0000">Important: A basket with at least one items marked as 'uncertain price' will not be able to be closed</p>
80
81 <p>Clicking the 'Uncertain Prices' button will up a list of items with uncertain prices to quick editing.</p>
82
83 <p style="color: #ff0000">Important: The Uncertain Prices page is independent of the basket, it is linked to the vendor, so you will see all items on order for this vendor with uncertain prices.</p>
84
85 <h2>Printing Baskets</h2>
86
87 <p>When you are finished adding items to your basket you want to click 'Close this Basket'</p>
88
89 <p>You will be asked if you want to create a purchase order at this time.</p>
90
91 <p>Your completed order will be listed on the Basket Grouping page for the printing or further modification.</p>
92
93 <p>Clicking 'Print' below your order will generate a PDF for printing. The PDF will have all of your library information followed by the items in your order.</p>
94
95 <!-- TMPL_INCLUDE NAME="help-bottom.inc" -->