synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / intranet-tmpl / default / en / acqui / acqui-home.tmpl
1 <!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
2
3 <h1>Acquisitions</h1><br>
4
5 <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=1 >
6 <TR VALIGN=TOP>
7         <TD  bgcolor="ffdf61" colspan=2>
8                 <b>START, RECEIVE, MODIFY ANY ORDER</b>
9         </TD>
10 </TR>
11 <TR VALIGN=TOP>
12         <TD>Supplier Name</TD>
13         <TD>
14                 <form action="/cgi-bin/koha/acqui/order.pl" method=post>
15                 <INPUT TYPE="text"  SIZE="25"   NAME="supplier">
16                 </form>
17         </TD>
18 </TR>
19 </table>
20 <TABLE width="40%" cellspacing=0 cellpadding=5 border=1 >
21 <TR VALIGN=TOP>
22         <TD  bgcolor="ffdf61" colspan=2>
23                 <b>RECEIVE OR MODIFY PERIODICAL ORDER</b>
24         </TD>
25 </TR>
26 <TR VALIGN=TOP>
27         <TD>Title Search</TD>
28         <TD>
29                 <FORM ACTION="/cgi-bin/koha/acqui/acquire.pl" method=post>
30                 <INPUT TYPE="text"  SIZE="25"   NAME="recieve">
31                 </form>
32         </TD>
33 </TR>
34 </table>
35
36 <br />
37
38 <!-- currencies-->
39 <TABLE align="left" cellspacing=0 cellpadding=5 border=1 >
40         <FORM ACTION="/cgi-bin/koha/currency.pl">
41         <input type=hidden name=type value=change>
42         <TR VALIGN=TOP>
43                 <TD  bgcolor="ffdf61" colspan=2><b>EXCHANGE RATES </b></TD>
44         </TR>
45         <!-- TMPL_LOOP name="loop_currency" -->
46                 <TR VALIGN=TOP>
47                         <TD>
48                                 <!-- TMPL_VAR name="currency" -->
49                         </td>
50                         <td>
51                                 <INPUT TYPE="text"  SIZE="10"   NAME="<!-- TMPL_VAR name="currency" -->" value=<!-- TMPL_VAR name="rate" -->>
52                         </td>
53                 </TR>
54         <!-- /TMPL_LOOP -->
55         <tr>
56                 <td colspan=2 align="center"><input type=submit value="Save"></TD>
57         </tr>
58         </form>
59 </table>
60
61 <!-- showbudget-->
62 <TABLE  width="40%"  cellspacing=0 cellpadding=5 border=1 >
63 <FORM ACTION="/cgi-bin/koha/search.pl">
64 <TR VALIGN=TOP>
65         <TD  bgcolor="ffdf61" colspan=2><b>BUDGETS AND BOOKFUNDS</b></TD>
66 </TR>
67 <TR VALIGN=TOP>
68         <TD colspan=2>
69                 <table cellspacing=0 cellpadding=2 border=1>
70                         <tr>
71                                 <td><b>Budgets</B></TD>
72                                 <TD><b> Total</B></TD>
73                                 <TD><b>Spent</B></TD>
74                                 <TD><b>Comtd</B></TD>
75                                 <TD><b>Avail</B></TD>
76                         </TR>
77                         <!-- TMPL_LOOP name="loop_budget" -->
78                                 <tr>
79                                         <td><!-- TMPL_VAR name="bookfundname" --></TD>
80                                         <TD align=right><!-- TMPL_VAR name="budgetamount" --></TD>
81                                         <TD align=right><!-- TMPL_VAR name="spent" --></TD>
82                                         <TD align=right><!-- TMPL_VAR name="comtd" --></TD>
83                                         <TD align=right><!-- TMPL_VAR name="avail" --></TD>
84                                 </TR>
85                         <!-- /TMPL_LOOP -->
86                         <tr>
87                                 <td><b> Total</b></TD>
88                                 <TD align=right><b><!-- TMPL_VAR name="total" --></b></TD>
89                                 <TD align=right><b><!-- TMPL_VAR name="totspent" --></b></TD>
90                                 <TD align=right><b><!-- TMPL_VAR name="totcomtd" --></b></TD>
91                                 <TD align=right><b><!-- TMPL_VAR name="totavail" --></b></TD>
92                         </TR>
93                 </table>
94                 <p>
95                 Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.
96                 </p>
97         </TD>
98 </TR>
99 </form>
100 </table>
101
102 <br />
103 <TABLE cellspacing=0 cellpadding=5 border=1 >
104 <TR VALIGN=TOP>
105         <TD  bgcolor="ffdf61" colspan=2>
106                 <p><b>HELP Ordering:</b></p>
107                 <ul>To start an acquisition, whether an order, local purchase or donation first search on the supplier, Add a new one if needed.</ul>
108                 <ul>Then select a previous shopping basket or create a new one. Note the basket will be attached to the user you've logged to </ul>
109                 <ul>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.  </ul>
110                 <p>To close off a shopping basket click on "view shopping baskets" or search above, and then click on "confirm basket".</p>
111         </td>
112 </TR>
113 </table>
114
115 <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->