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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +1 lines)
Lines 207-213 $(document).ready(function() { Link Here
207
            <input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear %]" />
207
            <input type="text" id="publicationyear" name="publicationyear" value="[% publicationyear %]" />
208
          </li>
208
          </li>
209
          <li>
209
          <li>
210
            <label for="branch">Branch:</label>
210
            <label for="branch">Library:</label>
211
            <select id="branch" name="branch">
211
            <select id="branch" name="branch">
212
              <option value="">All</option>
212
              <option value="">All</option>
213
              [% FOREACH branch IN branches_loop %]
213
              [% FOREACH branch IN branches_loop %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 350-357 $(document).ready(function() Link Here
350
                        <th>&nbsp;</th>
350
                        <th>&nbsp;</th>
351
                        <th>&nbsp;</th>
351
                        <th>&nbsp;</th>
352
                        <th>Barcode</th>
352
                        <th>Barcode</th>
353
                        <th>Home branch</th>
353
                        <th>Home library</th>
354
                        <th>Holding branch</th>
354
                        <th>Holding library</th>
355
                        <th>Not for loan</th>
355
                        <th>Not for loan</th>
356
                        <th>Restricted</th>
356
                        <th>Restricted</th>
357
                        <th>Location</th>
357
                        <th>Location</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +2 lines)
Lines 177-184 Link Here
177
                            <th>&nbsp;</th>
177
                            <th>&nbsp;</th>
178
                            <th>&nbsp;</th>
178
                            <th>&nbsp;</th>
179
                            <th>Barcode</th>
179
                            <th>Barcode</th>
180
                            <th>Home branch</th>
180
                            <th>Home library</th>
181
                            <th>Holding branch</th>
181
                            <th>Holding library</th>
182
                            <th>Not for loan</th>
182
                            <th>Not for loan</th>
183
                            <th>Restricted</th>
183
                            <th>Restricted</th>
184
                            <th>Location</th>
184
                            <th>Location</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-2 / +2 lines)
Lines 230-236 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
230
                            [% ELSE %]
230
                            [% ELSE %]
231
                            <option value="holdingbranch">
231
                            <option value="holdingbranch">
232
                            [% END %]
232
                            [% END %]
233
                                Item returns to issuing branch
233
                                Item returns to issuing library
234
                            </option>
234
                            </option>
235
                            [% IF ( default_returnbranch == 'noreturn' ) %]
235
                            [% IF ( default_returnbranch == 'noreturn' ) %]
236
                            <option value="noreturn" selected="selected">
236
                            <option value="noreturn" selected="selected">
Lines 390-396 for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde Link Here
390
                    <td>
390
                    <td>
391
                        <select name="returnbranch">
391
                        <select name="returnbranch">
392
                            <option value="homebranch">Item returns home</option>
392
                            <option value="homebranch">Item returns home</option>
393
                            <option value="holdingbranch">Item returns to issuing branch</option>
393
                            <option value="holdingbranch">Item returns to issuing library</option>
394
                            <option value="noreturn">Item floats</option>
394
                            <option value="noreturn">Item floats</option>
395
                        </select>
395
                        </select>
396
                    </td>
396
                    </td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 415-421 $(document).ready(function () { Link Here
415
[% IF ( riloop ) %]
415
[% IF ( riloop ) %]
416
    <h2>Checked-in items</h2>
416
    <h2>Checked-in items</h2>
417
    <table>
417
    <table>
418
    <tr><th>Due date</th><th>Title</th>	<th>Author</th>	<th>Barcode</th><th>Home branch</th><th>Holding branch</th><th>Shelving location</th><th>Call number</th><th>Type</th>	<th>Patron</th><th>Note</th></tr>
418
    <tr><th>Due date</th><th>Title</th>	<th>Author</th>	<th>Barcode</th><th>Home library</th><th>Holding library</th><th>Shelving location</th><th>Call number</th><th>Type</th>	<th>Patron</th><th>Note</th></tr>
419
419
420
        [% FOREACH riloo IN riloop %]
420
        [% FOREACH riloo IN riloop %]
421
            <tr>
421
            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/smart-rules.tt (-6 / +6 lines)
Lines 17-29 Link Here
17
	<li>all libraries, all patron types, all item types</li>
17
	<li>all libraries, all patron types, all item types</li>
18
</ul>
18
</ul>
19
19
20
<p>Tip: If you are a single library system choose your branch name before creating rules (sometimes having only rules for the 'all libraries' option can cause issues with holds)</p>
20
<p>Tip: If you are a single library system choose your library name before creating rules (sometimes having only rules for the 'all libraries' option can cause issues with holds)</p>
21
21
22
<p style="color: #990000;">Important: At the very least you will need to set a default circulation rule. This rule should be set for all item types, all libraries and all patron categories. That will catch all instances that do not match a specific rule. When checking out if you do not have a rule for all libraries, all item types and all patron types then you may see patrons getting blocked from placing holds. You will also want a rule for your specific library set for all item types and all patron types to avoid this holds issue. Koha needs to know what rule to fall back on.</p>
22
<p style="color: #990000;">Important: At the very least you will need to set a default circulation rule. This rule should be set for all item types, all libraries and all patron categories. That will catch all instances that do not match a specific rule. When checking out if you do not have a rule for all libraries, all item types and all patron types then you may see patrons getting blocked from placing holds. You will also want a rule for your specific library set for all item types and all patron types to avoid this holds issue. Koha needs to know what rule to fall back on.</p>
23
23
24
<h4>Default Circulation Rules</h4>
24
<h4>Default Circulation Rules</h4>
25
25
26
<p>Using the issuing rules matrix you can define rules that depend on patron/item typecombos. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all branches)</p>
26
<p>Using the issuing rules matrix you can define rules that depend on patron/item typecombos. To set your rules, choose a library from the pull down (or 'all libraries' if you want to apply these rules to all libraries)</p>
27
27
28
<p>From the matrix you can choose any combination of patron categories and item types to apply the rules to</p>
28
<p>From the matrix you can choose any combination of patron categories and item types to apply the rules to</p>
29
29
Lines 84-90 Link Here
84
    <li>Control where the item returns to once it is checked in
84
    <li>Control where the item returns to once it is checked in
85
<ul>
85
<ul>
86
    <li>Item returns home</li>
86
    <li>Item returns home</li>
87
    <li>Item returns to issuing branch</li>
87
    <li>Item returns to issuing library</li>
88
    <li>Item floats
88
    <li>Item floats
89
<ul>
89
<ul>
90
    <li>When an item floats it stays where it was checked in and does not ever return 'home'</li>
90
    <li>When an item floats it stays where it was checked in and does not ever return 'home'</li>
Lines 115-121 Link Here
115
115
116
<p style="color: #990000;">Important: Note that if the system preference AllowHoldPolicyOverrideset to 'allow', these policies can be overridden by your circulation staff.</p>
116
<p style="color: #990000;">Important: Note that if the system preference AllowHoldPolicyOverrideset to 'allow', these policies can be overridden by your circulation staff.</p>
117
117
118
<p style="color: #990000;">Important: These policies are based on the patron's home branch, not the branch that the reserving staff member is from.</p>
118
<p style="color: #990000;">Important: These policies are based on the patron's home library, not the library that the reserving staff member is from.</p>
119
119
120
<p>The various Return Policies have the following effects:</p>
120
<p>The various Return Policies have the following effects:</p>
121
121
Lines 125-136 Link Here
125
    <li style="color: #990000;">Important: If the AutomaticItemReturnpreference is set to automatically transfer the items home, then a prompt will not appear</li>
125
    <li style="color: #990000;">Important: If the AutomaticItemReturnpreference is set to automatically transfer the items home, then a prompt will not appear</li>
126
</ul>
126
</ul>
127
</li>
127
</li>
128
    <li>Item returns to issuing branch: The item will prompt the librarian to transfer the item back to the library where it was checked out
128
    <li>Item returns to issuing library: The item will prompt the librarian to transfer the item back to the library where it was checked out
129
<ul>
129
<ul>
130
    <li style="color: #990000;">Important: If the AutomaticItemReturnpreference is set to automatically transfer the items home, then a prompt will not appear</li>
130
    <li style="color: #990000;">Important: If the AutomaticItemReturnpreference is set to automatically transfer the items home, then a prompt will not appear</li>
131
</ul>
131
</ul>
132
</li>
132
</li>
133
    <li>Item floats: The item will not be transferred from the branch it was checked in at, instead it will remain there until transferred manually or checked in at another branch</li>
133
    <li>Item floats: The item will not be transferred from the library it was checked in at, instead it will remain there until transferred manually or checked in at another library</li>
134
</ul>
134
</ul>
135
135
136
<p><strong>See the full documentation for Circulation and Fine Rules in the <a href="http://manual.koha-community.org/3.10/en/patscirc.html#circfinerules">manual</a> (online).</strong></p>
136
<p><strong>See the full documentation for Circulation and Fine Rules in the <a href="http://manual.koha-community.org/3.10/en/patscirc.html#circfinerules">manual</a> (online).</strong></p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/branchoverdues.tt (-1 / +1 lines)
Lines 4-10 Link Here
4
4
5
<p>This report will show you any overdues at your library that have accrued fines on them.</p>
5
<p>This report will show you any overdues at your library that have accrued fines on them.</p>
6
6
7
<p>If you would like to limit the report you can use the pull down menu at the top to limit to a specific shelving location at your branch. To see overdues with fines at other branches you will have to change your branch or log in at that branch.</p>
7
<p>If you would like to limit the report you can use the pull down menu at the top to limit to a specific shelving location at your library. To see overdues with fines at other libraries you will have to change your library or log in at that library.</p>
8
8
9
<p style="color: #990000">Important: If you do not charge fines and/or don't have the fines cron job running you will see no data on this report.</p>
9
<p style="color: #990000">Important: If you do not charge fines and/or don't have the fines cron job running you will see no data on this report.</p>
10
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/pendingreserves.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
<h1>Holds to Pull</h1>
3
<h1>Holds to Pull</h1>
4
4
5
<p>This report will show you all of the items that have holds on them that are available at the library for pulling. If the items are available at multiple branches then all branches with that item available will see the hold to pull until one library triggers the hold.</p>
5
<p>This report will show you all of the items that have holds on them that are available at the library for pulling. If the items are available at multiple libraries then all libraries with that item available will see the hold to pull until one library triggers the hold.</p>
6
6
7
<p>You can limit the results you see by using the Refine box on the left side of the page</p>
7
<p>You can limit the results you see by using the Refine box on the left side of the page</p>
8
8
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/returns.tt (-5 / +5 lines)
Lines 28-39 Link Here
28
<p>There are several messages that can appear when checking items in:</p>
28
<p>There are several messages that can appear when checking items in:</p>
29
29
30
<ul>
30
<ul>
31
    <li>If you are checking an item in at a library other than the home branch, a message will appear asking you to transfer the book to the home library
31
    <li>If you are checking an item in at a library other than the home library, a message will appear asking you to transfer the book to the home library
32
<ul>
32
<ul>
33
	<li>After this item is checked in the status of the item will be changed in the catalog to 'in transit'</li>
33
	<li>After this item is checked in the status of the item will be changed in the catalog to 'in transit'</li>
34
    <li>To mark an item as back at the home branch, check the item in at the home branch
34
    <li>To mark an item as back at the home library, check the item in at the home library
35
<ul>
35
<ul>
36
    <li>A message will appear tell you that the item is not checked out, but the status will now say available in the catalog. This step is necessary to mark items as received by the home branch.</li>
36
    <li>A message will appear tell you that the item is not checked out, but the status will now say available in the catalog. This step is necessary to mark items as received by the home library.</li>
37
</ul>
37
</ul>
38
</li>
38
</li>
39
</ul>
39
</ul>
Lines 46-52 Link Here
46
    <li>Ignoring the hold will leave the item on hold, but leave its status as Available (it will not cancel the hold)</li>
46
    <li>Ignoring the hold will leave the item on hold, but leave its status as Available (it will not cancel the hold)</li>
47
</ul>
47
</ul>
48
</li>
48
</li>
49
    <li>If you're checking in an item that has a hold on it at another branch you will be prompted to confirm and transfer the item
49
    <li>If you're checking in an item that has a hold on it at another library you will be prompted to confirm and transfer the item
50
<ul>
50
<ul>
51
    <li>Clicking the Confirm hold and Transfer button will mark the item as in transit to the library where the hold was placed</li>
51
    <li>Clicking the Confirm hold and Transfer button will mark the item as in transit to the library where the hold was placed</li>
52
    <li>Clicking the Print Slip, Transfer and Confirm button will mark the item as in transit to the library where the hold was placed and present the library with a receipt to print and place on the book with the patron's information</li>
52
    <li>Clicking the Print Slip, Transfer and Confirm button will mark the item as in transit to the library where the hold was placed and present the library with a receipt to print and place on the book with the patron's information</li>
Lines 61-67 Link Here
61
61
62
<p>When you check in an item that has a hold on it the system will ask you to either confirm and transfer the item or just confirm the hold</p>
62
<p>When you check in an item that has a hold on it the system will ask you to either confirm and transfer the item or just confirm the hold</p>
63
63
64
<p>Clicking the Confirm button will mark the item as on hold for the patron. If the item needs to be transferred the item will also be marked as in transit to the proper branch. Clicking 'Ignore' will retain the hold, but allow you to check the item out to another patron. Choosing to confirm and print will present you with a printable page that you can slip inside the book with the necessary hold and/or transfer information.</p>
64
<p>Clicking the Confirm button will mark the item as on hold for the patron. If the item needs to be transferred the item will also be marked as in transit to the proper library. Clicking 'Ignore' will retain the hold, but allow you to check the item out to another patron. Choosing to confirm and print will present you with a printable page that you can slip inside the book with the necessary hold and/or transfer information.</p>
65
65
66
<p>Once confirmed the hold will show on the patron record and on the checkout screen under the 'Hold' tab.</p>
66
<p>Once confirmed the hold will show on the patron record and on the checkout screen under the 'Hold' tab.</p>
67
67
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
<p>If you do not want all of your libraries to participate in the on-shelf holds fulfillment process, you should list the the libraries that *do* participate in the process here by inputting all the participating library's branchcodes, separated by commas ( e.g. "MPL,CPL,SPL,BML" etc. ).</p>
11
<p>If you do not want all of your libraries to participate in the on-shelf holds fulfillment process, you should list the the libraries that *do* participate in the process here by inputting all the participating library's branchcodes, separated by commas ( e.g. "MPL,CPL,SPL,BML" etc. ).</p>
12
12
13
<p>By default, the holds queue will be generated such that the system will first attempt to hold fulfillment using items already at the pickup library if possible. If there are no items available at the pickup library to fill a hold, build_holds_queue.pl will then use the list of libraries defined in StaticHoldsQueueWeight. If RandomizeHoldsQueueWeight is disabled ( which it is by default ), the script will assign fulfillment requests in the order the branches are placed in the StaticHoldsQueueWeight system preference.</p>
13
<p>By default, the holds queue will be generated such that the system will first attempt to hold fulfillment using items already at the pickup library if possible. If there are no items available at the pickup library to fill a hold, build_holds_queue.pl will then use the list of libraries defined in StaticHoldsQueueWeight. If RandomizeHoldsQueueWeight is disabled ( which it is by default ), the script will assign fulfillment requests in the order the libraries are placed in the StaticHoldsQueueWeight system preference.</p>
14
14
15
<p>For example, if your system has three libraries, of varying sizes ( small, medium and large ) and you want the burden of holds fulfillment to be on larger libraries before smaller libraries, you would want StaticHoldsQueueWeight to look something like "LRG,MED,SML".</p>
15
<p>For example, if your system has three libraries, of varying sizes ( small, medium and large ) and you want the burden of holds fulfillment to be on larger libraries before smaller libraries, you would want StaticHoldsQueueWeight to look something like "LRG,MED,SML".</p>
16
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt (-1 / +1 lines)
Lines 32-38 Link Here
32
</li>
32
</li>
33
</ul>
33
</ul>
34
34
35
<p>If you want to filter your results to a specific branch or category, you can click the plus sign [+] to the right of the search box.</p>
35
<p>If you want to filter your results to a specific library or category, you can click the plus sign [+] to the right of the search box.</p>
36
36
37
<p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
37
<p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
38
38
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt (-1 / +1 lines)
Lines 34-40 Link Here
34
</li>
34
</li>
35
</ul>
35
</ul>
36
36
37
<p>If you want to filter your results to a specific branch or category, you can click the plus sign [+] to the right of the search box.</p>
37
<p>If you want to filter your results to a specific library or category, you can click the plus sign [+] to the right of the search box.</p>
38
38
39
<p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
39
<p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
40
40
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt (-3 / +3 lines)
Lines 72-78 Link Here
72
<ul>
72
<ul>
73
    <li>The &lt;&lt; and &gt;&gt; are just delimiters. You must put &lt;&lt; at the beginning and &gt;&gt; at the end of your parameter</li>
73
    <li>The &lt;&lt; and &gt;&gt; are just delimiters. You must put &lt;&lt; at the beginning and &gt;&gt; at the end of your parameter</li>
74
    <li>The 'Question to ask' will be displayed on the left of the string to enter.</li>
74
    <li>The 'Question to ask' will be displayed on the left of the string to enter.</li>
75
    <li>The authorized_value can be omitted if not applicable. If it contains an authorized value category, or branches or itemtype or categorycode, a list with the Koha authorized values will be displayed instead of a free field Note that you can have more than one parameter in a given SQL Note that entering nothing at run time won't probably work as you expect. It will be considered as "value empty" not as "ignore this parameter". For example entering nothing for : "title=&lt;&lt;Enter title&gt;&gt;" will display results with title='' (no title). If you want to have to have something not mandatory, use "title like &lt;&lt;Enter title&gt;&gt;" and enter a % at run time instead of nothing</li>
75
    <li>The authorized_value can be omitted if not applicable. If it contains an authorized value category, or libraries or itemtype or categorycode, a list with the Koha authorized values will be displayed instead of a free field Note that you can have more than one parameter in a given SQL Note that entering nothing at run time won't probably work as you expect. It will be considered as "value empty" not as "ignore this parameter". For example entering nothing for : "title=&lt;&lt;Enter title&gt;&gt;" will display results with title='' (no title). If you want to have to have something not mandatory, use "title like &lt;&lt;Enter title&gt;&gt;" and enter a % at run time instead of nothing</li>
76
</ul>
76
</ul>
77
<p>Examples:</p>
77
<p>Examples:</p>
78
<ul>
78
<ul>
Lines 81-92 FROM borrowers <br /> Link Here
81
WHERE branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt; AND surname like &lt;&lt;Enter filter for patron surname (% if none)&gt;&gt;</li>
81
WHERE branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt; AND surname like &lt;&lt;Enter filter for patron surname (% if none)&gt;&gt;</li>
82
    <li>SELECT * <br />
82
    <li>SELECT * <br />
83
FROM items <br />
83
FROM items <br />
84
WHERE homebranch = &lt;&lt;Pick your branch|branches&gt;&gt; AND barcode like &lt;&lt;Partial barcode value here&gt;&gt;</li>
84
WHERE homebranch = &lt;&lt;Pick your library|branches&gt;&gt; AND barcode like &lt;&lt;Partial barcode value here&gt;&gt;</li>
85
</ul>
85
</ul>
86
</li>
86
</li>
87
    <li>Tip: To generate a date picker calendar to the right of the field when running a report you can use the 'date' keyword like this: &lt;&lt;Enter Date|date&gt;&gt;</li>
87
    <li>Tip: To generate a date picker calendar to the right of the field when running a report you can use the 'date' keyword like this: &lt;&lt;Enter Date|date&gt;&gt;</li>
88
    <li>Tip: You have to put "%" in a text box to 'leave it blank'. Otherwise, it literally looks for "" (empty string) as the value for the field.</li>
88
    <li>Tip: You have to put "%" in a text box to 'leave it blank'. Otherwise, it literally looks for "" (empty string) as the value for the field.</li>
89
    <li style="color: #990000">Important: In addition to using any authorized value code to generate a dropdown, you can use the following values as well: Branches (branches), Item Types (itemtypes) and Patron Categories (categorycode). For example a branch pull down would be generated like this &lt;&lt;Branch|branches&gt;&gt;</li>
89
    <li style="color: #990000">Important: In addition to using any authorized value code to generate a dropdown, you can use the following values as well: Libraries (branches), Item Types (itemtypes) and Patron Categories (categorycode). For example a library pull down would be generated like this &lt;&lt;Library|branches&gt;&gt;</li>
90
</ul>
90
</ul>
91
91
92
<p>Note: There is a limit of 10,000 records put on SQL statements entered in Koha. To get around this you want to add 'LIMIT 100000' to the end of your SQL statement (or any other number above 10,000.</p>
92
<p>Note: There is a limit of 10,000 records put on SQL statements entered in Koha. To get around this you want to add 'LIMIT 100000' to the end of your SQL statement (or any other number above 10,000.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/holidays.tt (-2 / +2 lines)
Lines 19-25 Link Here
19
19
20
<h3>Adding Events</h3>
20
<h3>Adding Events</h3>
21
21
22
<p>Before adding events, choose the library you would like to apply the closings to. When adding events you will be asked if you would like to apply the event to one branch or all branches. To add events, simply</p>
22
<p>Before adding events, choose the library you would like to apply the closings to. When adding events you will be asked if you would like to apply the event to one library or all libraries. To add events, simply</p>
23
23
24
<ul>
24
<ul>
25
	<li>Click on the date on the calendar that you would like to apply the closing to</li>
25
	<li>Click on the date on the calendar that you would like to apply the closing to</li>
Lines 39-45 Link Here
39
</li>
39
</li>
40
    <li>Finally decide if this event should be applied to all libraries or just the one you have originally selected
40
    <li>Finally decide if this event should be applied to all libraries or just the one you have originally selected
41
<ul>
41
<ul>
42
    <li>If you'd rather enter all the holidays and then copy them all to another branch all at once you can use the copy menu below the calendar</li>
42
    <li>If you'd rather enter all the holidays and then copy them all to another library all at once you can use the copy menu below the calendar</li>
43
</ul>
43
</ul>
44
</li>
44
</li>
45
</ul>
45
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt (-4 / +4 lines)
Lines 91-109 Link Here
91
</li>
91
</li>
92
</ol>
92
</ol>
93
</li>
93
</li>
94
    <li>When this notice references the branches table it is referring to the pickup branch information.</li>
94
    <li>When this notice references the branches table it is referring to the pickup library information.</li>
95
</ul>
95
</ul>
96
</li>
96
</li>
97
	<li>HOLDPLACED (a notice to the library staff that a hold has been placed)
97
	<li>HOLDPLACED (a notice to the library staff that a hold has been placed)
98
<ul>
98
<ul>
99
	<li>This notice requires the emailLibrarianWhenHoldIsPlaced system preference to be set to 'Enable'</li>
99
	<li>This notice requires the emailLibrarianWhenHoldIsPlaced system preference to be set to 'Enable'</li>
100
    <li>When this notice references the branches table it is referring to the pickup branch information.</li>
100
    <li>When this notice references the branches table it is referring to the pickup library information.</li>
101
</ul>
101
</ul>
102
</li>
102
</li>
103
	<li>HOLD_PRINT (Printed notice when hold available for pickup)
103
	<li>HOLD_PRINT (Printed notice when hold available for pickup)
104
<ul>
104
<ul>
105
	<li>This notice is used for hold confirmation notices that are sent out in print format. This will not effect what the email notice looks like.</li>
105
	<li>This notice is used for hold confirmation notices that are sent out in print format. This will not effect what the email notice looks like.</li>
106
    <li>When this notice references the branches table it is referring to the pickup branch information.</li>
106
    <li>When this notice references the branches table it is referring to the pickup library information.</li>
107
</ul>
107
</ul>
108
</li>
108
</li>
109
	<li>ODUE (Overdue Notice)
109
	<li>ODUE (Overdue Notice)
Lines 152-158 Link Here
152
    <li>TRANSFERSLIP
152
    <li>TRANSFERSLIP
153
<ul>
153
<ul>
154
    <li>Used to print a transfer slip</li>
154
    <li>Used to print a transfer slip</li>
155
    <li>The transfer sliip is printed when you confirm a transfer from one branch to another in your system</li>
155
    <li>The transfer sliip is printed when you confirm a transfer from one library to another in your system</li>
156
</ul>
156
</ul>
157
</li>
157
</li>
158
</ul>
158
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (-5 / +4 lines)
Lines 59-69 Link Here
59
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" />
59
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" />
60
                </li>
60
                </li>
61
                <li>
61
                <li>
62
                  <label for="bookseller">Bookseller:</label>
62
                  <label for="bookseller">Vendor:</label>
63
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter %]" />
63
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter %]" />
64
                </li>
64
                </li>
65
                <li>
65
                <li>
66
                  <label for="branch">Branch:</label>
66
                  <label for="branch">Library:</label>
67
                  <select id="branch" name="branch_filter">
67
                  <select id="branch" name="branch_filter">
68
                    <option value="">All</option>
68
                    <option value="">All</option>
69
                    [% FOREACH branch IN branches_loop %]
69
                    [% FOREACH branch IN branches_loop %]
Lines 197-207 Link Here
197
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" />
197
                  <input type="text" id="publisher" name="publisher_filter" value="[% publisher_filter %]" />
198
                </li>
198
                </li>
199
                <li>
199
                <li>
200
                  <label for="bookseller">Bookseller:</label>
200
                  <label for="bookseller">Vendor:</label>
201
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter %]" />
201
                  <input type="text" id="bookseller" name="bookseller_filter" value="[% bookseller_filter %]" />
202
                </li>
202
                </li>
203
                <li>
203
                <li>
204
                  <label for="branch">Branch:</label>
204
                  <label for="branch">Library:</label>
205
                  <select id="branch" name="branch_filter">
205
                  <select id="branch" name="branch_filter">
206
                    <option value="">All</option>
206
                    <option value="">All</option>
207
                    [% FOREACH branch IN branches_loop %]
207
                    [% FOREACH branch IN branches_loop %]
208
- 

Return to bug 7731