merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha.git] / koha-tmpl / intranet-tmpl / default / es / acqui / acqui-home.tmpl
1 <TMPL_INCLUDE name="acquisitions-top.inc">
2
3 <FONT SIZE=6><em>Acquisitions</em></FONT><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 ID or 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><TMPL_VAR name="budgetamount"></TD>
81                                         <TD><TMPL_VAR name="spent"></TD>
82                                         <TD><TMPL_VAR name="comtd"></TD>
83                                         <TD><TMPL_VAR name="avail"></TD>
84                                 </TR>
85                         </TMPL_LOOP>
86                         <tr>
87                                 <td><b>Total</b></TD>
88                                 <TD><b><TMPL_VAR name="total"></b></TD>
89                                 <TD><b><TMPL_VAR name="totspent"></b></TD>
90                                 <TD><b><TMPL_VAR name="totcomtd"></b></TD>
91                                 <TD><b><TMPL_VAR name="totavail"></b></TD>
92                         </TR>
93                 </table><br>
94                 Use your reload button [ctrl + r] to get the most recent figures.
95                 Committed figures are approximate only, as exchange rates will affect the amount actually paid.
96         </TD>
97 </TR>
98 </form>
99 </table>
100
101 <br />
102 <TABLE cellspacing=0 cellpadding=5 border=1 >
103 <TR VALIGN=TOP>
104         <TD  bgcolor="ffdf61" colspan=2>
105                 <b>HELP</b><br>
106                 <b>Ordering:</b> <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>
107                 <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>
108                 <p>To start a new shopping basket with a new supplier return to this page and just start a new supplier search.</p>
109                 <p>To close off a shopping basket click on "view shopping baskets" or search above, and the click on "confirm basket".</p>
110         </td>
111 </TR>
112 </table>
113
114 <TMPL_INCLUDE name="acquisitions-bottom.inc">