|
Lines 60-70
Link Here
|
| 60 |
[% CASE '1' %] Placed on (to) |
60 |
[% CASE '1' %] Placed on (to) |
| 61 |
[% CASE '2' %] Received on (from) |
61 |
[% CASE '2' %] Received on (from) |
| 62 |
[% CASE '3' %] Received on (to) |
62 |
[% CASE '3' %] Received on (to) |
| 63 |
[% CASE '4' %] Supplier |
63 |
[% CASE '4' %] Vendor |
| 64 |
[% CASE '5' %] Home branch |
64 |
[% CASE '5' %] Home library |
| 65 |
[% CASE '6' %] Collection |
65 |
[% CASE '6' %] Collection |
| 66 |
[% CASE '7' %] Item type |
66 |
[% CASE '7' %] Item type |
| 67 |
[% CASE '8' %] Budget |
67 |
[% CASE '8' %] Fund |
| 68 |
[% CASE '9' %] Sort1 |
68 |
[% CASE '9' %] Sort1 |
| 69 |
[% CASE '10' %] Sort2 |
69 |
[% CASE '10' %] Sort2 |
| 70 |
[% CASE %] Unknown filter |
70 |
[% CASE %] Unknown filter |
|
Lines 173-179
Link Here
|
| 173 |
<td><input type="radio" name="Column" value="aqbooksellers.name" /></td> |
173 |
<td><input type="radio" name="Column" value="aqbooksellers.name" /></td> |
| 174 |
<td> |
174 |
<td> |
| 175 |
<select name="Filter"> |
175 |
<select name="Filter"> |
| 176 |
<option value="">All suppliers</option> |
176 |
<option value="">All vendors</option> |
| 177 |
[% FOREACH bookseller IN booksellers %] |
177 |
[% FOREACH bookseller IN booksellers %] |
| 178 |
<option value="[% bookseller.name %]">[% bookseller.name %]</option> |
178 |
<option value="[% bookseller.name %]">[% bookseller.name %]</option> |
| 179 |
[% END %] |
179 |
[% END %] |
|
Lines 181-192
Link Here
|
| 181 |
</td> |
181 |
</td> |
| 182 |
</tr> |
182 |
</tr> |
| 183 |
<tr> |
183 |
<tr> |
| 184 |
<td>Home branch</td> |
184 |
<td>Home library</td> |
| 185 |
<td><input type="radio" name="Line" value="items.homebranch" /></td> |
185 |
<td><input type="radio" name="Line" value="items.homebranch" /></td> |
| 186 |
<td><input type="radio" name="Column" value="items.homebranch" /></td> |
186 |
<td><input type="radio" name="Column" value="items.homebranch" /></td> |
| 187 |
<td> |
187 |
<td> |
| 188 |
<select name="Filter"> |
188 |
<select name="Filter"> |
| 189 |
<option value="" selected="selected">All branches</option> |
189 |
<option value="" selected="selected">All libraries</option> |
| 190 |
[% FOREACH branch IN branches %] |
190 |
[% FOREACH branch IN branches %] |
| 191 |
<option value="[% branch.branchcode %]">[% branch.branchname %]</option> |
191 |
<option value="[% branch.branchcode %]">[% branch.branchname %]</option> |
| 192 |
[% END %] |
192 |
[% END %] |
|
Lines 224-230
Link Here
|
| 224 |
</tr> |
224 |
</tr> |
| 225 |
|
225 |
|
| 226 |
<tr> |
226 |
<tr> |
| 227 |
<td>Budget</td> |
227 |
<td>Fund</td> |
| 228 |
<td><input type="radio" name="Line" value="aqbudgets.budget_code" /></td> |
228 |
<td><input type="radio" name="Line" value="aqbudgets.budget_code" /></td> |
| 229 |
<td><input type="radio" name="Column" value="aqbudgets.budget_code" /></td> |
229 |
<td><input type="radio" name="Column" value="aqbudgets.budget_code" /></td> |
| 230 |
<td>[% CGIBudget %]</td> |
230 |
<td>[% CGIBudget %]</td> |