Lines 10-16
Link Here
|
10 |
<!-- TMPL_INCLUDE NAME="header.inc" --> |
10 |
<!-- TMPL_INCLUDE NAME="header.inc" --> |
11 |
<!-- TMPL_INCLUDE NAME="cat-search.inc" --> |
11 |
<!-- TMPL_INCLUDE NAME="cat-search.inc" --> |
12 |
|
12 |
|
13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> <!-- TMPL_IF NAME="do_it" -->› <a href="/cgi-bin/koha/reports/reserves_stats.pl">Reserves statistics</a> › Results <!-- TMPL_ELSE -->› Reserves statistics<!-- /TMPL_IF --></div> |
13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> <!-- TMPL_IF NAME="do_it" -->› <a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds statistics</a> › Results <!-- TMPL_ELSE -->› Holds statistics<!-- /TMPL_IF --></div> |
14 |
|
14 |
|
15 |
<div id="doc3" class="yui-t2"> |
15 |
<div id="doc3" class="yui-t2"> |
16 |
|
16 |
|
Lines 20-26
Link Here
|
20 |
|
20 |
|
21 |
<!-- TMPL_IF NAME="do_it" --> |
21 |
<!-- TMPL_IF NAME="do_it" --> |
22 |
<!-- TMPL_IF NAME="mainloop" --> |
22 |
<!-- TMPL_IF NAME="mainloop" --> |
23 |
<h1>Reserves statistics</h1> |
23 |
<h1>Holds statistics</h1> |
24 |
<!-- TMPL_IF NAME="loopfilter" --> |
24 |
<!-- TMPL_IF NAME="loopfilter" --> |
25 |
<p>Filtered on</p> |
25 |
<p>Filtered on</p> |
26 |
<ul> |
26 |
<ul> |
Lines 70-76
Link Here
|
70 |
|
70 |
|
71 |
<form method="post" action="/cgi-bin/koha/reports/reserves_stats.pl"> |
71 |
<form method="post" action="/cgi-bin/koha/reports/reserves_stats.pl"> |
72 |
<fieldset class="rows"> |
72 |
<fieldset class="rows"> |
73 |
<legend>Reserve statistics</legend><table> |
73 |
<legend>Holds statistics</legend><table> |
74 |
<thead> |
74 |
<thead> |
75 |
<tr> |
75 |
<tr> |
76 |
<th>Title</th> |
76 |
<th>Title</th> |
Lines 81-99
Link Here
|
81 |
</thead> |
81 |
</thead> |
82 |
<tbody> |
82 |
<tbody> |
83 |
<tr > |
83 |
<tr > |
84 |
<td>Reserve status </td> |
84 |
<td>Hold Status </td> |
85 |
<td><input type="radio" name="Line" value="reservestatus" /></td> |
85 |
<td><input type="radio" name="Line" value="reservestatus" /></td> |
86 |
<td><input type="radio" name="Column" value="reservestatus" checked="checked" /></td> |
86 |
<td><input type="radio" name="Column" value="reservestatus" checked="checked" /></td> |
87 |
<td> |
87 |
<td> |
88 |
<input type="checkbox" name="filter_reservestatus_or_1" value="1">Asked</input> |
88 |
<input type="checkbox" name="filter_reservestatus_or_1" value="1"> Asked</input> |
89 |
<input type="checkbox" name="filter_reservestatus_or_2" value="2"> Processing</input> |
89 |
<input type="checkbox" name="filter_reservestatus_or_2" value="2"> Processing</input> |
90 |
<input type="checkbox" name="filter_reservestatus_or_3" value="3">Waiting</input> |
90 |
<input type="checkbox" name="filter_reservestatus_or_3" value="3"> Waiting</input> |
91 |
<input type="checkbox" name="filter_reservestatus_or_4" value="4">Satisfied</input> |
91 |
<input type="checkbox" name="filter_reservestatus_or_4" value="4"> Satisfied</input> |
92 |
<input type="checkbox" name="filter_reservestatus_or_5" value="5">cancelled</input> |
92 |
<input type="checkbox" name="filter_reservestatus_or_5" value="5"> Cancelled</input> |
93 |
</td> |
93 |
</td> |
94 |
</tr> |
94 |
</tr> |
95 |
<tr class="highlight"> |
95 |
<tr class="highlight"> |
96 |
<td>reserve date</td> |
96 |
<td>Hold Date</td> |
97 |
<td><input type="radio" name="Line" value="reservedate" /></td> |
97 |
<td><input type="radio" name="Line" value="reservedate" /></td> |
98 |
<td><input type="radio" name="Column" value="reservedate" /></td> |
98 |
<td><input type="radio" name="Column" value="reservedate" /></td> |
99 |
<td><label for="reservedate_begin">From</label> <input type="text" size="10" id="filter_reservedate_begin" name="filter_reservedate_begin" /> |
99 |
<td><label for="reservedate_begin">From</label> <input type="text" size="10" id="filter_reservedate_begin" name="filter_reservedate_begin" /> |
Lines 155-161
Link Here
|
155 |
</td> |
155 |
</td> |
156 |
</tr> |
156 |
</tr> |
157 |
<tr> |
157 |
<tr> |
158 |
<td>notification date</td> |
158 |
<td>Notification Date</td> |
159 |
<td><input type="radio" name="Line" value="notificationdate" /></td> |
159 |
<td><input type="radio" name="Line" value="notificationdate" /></td> |
160 |
<td><input type="radio" name="Column" value="notificationdate" /></td> |
160 |
<td><input type="radio" name="Column" value="notificationdate" /></td> |
161 |
<td><label for="filter_notificationdate_begin">From</label> <input type="text" size="10" id="filter_notificationdate_begin" name="filter_notificationdate_begin" /> |
161 |
<td><label for="filter_notificationdate_begin">From</label> <input type="text" size="10" id="filter_notificationdate_begin" name="filter_notificationdate_begin" /> |
Lines 217-223
Link Here
|
217 |
</td> |
217 |
</td> |
218 |
</tr> |
218 |
</tr> |
219 |
<tr> |
219 |
<tr> |
220 |
<td>Reminder date</td> |
220 |
<td>Reminder Date</td> |
221 |
<td><input type="radio" name="Line" value="reminderdate" /></td> |
221 |
<td><input type="radio" name="Line" value="reminderdate" /></td> |
222 |
<td><input type="radio" name="Column" value="reminderdate" /></td> |
222 |
<td><input type="radio" name="Column" value="reminderdate" /></td> |
223 |
<td><label for="filter_reminderdate_begin">From</label> <input type="text" size="10" id="filter_reminderdate_begin" name="Filter" /> |
223 |
<td><label for="filter_reminderdate_begin">From</label> <input type="text" size="10" id="filter_reminderdate_begin" name="Filter" /> |
Lines 279-285
Link Here
|
279 |
</td> |
279 |
</td> |
280 |
</tr> |
280 |
</tr> |
281 |
<tr> |
281 |
<tr> |
282 |
<td>Waiting date</td> |
282 |
<td>Waiting Date</td> |
283 |
<td><input type="radio" name="Line" value="waitingdate" /></td> |
283 |
<td><input type="radio" name="Line" value="waitingdate" /></td> |
284 |
<td><input type="radio" name="Column" value="waitingdate" /></td> |
284 |
<td><input type="radio" name="Column" value="waitingdate" /></td> |
285 |
<td><label for="filter_waitingdate_begin">From</label> <input type="text" size="10" id="filter_waitingdate_begin" name="filter_waitingdate_begin" /> |
285 |
<td><label for="filter_waitingdate_begin">From</label> <input type="text" size="10" id="filter_waitingdate_begin" name="filter_waitingdate_begin" /> |
Lines 341-347
Link Here
|
341 |
</td> |
341 |
</td> |
342 |
</tr> |
342 |
</tr> |
343 |
<tr> |
343 |
<tr> |
344 |
<td>cancellation date</td> |
344 |
<td>Cancellation Date</td> |
345 |
<td><input type="radio" name="Line" value="cancellationdate" /></td> |
345 |
<td><input type="radio" name="Line" value="cancellationdate" /></td> |
346 |
<td><input type="radio" name="Column" value="cancellationdate" /></td> |
346 |
<td><input type="radio" name="Column" value="cancellationdate" /></td> |
347 |
<td><label for="filter_cancellationdate_begin">From</label> <input type="text" size="10" id="filter_cancellationdate_begin" name="filter_cancellationdate_begin" /> |
347 |
<td><label for="filter_cancellationdate_begin">From</label> <input type="text" size="10" id="filter_cancellationdate_begin" name="filter_cancellationdate_begin" /> |
Lines 521-527
Link Here
|
521 |
</tbody> |
521 |
</tbody> |
522 |
</table><br /></fieldset> |
522 |
</table><br /></fieldset> |
523 |
|
523 |
|
524 |
<fieldset class="rows"><legend>Cell value </legend><ol><li><label for="cellvalue1">Count reserves</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li> |
524 |
<fieldset class="rows"><legend>Cell value </legend><ol><li><label for="cellvalue1">Count holds</label> <input type="radio" name="Cellvalue" value="1" id="cellvalue1" checked="checked" /> </li> |
525 |
<li><label for="cellvalue2">Count unique borrowers</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique biblios</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset> |
525 |
<li><label for="cellvalue2">Count unique borrowers</label> <input type="radio" name="Cellvalue" value="2" id="cellvalue2" /> </li><li><label for="cellvalue3">Count unique items</label> <input type="radio" name="Cellvalue" id="cellvalue3" value="3" /> </li><li><label for="cellvalue4">Count unique biblios</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset> |
526 |
|
526 |
|
527 |
<fieldset class="rows"> |
527 |
<fieldset class="rows"> |
528 |
- |
|
|