View | Details | Raw Unified | Return to bug 15861
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt (-3 / +3 lines)
Lines 8-15 Link Here
8
	<li>Custom Reports
8
	<li>Custom Reports
9
<ul>
9
<ul>
10
	<li>Koha's data is stored in a MySQL database which means that librarians can generate nearly any report they would like by either using the Guided Reports Wizard or writing their own SQL query.</li>
10
	<li>Koha's data is stored in a MySQL database which means that librarians can generate nearly any report they would like by either using the Guided Reports Wizard or writing their own SQL query.</li>
11
    <li>The <a href="http://schema.koha-community.org/" target="blank">Koha database schema</a> will help you learn the Koha database structure so that you can write effective SQL Queries</li>
11
    <li><a href="http://schema.koha-community.org/" target="blank">Koha database schema:</a> shows the entire Koha database structure so that you can write effective SQL Queries</li>
12
    <li>The <a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha reports library</a> lists reports written by Koha users around the world.</li>
12
    <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha reports library:</a> lists reports written by Koha users around the world.</li>
13
</ul>
13
</ul>
14
</li>
14
</li>
15
	<li>Statistical Reports
15
	<li>Statistical Reports
Lines 21-24 Link Here
21
21
22
<p><strong>See the full documentation for Reports in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/reports.html">manual</a> (online).</strong></p>
22
<p><strong>See the full documentation for Reports in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/reports.html">manual</a> (online).</strong></p>
23
23
24
[% INCLUDE 'help-bottom.inc' %]
24
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/rotating_collections/rotatingCollections.tt (-2 / +1 lines)
Lines 4-10 Link Here
4
4
5
<p>Rotating Collections is a tool for managing collections of materials that frequently get shifted from library to library. It adds the ability to store not only an item's home library and current location, but also information about where it is supposed to be transferred to next to ensure that all items in the collection are sent to the correct library. When an item in a rotating collection is checked in, library staff are notified that the item is part of a rotating collection and which branch it should be sent to if it is not at the correct one.</p>
5
<p>Rotating Collections is a tool for managing collections of materials that frequently get shifted from library to library. It adds the ability to store not only an item's home library and current location, but also information about where it is supposed to be transferred to next to ensure that all items in the collection are sent to the correct library. When an item in a rotating collection is checked in, library staff are notified that the item is part of a rotating collection and which branch it should be sent to if it is not at the correct one.</p>
6
6
7
<p style="color: #990000"><strong>Important:</strong> The <a href="http://manual.koha-community.org/3.22/en/administration.html#AutomaticItemReturn">AutomaticItemReturn</a> system preference must be set to "Don't automatically transfer items to their home library when they are returned" for Rotating Collections to function properly.</p>
7
<p style="color: #990000"><strong>Important:</strong> <a href="http://manual.koha-community.org/3.22/en/administration.html#AutomaticItemReturn">AutomaticItemReturn</a> (system preference) must be set to "Don't automatically transfer items to their home library when they are returned" for Rotating Collections to function properly.</p>
8
8
9
<ul>
9
<ul>
10
    </li>To create a new rotating collection, click the "New Collection" button, fill in the Title and Description, and click Submit. Once submitted you'll see "Collection Name added successfully"; click "Return to rotating collections home" to return to the main Rotating Collections management page (or click Rotating Collections in the sidebar).</li>
10
    </li>To create a new rotating collection, click the "New Collection" button, fill in the Title and Description, and click Submit. Once submitted you'll see "Collection Name added successfully"; click "Return to rotating collections home" to return to the main Rotating Collections management page (or click Rotating Collections in the sidebar).</li>
11
- 

Return to bug 15861