Browse Source

Bug 19833: Changing the "biblios" - most of reports

To Test:
Check the following files that all the "biblio" or "biblio record" are
now written in full as "bibliographic record".

modules/reports/acquisitions_stats.tt
modules/reports/cash_register_status.tt
modules/reports/catalogue_stats.tt
modules/reports/issues_stats.tt
modules/reports/reserves_stats.tt

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
18.11.x
Zoe Bennett 6 years ago
committed by Nick Clemens
parent
commit
a225cd1e04
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt
  2. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt
  3. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt
  4. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt
  5. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt

@ -253,7 +253,7 @@
<label for="cellvalue1">Count items:</label><input type="radio" name="Cellvalue" id="cellvalue1" value="1" checked="checked" />
</li>
<li>
<label for="cellvalue2">Count unique biblios:</label><input type="radio" name="Cellvalue" id="cellvalue2" value="2" />
<label for="cellvalue2">Count unique bibliographic records:</label><input type="radio" name="Cellvalue" id="cellvalue2" value="2" />
</li>
<li>
<label for="cellvalue3">Amount:</label><input type="radio" name="Cellvalue" id="cellvalue3" value="3" />

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt

@ -184,7 +184,7 @@
<th>Transaction type</th>
<th>Notes</th>
<th>Amount</th>
<th>Biblio title</th>
<th>Bibliographic record title</th>
<th>Barcode</th>
<th>Item type</th>
</tr>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt

@ -249,7 +249,7 @@
<input type="radio" name="Cellvalue" value="items" id="cellvalue_items" checked="checked" />
</li>
<li>
<label for="cellvalue_biblios">Count unique biblios</label>
<label for="cellvalue_biblios">Count unique bibliographic records</label>
<input type="radio" name="Cellvalue" value="biblios" id="cellvalue_biblios" />
</li>
<li>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt

@ -324,7 +324,7 @@
<input type="radio" name="Cellvalue" id="cellvalue3" value="3" />
</li>
<li>
<label for="cellvalue5">Count unique biblios:</label>
<label for="cellvalue5">Count unique bibliographic records:</label>
<input type="radio" name="Cellvalue" id="cellvalue5" value="5" />
</li>
</ol>

2
koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt

@ -248,7 +248,7 @@
</table><br /></fieldset>
<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>
<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>
<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 bibliographic records:</label> <input type="radio" name="Cellvalue" id="cellvalue4" value="4" /> </li></ol></fieldset>
<fieldset class="rows">
<legend>Output</legend>

Loading…
Cancel
Save