Lines 1-6
Link Here
|
1 |
[% INCLUDE 'help-top.inc' %] |
1 |
[% INCLUDE 'help-top.inc' %] |
2 |
|
2 |
|
3 |
<h1>Notices & Slips</h1> |
3 |
<h1>Notices & slips</h1> |
4 |
|
4 |
|
5 |
<p>All notices and circulation receipts (or slips) generated by Koha can be customized using the Notices & Slips Tool. The system comes with several predefined templates that will appear when you first visit this tool.</p> |
5 |
<p>All notices and circulation receipts (or slips) generated by Koha can be customized using the Notices & Slips Tool. The system comes with several predefined templates that will appear when you first visit this tool.</p> |
6 |
|
6 |
|
Lines 27-33
Link Here
|
27 |
<li>On overdue notices make sure to use <<items.content>> tags to print out the data related to all items that are overdue.</li> |
27 |
<li>On overdue notices make sure to use <<items.content>> tags to print out the data related to all items that are overdue.</li> |
28 |
</ul> |
28 |
</ul> |
29 |
<ul> |
29 |
<ul> |
30 |
<li>The other option, only for overdue notices, is to use the <item></item> tags to span the line so that it will print out multiple lines One example for the <item></item> tag option is:<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> , Checkout date: <<issues.issuedate>>, Due date: <<issues.date_due>> Fine: <fine>USD</fine> Due date: <<issues.date_due>> </item></li> |
30 |
<li>The other option, only for overdue notices, is to use the <item></item> tags to span the line so that it will print out multiple lines One example for the <item></item> tag option is:<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> , Checkout date: <<issues.issuedate>>, Due date: <<issues.date_due>> Fine: <<items.fine>> Due date: <<issues.date_due>> </item></li> |
31 |
</ul> |
31 |
</ul> |
32 |
</ul> |
32 |
</ul> |
33 |
</li> |
33 |
</li> |
Lines 53-59
Link Here
|
53 |
|
53 |
|
54 |
<pre>The following item(s) is/are currently overdue: |
54 |
<pre>The following item(s) is/are currently overdue: |
55 |
|
55 |
|
56 |
<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <fine>GBP</fine></item></pre> |
56 |
<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>> </item></pre> |
57 |
|
57 |
|
58 |
<p>Which, assuming two items were overdue, would result in a notice like:</p> |
58 |
<p>Which, assuming two items were overdue, would result in a notice like:</p> |
59 |
|
59 |
|
Lines 81-87
Link Here
|
81 |
<li>HOLD (Hold Available for Pickup) |
81 |
<li>HOLD (Hold Available for Pickup) |
82 |
<ul> |
82 |
<ul> |
83 |
<li>This notice is used if two criteria are met: |
83 |
<li>This notice is used if two criteria are met: |
84 |
<ol type="1"> |
84 |
<ol> |
85 |
<li>The EnhancedMessagingPreferences is set to 'Allow'</li> |
85 |
<li>The EnhancedMessagingPreferences is set to 'Allow'</li> |
86 |
<li>The patron has requested to receive this notice |
86 |
<li>The patron has requested to receive this notice |
87 |
<ul> |
87 |
<ul> |
Lines 157-162
Link Here
|
157 |
</li> |
157 |
</li> |
158 |
</ul> |
158 |
</ul> |
159 |
|
159 |
|
160 |
<p><strong>See the full documentation for Notices in the <a href="http://manual.koha-community.org/3.10/en/notices.html">manual</a> (online).</strong></p> |
160 |
<p><strong>See the full documentation for Notices in the <a href="http://manual.koha-community.org/3.12/en/notices.html">manual</a> (online).</strong></p> |
161 |
|
161 |
|
162 |
[% INCLUDE 'help-bottom.inc' %] |
162 |
[% INCLUDE 'help-bottom.inc' %] |