First draft of programmer's templates: a stripped-down version of the templates for...
[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
3
4
5 <h1>Acquisitions</h1>
6         <!-- TMPL_IF name="nobudget" -->
7                 You must define a budget in parameters
8         <!-- TMPL_ELSE -->
9
10 <form action="/cgi-bin/koha/acqui/order.pl" method="post"><table>
11 <caption>Start, Recieve, or Modify Any Order</caption>
12 <tr>
13         <th><label for="supplier">Supplier ID or Name</label></th>
14         <td><input type="text" size="25" name="supplier" id="supplier" /></td>
15 </tr>
16 </table>
17 <input type="submit" value="Search" /></form>
18 <p>     <form action="histsearch.pl" method="get"><input type="submit" value="Search Order History" /></form></p>
19
20 <!-- /TMPL_IF -->
21
22
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" value="Search" /></form>
35
36
37 <!-- currencies-->
38
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" 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" value="Add Currency" />
57
58         </form><!-- /TMPL_IF -->
59
60
61 <!-- suggestions -->
62
63         <h3>Pending Suggestions</h3>
64                 <!-- TMPL_IF name="suggestion" -->
65                         <!--TMPL_VAR NAME="suggestion" --> suggestions waiting <a href="/cgi-bin/koha/suggestion/acceptorreject.pl">Manage Suggestions</a>
66                 <!-- TMPL_ELSE -->
67                         No suggestions waiting
68                 <!-- /TMPL_IF -->
69
70
71 <!-- showbudget-->
72         
73                 <!-- TMPL_IF name="nobudget" -->
74                 You must define a budget in parameters
75         <!-- TMPL_ELSE -->
76         <table>
77                 <caption>Budgets and Bookfunds</caption>
78                         <tr>
79                                 <th>Budgets</th>
80                                 <th>Total</th>
81                                 <th>Spent</th>
82                                 <th>Comtd</th>
83                                 <th>Avail</th>
84                         </tr>
85                         <!-- TMPL_LOOP name="loop_budget" -->
86                                 <tr>
87                                         <td><!-- TMPL_VAR name="bookfundname" --></td>
88                                         <td><!-- TMPL_VAR name="budgetamount" --></td>
89                                         <td><!-- TMPL_VAR name="spent" --></td>
90                                         <td><!-- TMPL_VAR name="comtd" --></td>
91                                         <td><!-- TMPL_VAR name="avail" --></td>
92                                 </tr>
93                         <!-- /TMPL_LOOP -->
94                         <tr>
95                                 <tfoot>
96                                 <td>Total</td>
97                                 <td><!-- TMPL_VAR name="total" --></td>
98                                 <td><!-- TMPL_VAR name="totspent" --></td>
99                                 <td><!-- TMPL_VAR name="totcomtd" --></td>
100                                 <td><!-- TMPL_VAR name="totavail" --></td>
101                                 </tfoot>
102                         </tr>
103                 </table><!-- /TMPL_IF -->
104 <p>             Use your reload button [ctrl + r] to get the most recent figures.
105                 Committed figures are approximate only, as exchange rates will affect the amount actually paid.</p>
106
107
108                 <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>
109                 <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>
110                 <p>To start a new shopping basket with a new supplier return to this page and just start a new supplier search.</p>
111                 <p>To close off a shopping basket click on "view shopping baskets" or search above, and the click on "confirm basket".</p>
112
113
114 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->