synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / acqui / acqui-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Acquisitions<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE name="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="acqui-full-topmenu.inc" -->
4 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
5
6 <div id="main">
7
8 <h1>Acquisitions</h1>
9         <!-- TMPL_IF name="nobudget" -->
10                 <div class="error">You must define a budget in parameters</div>
11         <!-- TMPL_ELSE -->
12 <div class="details">
13 <form action="/cgi-bin/koha/acqui/order.pl" method="post"><table>
14 <caption>Start, Recieve, or Modify Any Order</caption>
15 <tr>
16         <th><label for="supplier">Supplier ID or Name</label></th>
17         <td><input type="text" size="25" name="supplier" id="supplier" /></td>
18 </tr>
19 </table>
20 <input type="submit" class="submit" value="Search" /></form>
21 <p>     <form action="histsearch.pl" method="get"><input type="submit" class="submit" value="Search Order History" /></form></p>
22 </div>
23 <!-- /TMPL_IF -->
24
25
26 <!-- currencies-->
27 <div class="details">
28 <!-- TMPL_IF NAME="loop_currency" -->
29 <table>
30         <caption>Exchange Rates</caption>
31
32         <!-- TMPL_LOOP name="loop_currency" -->
33                 <tr>
34                         <th>
35                                 <label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label>
36                         </th>
37                         <td>    <form action="/cgi-bin/koha/currency.pl" method="post">
38         <input type="hidden" name="type" value="change" />
39                                 <input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->" />   </form>
40                         </td>
41                 </tr>
42         <!-- /TMPL_LOOP -->
43 </table><input type="submit" class="submit" value="Save Exchange Rate" />
44 <!-- TMPL_ELSE --><form action="/cgi-bin/koha/admin/currency.pl" method="post">
45         <input type="hidden" name="op" value="add_form" /><input type="submit" class="submit" value="Add Currency" />
46
47         </form><!-- /TMPL_IF -->
48 </div>
49
50 <!-- suggestions -->
51 <div class="details">
52         <h3>Pending Suggestions</h3>
53                 <!-- TMPL_IF name="suggestion" -->
54                         <!--TMPL_VAR NAME="suggestion" --> suggestions waiting <a href="/cgi-bin/koha/suggestion/acceptorreject.pl">Manage Suggestions</a>
55                 <!-- TMPL_ELSE -->
56                         No suggestions waiting
57                 <!-- /TMPL_IF -->
58 </div>
59
60 <!-- showbudget-->
61         <!-- TMPL_IF name="nobudget" -->
62                 <div class="error">You must define a budget in parameters</div>
63         <!-- TMPL_ELSE -->
64         <table>
65                 <caption>Budgets and Bookfunds</caption>
66                         <tr>
67                                 <th>Budgets</th>
68                                 <th>Total</th>
69                                 <th>Spent</th>
70                                 <th>Comtd</th>
71                                 <th>Avail</th>
72                         </tr>
73                         <!-- TMPL_LOOP name="loop_budget" -->
74                                 <tr>
75                                         <td><!-- TMPL_VAR name="bookfundname" --></td>
76                                         <td><!-- TMPL_VAR name="budgetamount" --></td>
77                                         <td><!-- TMPL_VAR name="spent" --></td>
78                                         <td><!-- TMPL_VAR name="comtd" --></td>
79                                         <td><!-- TMPL_VAR name="avail" --></td>
80                                 </tr>
81                         <!-- /TMPL_LOOP -->
82                         <tr>
83                                 <tfoot>
84                                 <td>Total</td>
85                                 <td><!-- TMPL_VAR name="total" --></td>
86                                 <td><!-- TMPL_VAR name="totspent" --></td>
87                                 <td><!-- TMPL_VAR name="totcomtd" --></td>
88                                 <td><!-- TMPL_VAR name="totavail" --></td>
89                                 </tfoot>
90                         </tr>
91                 </table><!-- /TMPL_IF -->
92 <p>             Use your reload button [ctrl + r] to get the most recent figures.
93                 Committed figures are approximate only, as exchange rates will affect the amount actually paid.</p>
94
95 <div class="help">
96                 <h4>Help</h4> <p>To start an acquisition, whether an order, local purchase or donation first search on the supplier, you will be asked to check their details, and enter your name which  will set up a "shopping basket" for you. (Why is this you might ask... well because we want to know that it's really you ordering things - not just your computer).</p>
97                 <p>To order an item you need to establish whether a biblio already exists for it, and either add an item, or set up a new biblio then add the item.  </p>
98                 <p>To start a new shopping basket with a new supplier return to this page and just start a new supplier search.</p>
99                 <p>To close off a shopping basket click on "view shopping baskets" or search above, and the click on "confirm basket".</p>
100 </div></div>
101
102 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->