]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl
adding search orders history feature
[koha.git] / koha-tmpl / intranet-tmpl / default / en / acqui / acqui-home.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2 <div id="mainbloc">
3
4 <h1 class="acquisition">Acquisitions</h1>
5 <div id="bloc25">
6         <h2 class="acquisition">Start, receive, modify order</h2>
7                 <form action="/cgi-bin/koha/acqui/order.pl" method="post">
8                         Supplier name : <input type="text"  size="25"   name="supplier">
9                         <input type="submit" class="button acquisition" value="OK">
10                 </form>
11         <p>or <a href="histsearch.pl" class="button acquisition">Search order history</a></p>
12 </div>
13
14 <!-- currencies-->
15 <div id="bloc25">
16         <form action="/cgi-bin/koha/currency.pl">
17         <input type="hidden" name="type" value="change">
18         <h2 class="acquisition">exchange rates</h2>
19         <!-- TMPL_LOOP NAME="loop_currency" -->
20                 <p>
21                         <label><!-- TMPL_VAR NAME="currency" --></label>
22                         <input type="text"  size="10"  name="<!-- TMPL_VAR NAME="currency" -->" value=<!-- TMPL_VAR NAME="rate" -->>
23                 </p>
24         <!-- /TMPL_LOOP -->
25         <input type="submit" value="Save" class="button acquisition">
26 </div>
27
28 <!-- suggestions -->
29 <div id="bloc25">
30         <h2 class="acquisition">Suggestions to check</h2>
31                 <!-- TMPL_IF name="suggestion" -->
32                         <!--TMPL_VAR NAME="suggestion" --> suggestions waiting <a href="/cgi-bin/koha/suggestion/acceptorreject.pl" class="button acquisition">Manage</a>
33                 <!-- TMPL_ELSE -->
34                         No suggestions waiting
35                 <!-- /TMPL_IF -->
36 </div>
37
38 <!-- showbudget-->
39 <div id="bloc25">
40         <form action="/cgi-bin/koha/search.pl">
41                 <h2 class="acquisition">budgets and bookfunds</h2>
42                 <table class="noborder">
43                         <tr>
44                                 <th class="acquisition">Budgets</th>
45                                 <th class="acquisition">Total</th>
46                                 <th class="acquisition">Spent</th>
47                                 <th class="acquisition">Comtd</th>
48                                 <th class="acquisition">Avail</th>
49                         </tr>
50                         <!-- TMPL_LOOP NAME="loop_budget" -->
51                                 <tr>
52                                         <td><!-- TMPL_VAR NAME="bookfundname" --></td>
53                                         <td align="right"><!-- TMPL_VAR NAME="budgetamount" --></td>
54                                         <td align="right"><!-- TMPL_VAR NAME="spent" --></td>
55                                         <td align="right"><!-- TMPL_VAR NAME="comtd" --></td>
56                                         <td align="right"><!-- TMPL_VAR NAME="avail" --></td>
57                                 </tr>
58                         <!-- /TMPL_LOOP -->
59                         <tr>
60                                 <th class="acquisition" align="right">Total</th>
61                                 <th class="acquisition" align="right"><!-- TMPL_VAR NAME="total" --></th>
62                                 <th class="acquisition" align="right"><!-- TMPL_VAR NAME="totspent" --></th>
63                                 <th class="acquisition" align="right"><!-- TMPL_VAR NAME="totcomtd" --></th>
64                                 <th class="acquisition" align="right"><!-- TMPL_VAR NAME="totavail" --></th>
65                         </tr>
66                 </table>
67                 <p>
68                 Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.
69                 </p>
70         </form>
71 </div>
72
73 <div id="bloc25">
74         <h2 class="acquisition">HELP Ordering</h2>
75         <ul>
76                 <p>To start an acquisition, whether an order, local purchase or donation first search on the supplier, Add a new one if needed.</p>
77                 <p>Then select a previous shopping basket or create a new one. Note the basket will be attached to the user you've logged to </p>
78                 <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>
79                 <p>To close off a shopping basket click on "view shopping baskets" or search above, and then click on "confirm basket".</p>
80         </ul>
81 </div>
82
83 </div>
84 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->