]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/npl/en/acqui/acqui-home.tmpl
New NPL templates
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / acqui / acqui-home.tmpl
1 <!-- TMPL_INCLUDE name="main-top.inc" -->
2 <!-- TMPL_INCLUDE name="masthead.inc" -->
3 <!-- TMPL_INCLUDE name="intranet-nav.inc" -->
4
5 <div id="main">
6
7 <h1>Acquisitions</h1>
8
9 <div class="details"><form action="/cgi-bin/koha/acqui/order.pl" method="post"><table>
10 <caption>Start, Recieve, or Modify Any Order</caption>
11 <tr>
12         <th><label for="supplier">Supplier ID or Name</label></th>
13         <td>
14                 
15                 <input type="text" size="25" name="supplier" id="supplier" />
16                 
17         </td>
18 </tr>
19 </table>
20 <input type="submit" class="submit" value="Search" /></form>
21 </div>
22 <div class="details">
23 <form action="/cgi-bin/koha/acqui/acquire.pl" method="post"><table>
24 <caption>Receive or Modify a Periodical Order</caption>
25 <tr>
26         <th><label for="recieve">Title Search</label></th>
27         <td>
28                 
29                 <input type="text"  size="25" name="recieve" id="recieve">
30                 
31         </td>
32 </tr>
33 </table>
34 <input type="submit" class="submit" value="Search" /></form>
35 </div>
36
37 <!-- currencies-->
38 <div class="details">
39 <!-- TMPL_IF NAME="loop_currency" -->
40 <table>
41         <caption>Exchange Rates</caption>
42
43         <!-- TMPL_LOOP name="loop_currency" -->
44                 <tr>
45                         <th>
46                                 <label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label>
47                         </th>
48                         <td>    <form action="/cgi-bin/koha/currency.pl">
49         <input type="hidden" name="type" value="change">
50                                 <input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->">     </form>
51                         </td>
52                 </tr>
53         <!-- /TMPL_LOOP -->
54 </table><input type="submit" class="submit" value="Save Exchange Rate" />
55 <!-- TMPL_ELSE --><form action="/cgi-bin/koha/admin/currency.pl" method="post">
56         <input type="hidden" name="op" value="add_form" /><input type="submit" class="submit" value="Add Currency" />
57
58         </form><!-- /TMPL_IF -->
59 </div>
60
61 <!-- showbudget-->
62         <div class="table"><table>
63                 <caption>Budgets and Bookfunds</caption>
64                         <tr>
65                                 <th>Budgets</th>
66                                 <th>Total</th>
67                                 <th>Spent</th>
68                                 <th>Comtd</th>
69                                 <th>Avail</th>
70                         </tr>
71                         <!-- TMPL_LOOP name="loop_budget" -->
72                                 <tr>
73                                         <td><!-- TMPL_VAR name="bookfundname" --></td>
74                                         <td><!-- TMPL_VAR name="budgetamount" --></td>
75                                         <td><!-- TMPL_VAR name="spent" --></td>
76                                         <td><!-- TMPL_VAR name="comtd" --></td>
77                                         <td><!-- TMPL_VAR name="avail" --></td>
78                                 </tr>
79                         <!-- /TMPL_LOOP -->
80                         <tr>
81                                 <td><b>Total</b></td>
82                                 <td><b><!-- TMPL_VAR name="total" --></b></td>
83                                 <td><b><!-- TMPL_VAR name="totspent" --></b></td>
84                                 <td><b><!-- TMPL_VAR name="totcomtd" --></b></td>
85                                 <td><b><!-- TMPL_VAR name="totavail" --></b></td>
86                         </tr>
87                 </table></div>
88 <p>             Use your reload button [ctrl + r] to get the most recent figures.
89                 Committed figures are approximate only, as exchange rates will affect the amount actually paid.</p>
90
91 <div class="details">
92                 <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>
93                 <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>
94                 <p>To start a new shopping basket with a new supplier return to this page and just start a new supplier search.</p>
95                 <p>To close off a shopping basket click on "view shopping baskets" or search above, and the click on "confirm basket".</p>
96 </div></div>
97
98 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->