Bug 19833: Changing the "biblios" - most of reports
authorZoe Bennett <zoebennett1308@gmail.com>
Wed, 17 Jan 2018 02:27:57 +0000 (02:27 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 19 Sep 2018 13:54:45 +0000 (13:54 +0000)
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>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt

index c9c00a3..0ae8f30 100644 (file)
             <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" />
index 7bf56a2..60ed350 100644 (file)
             <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>
index 57fb13a..3b91a1a 100644 (file)
                 <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>
index ee92ee7..43f2e30 100644 (file)
             <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>
index 9465e53..b5d9bb9 100644 (file)
     </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>