Koha/koha-tmpl/intranet-tmpl/default/en/acqui/acqui-home.tmpl
2004-10-19 12:24:56 +00:00

84 lines
3.3 KiB
Cheetah

<!-- TMPL_INCLUDE name="acquisitions-top.inc" -->
<div id="mainbloc">
<h1 class="acquisition">Acquisitions</h1>
<div id="bloc25">
<h2 class="acquisition">Start, receive, modify order</h2>
<form action="/cgi-bin/koha/acqui/order.pl" method="post">
Supplier name : <input type="text" size="25" name="supplier">
<input type="submit" class="button acquisition" value="OK">
</form>
<p>or <a href="histsearch.pl" class="button acquisition">Search order history</a></p>
</div>
<!-- currencies-->
<div id="bloc25">
<form action="/cgi-bin/koha/currency.pl">
<input type="hidden" name="type" value="change">
<h2 class="acquisition">exchange rates</h2>
<!-- TMPL_LOOP NAME="loop_currency" -->
<p>
<label><!-- TMPL_VAR NAME="currency" --></label>
<input type="text" size="10" name="<!-- TMPL_VAR NAME="currency" -->" value=<!-- TMPL_VAR NAME="rate" -->>
</p>
<!-- /TMPL_LOOP -->
<input type="submit" value="Save" class="button acquisition">
</div>
<!-- suggestions -->
<div id="bloc25">
<h2 class="acquisition">Suggestions to check</h2>
<!-- TMPL_IF name="suggestion" -->
<!--TMPL_VAR NAME="suggestion" --> suggestions waiting <a href="/cgi-bin/koha/suggestion/acceptorreject.pl" class="button acquisition">Manage</a>
<!-- TMPL_ELSE -->
No suggestions waiting
<!-- /TMPL_IF -->
</div>
<!-- showbudget-->
<div id="bloc25">
<form action="/cgi-bin/koha/search.pl">
<h2 class="acquisition">budgets and bookfunds</h2>
<table class="noborder">
<tr>
<th class="acquisition">Budgets</th>
<th class="acquisition">Total</th>
<th class="acquisition">Spent</th>
<th class="acquisition">Comtd</th>
<th class="acquisition">Avail</th>
</tr>
<!-- TMPL_LOOP NAME="loop_budget" -->
<tr>
<td><!-- TMPL_VAR NAME="bookfundname" --></td>
<td align="right"><!-- TMPL_VAR NAME="budgetamount" --></td>
<td align="right"><!-- TMPL_VAR NAME="spent" --></td>
<td align="right"><!-- TMPL_VAR NAME="comtd" --></td>
<td align="right"><!-- TMPL_VAR NAME="avail" --></td>
</tr>
<!-- /TMPL_LOOP -->
<tr>
<th class="acquisition" align="right">Total</th>
<th class="acquisition" align="right"><!-- TMPL_VAR NAME="total" --></th>
<th class="acquisition" align="right"><!-- TMPL_VAR NAME="totspent" --></th>
<th class="acquisition" align="right"><!-- TMPL_VAR NAME="totcomtd" --></th>
<th class="acquisition" align="right"><!-- TMPL_VAR NAME="totavail" --></th>
</tr>
</table>
<p>
Use your reload button to get the most recent figures. Committed figures are approximate only, as exchange rates will affect the amount actually paid.
</p>
</form>
</div>
<div id="bloc25">
<h2 class="acquisition">HELP Ordering</h2>
<ul>
<p>To start an acquisition, whether an order, local purchase or donation first search on the supplier, Add a new one if needed.</p>
<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>
<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>
<p>To close off a shopping basket click on "view shopping baskets" or search above, and then click on "confirm basket".</p>
</ul>
</div>
</div>
<!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->