A new acquisition to handle multiple tax values, and marc creation of biblios and...
[koha.git] / koha-tmpl / intranet-tmpl / prog / 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="menus.inc" -->
3 <!-- TMPL_INCLUDE NAME="menu-acqui.inc" -->
4
5 <h1>Acquisitions</h1>
6 <div id="acqui_acqui_home_order">
7         <!-- TMPL_IF name="nobudget" -->
8                 You must define a budget in parameters
9         <!-- TMPL_ELSE -->
10                 <form action="/cgi-bin/koha/acqui/booksellers.pl" method="post">
11                         <h2>Start, recieve, or modify any order</h2>
12                         <p><label for="supplier">Supplier ID or name</label><input type="text" size="25" name="supplier" id="supplier" />
13                         <input type="submit" value="Search" />
14                         </p>
15                 </form>
16         <!-- /TMPL_IF -->
17 </div>
18
19
20 <div id="acqui_acqui_home_currency">
21 <!-- TMPL_IF NAME="loop_currency" -->
22         <h2>Exchange rates</h2>
23         <form action="/cgi-bin/koha/acqui/currency.pl">
24         <table>
25                 <tr>
26                         <th>Currency</th>
27                         <th>Rate</th>
28                 </tr>
29                 <!-- TMPL_LOOP name="loop_currency" -->
30                         <tr>
31                                 <td>
32                                         <label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label>
33                                 </td>
34                                 <td>
35                                                 <input type="hidden" name="type" value="change" />
36                                                 <input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->" />
37                                 </td>
38                         </tr>
39                 <!-- /TMPL_LOOP -->
40         </table>
41         <input type="submit" value="Save Exchange Rate" />
42         </form>
43 <!-- TMPL_ELSE -->
44         <form action="/cgi-bin/koha/admin/currency.pl" method="post">
45         <input type="hidden" name="op" value="add_form" /><input type="submit" value="Add Currency" />
46         </form>
47 <!-- /TMPL_IF -->
48 </div>
49
50 <div id="acqui_acqui_home_suggestions">
51         <h2>Pending Suggestions</h2>
52                 <!-- TMPL_IF name="suggestion" -->
53                         <!--TMPL_VAR NAME="suggestion" --> suggestions waiting <a href="/cgi-bin/koha/suggestion/acceptorreject.pl">Manage suggestions</a>
54                 <!-- TMPL_ELSE -->
55                         <p>No suggestions waiting</p>
56                 <!-- /TMPL_IF -->
57 </div>
58
59 <div id="acqui_acqui_home_budgets">
60         <!-- TMPL_IF name="nobudget" -->
61                 <p>You must define a budget in parameters</p>
62         <!-- TMPL_ELSE -->
63         <h2>Budgets and bookfunds</h2>
64         <table>
65                 <tr>
66                         <th>Budgets</th>
67                         <th>Total</th>
68                         <th>Spent</th>
69                         <th>Comtd</th>
70                         <th>Avail</th>
71                 </tr>
72                 <!-- TMPL_LOOP name="loop_budget" -->
73                         <tr>
74                                 <td><!-- TMPL_VAR name="bookfundname" --></td>
75                                 <td><!-- TMPL_VAR name="budgetamount" --></td>
76                                 <td><!-- TMPL_VAR name="spent" --></td>
77                                 <td><!-- TMPL_VAR name="comtd" --></td>
78                                 <td><!-- TMPL_VAR name="avail" --></td>
79                         </tr>
80                 <!-- /TMPL_LOOP -->
81                 <tr>
82                         <td>Total</td>
83                         <td><!-- TMPL_VAR name="total" --></td>
84                         <td><!-- TMPL_VAR name="totspent" --></td>
85                         <td><!-- TMPL_VAR name="totcomtd" --></td>
86                         <td><!-- TMPL_VAR name="totavail" --></td>
87                 </tr>
88         </table><!-- /TMPL_IF -->
89 </div>
90 <div id="acqui_acqui_home_hints">
91         <p>Use your reload button [ctrl + r] to get the most recent figures.
92         Committed figures are approximate only, as exchange rates will affect the amount actually paid.</p>
93         
94         <h2>Help</h2>
95         <p>To start an acquisition, whether an order, local purchase or donation first search on the supplier, (set donations as a supplier if you wish), and click add order which  will set up a "shopping basket" for you.</p>
96         <p>To place an order you need to establish whether a biblio already exists for it, or set up a new biblio from scratch or from a suggestion.  </p>
97         <p>To close  a shopping basket  click on "confirm Close Basket". After closing a basket it can not be modified or deleted</p>
98         <p>To receive an order (a parcel)  search for the supplier and click receive. After confirming invoice details you will be asked to create items for the order</p>
99         
100 </div>
101
102 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->