73 lines
2.8 KiB
Cheetah
73 lines
2.8 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>
|
|
</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>
|
|
|
|
<!-- 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" -->
|