37b6f2e5d79bfc562f70276cbae32d69da2923d9
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / parameters / charges.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- System Administration: Fines
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3
4 <h2>Calculating Fines</h2>
5 <p>Each box needs to be filled in with fine,time to start charging,charging cycle</p>
6 <p>eg 1,7,7 = $1 fine, after 7 days, every 7 days</p>
7 <p>Note : fines are calculated by the fines2.pl</span> script, located in misc</span> directory. Ask your administrator to put this script in crontab (after midnight) to have fines calculated every night</p>
8 <form action="/cgi-bin/koha/admin/updatecharges.pl" method="post">
9 <div class="table"><table>
10 <tr>
11         <th>&nbsp;</th><!-- TMPL_LOOP NAME="title" --><th><!-- TMPL_VAR NAME="in_title" --></th><!-- /TMPL_LOOP -->
12 </tr>
13 <!-- TMPL_LOOP NAME="row" -->
14         <tr>
15                 <th>
16                         <!-- TMPL_VAR NAME="categorycode" -->
17                 </th>
18                 <!-- TMPL_LOOP NAME="cell" -->
19                         <td bgcolor="<!-- TMPL_VAR name="toggle" -->">
20                                 <input name="<!-- TMPL_VAR name="inputname" -->" value="<!-- TMPL_VAR name="inputvalue" -->" size="6" maxlength="10">
21                         </td>
22                 <!-- /TMPL_LOOP -->
23         </TR>
24 <!-- /TMPL_LOOP -->
25 </table>
26 <input type="submit" value="Submit Changes">
27 </form>
28
29 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->