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

(-)a/koha-tmpl/intranet-tmpl/prog/en/columns.def (-1 / +1 lines)
Lines 22-28 borrowers.categorycode Borrowers Category Link Here
22
borrowers.dateenrolled	Date Enrolled
22
borrowers.dateenrolled	Date Enrolled
23
borrowers.gonenoaddress	Address Missing
23
borrowers.gonenoaddress	Address Missing
24
borrowers.lost	Lost Card
24
borrowers.lost	Lost Card
25
borrowers.debarred	Debarred
25
borrowers.debarred	Restricted
26
borrowers.studentnumber	 Student Id number
26
borrowers.studentnumber	 Student Id number
27
borrowers.school	School
27
borrowers.school	School
28
borrowers.contactname	Contact Name
28
borrowers.contactname	Contact Name
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (-1 / +1 lines)
Lines 178-184 Link Here
178
        <select name="borflag" size="1" id="borflag">
178
        <select name="borflag" size="1" id="borflag">
179
            <option value="">None</option>
179
            <option value="">None</option>
180
            <option value="gonenoaddress"[% IF ( borflag_gonenoaddress ) %] selected="selected"[% END %]>Address in question</option>
180
            <option value="gonenoaddress"[% IF ( borflag_gonenoaddress ) %] selected="selected"[% END %]>Address in question</option>
181
            <option value="debarred"[% IF ( borflag_debarred ) %] selected="selected"[% END %]>Debarred</option>
181
            <option value="debarred"[% IF ( borflag_debarred ) %] selected="selected"[% END %]>Restricted</option>
182
            <option value="lost"[% IF ( borflag_lost ) %] selected="selected"[% END %]>Lost Card</option>
182
            <option value="lost"[% IF ( borflag_lost ) %] selected="selected"[% END %]>Lost Card</option>
183
        </select>
183
        </select>
184
    </li>
184
    </li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt (-1 / +1 lines)
Lines 63-69 In the case of patrons who are marked as 'Child' or 'Professional' and their Gua Link Here
63
	<li>Patrons can also be blocked from checking items out by setting Patron Flags
63
	<li>Patrons can also be blocked from checking items out by setting Patron Flags
64
<ul>
64
<ul>
65
	<li>If you would like your circulation staff to confirm a patron's address before checking items out to the patron, you can see the 'Gone no Address' flag</li>
65
	<li>If you would like your circulation staff to confirm a patron's address before checking items out to the patron, you can see the 'Gone no Address' flag</li>
66
	<li>If you would like to bar a patron from the library you can set the 'Debarred' flag
66
	<li>If you would like to prevent a patron from checking items out or performing circulation actions at the library you can set the 'Restricted' flag
67
<ul>
67
<ul>
68
	<li>This flag can automatically be set with the Overdue/Notice Status Triggers</li>
68
	<li>This flag can automatically be set with the Overdue/Notice Status Triggers</li>
69
</ul>
69
</ul>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/overduerules.tt (-2 / +2 lines)
Lines 12-20 Link Here
12
12
13
<ul><li>Delay is the number of days after an issue is due before an action is triggered.</li>
13
<ul><li>Delay is the number of days after an issue is due before an action is triggered.</li>
14
<ul><li style="color:#990000;"><strong>Important: These rules should not be used for Advanced Notices.  Advanced Notices should be set using the Enhanched Messaging Preferences on the Patron Profile.</strong></li>
14
<ul><li style="color:#990000;"><strong>Important: These rules should not be used for Advanced Notices.  Advanced Notices should be set using the Enhanched Messaging Preferences on the Patron Profile.</strong></li>
15
<li style="color:#990000;"><strong>Important: If you want Koha to trigger an action (send a letter or debar member), a delay value is required.</strong></li></ul>
15
<li style="color:#990000;"><strong>Important: If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.</strong></li></ul>
16
<li>To send additional notices, click on the tabs for 'Second' and 'Third' notice</li>
16
<li>To send additional notices, click on the tabs for 'Second' and 'Third' notice</li>
17
<li>If you would like to prevent a patron from checking items out because of their overdue items, check the 'Debar' box, this will put a notice on the patron's record at checkout informing the librarian that the patron cannot check out due to overdue items.</li></ul>
17
<li>If you would like to prevent a patron from checking items out because of their overdue items, check the 'Restrict' box, this will put a notice on the patron's record at checkout informing the librarian that the patron cannot check out due to overdue items.</li></ul>
18
18
19
<p>If the numbers you've entered in a give row beneath the 'delay' columns are logically inconsistent, Koha will give you an alert, and explain the inconsistency.</p>
19
<p>If the numbers you've entered in a give row beneath the 'delay' columns are logically inconsistent, Koha will give you an alert, and explain the inconsistency.</p>
20
20
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 947-953 Link Here
947
			[% FOREACH flagloo IN flagloop %]
947
			[% FOREACH flagloo IN flagloop %]
948
				<li><label class="radio" for="yes[% flagloo.name %]">
948
				<li><label class="radio" for="yes[% flagloo.name %]">
949
				[% IF ( flagloo.key == 'gonenoaddress' ) %]Gone no Address:[% END %]
949
				[% IF ( flagloo.key == 'gonenoaddress' ) %]Gone no Address:[% END %]
950
				[% IF ( flagloo.key == 'debarred' ) %]Debarred:[% END %]
950
				[% IF ( flagloo.key == 'debarred' ) %]Restricted:[% END %]
951
				[% IF ( flagloo.key == 'lost' ) %]Lost Card:[% END %]
951
				[% IF ( flagloo.key == 'lost' ) %]Lost Card:[% END %]
952
                </label>
952
                </label>
953
				<label for="yes[% flagloo.name %]">Yes </label>
953
				<label for="yes[% flagloo.name %]">Yes </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-1 / +1 lines)
Lines 163-169 function validate1(date) { Link Here
163
            <form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post">
163
            <form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post">
164
                <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
164
                <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" />
165
                <input type="hidden" name="status" value="0" />
165
                <input type="hidden" name="status" value="0" />
166
                <input type="submit" value="Lift Debarment" />
166
                <input type="submit" value="Lift Restriction" />
167
            </form>
167
            </form>
168
            </li>
168
            </li>
169
        [% END %]
169
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-6 / +5 lines)
Lines 30-36 $(document).ready(function() { Link Here
30
        <h1>Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]</h1>
30
        <h1>Defining [% IF ( branch ) %]overdue actions for [% branch %][% ELSE %]default overdue actions[% END %]</h1>
31
        <div class="help">
31
        <div class="help">
32
            <p>Delay is the number of days after an checkout is due before an action is triggered. </p>
32
            <p>Delay is the number of days after an checkout is due before an action is triggered. </p>
33
            <p>If you want Koha to trigger an action (send a letter or debar member), a delay value is required.</p>
33
            <p>If you want Koha to trigger an action (send a letter or restrict a member), a delay value is required.</p>
34
            <p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p>
34
            <p>Columns must be filled left to right: if the first column is blank, other columns will be ignored. </p>
35
        </div>
35
        </div>
36
            <form method="post" action="/cgi-bin/koha/tools/overduerules.pl" id="selectlibrary">
36
            <form method="post" action="/cgi-bin/koha/tools/overduerules.pl" id="selectlibrary">
Lines 56-62 $(document).ready(function() { Link Here
56
                    <li>Delay [% ERRORDELAY %] for [% BORERR %] patron category has some unexpected characters. There should be only numerical characters. </li>
56
                    <li>Delay [% ERRORDELAY %] for [% BORERR %] patron category has some unexpected characters. There should be only numerical characters. </li>
57
                [% END %]
57
                [% END %]
58
                [% IF ( ERRORUSELESSDELAY ) %]
58
                [% IF ( ERRORUSELESSDELAY ) %]
59
                    <li>No letter or debar action specified for delay [% ERRORUSELESSDELAY %] for [% BORERR %] patron category.  If a delay is supplied, either a letter, debar action, or both should be specified.</li>
59
                    <li>No letter or restriction action specified for delay [% ERRORUSELESSDELAY %] for [% BORERR %] patron category.  If a delay is supplied, either a letter, restrict action, or both should be specified.</li>
60
                [% END %]
60
                [% END %]
61
                [% IF ( ERRORORDER ) %]
61
                [% IF ( ERRORORDER ) %]
62
                    <li>The first notice's delay should be less than the second, which should be less than the third for the <strong>[% BORERR %]</strong> patron category </li>
62
                    <li>The first notice's delay should be less than the second, which should be less than the third for the <strong>[% BORERR %]</strong> patron category </li>
Lines 79-85 $(document).ready(function() { Link Here
79
	</ul>
79
	</ul>
80
80
81
<div id="first"><table>
81
<div id="first"><table>
82
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">First Letter</th><th scope="col">Debar</th></tr>
82
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">First Letter</th><th scope="col">Restrict</th></tr>
83
                    [% FOREACH tabl IN table %]
83
                    [% FOREACH tabl IN table %]
84
                     [% UNLESS ( loop.odd ) %]
84
                     [% UNLESS ( loop.odd ) %]
85
                                <tr class="highlight">
85
                                <tr class="highlight">
Lines 119-125 $(document).ready(function() { Link Here
119
</div>
119
</div>
120
120
121
<div id="second"><table>
121
<div id="second"><table>
122
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">Second Letter</th><th scope="col">Debar</th></tr>
122
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">Second Letter</th><th scope="col">Restrict</th></tr>
123
                    [% FOREACH tabl IN table %]
123
                    [% FOREACH tabl IN table %]
124
                     [% UNLESS ( loop.odd ) %]
124
                     [% UNLESS ( loop.odd ) %]
125
                                <tr class="highlight">
125
                                <tr class="highlight">
Lines 159-165 $(document).ready(function() { Link Here
159
</div>
159
</div>
160
160
161
<div id="third"><table>
161
<div id="third"><table>
162
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">Third Letter</th><th scope="col">Debar</th></tr>
162
					<tr><th>&nbsp;</th><th scope="col">Delay</th><th scope="col">Third Letter</th><th scope="col">Restrict</th></tr>
163
                    [% FOREACH tabl IN table %]
163
                    [% FOREACH tabl IN table %]
164
                     [% UNLESS ( loop.odd ) %]
164
                     [% UNLESS ( loop.odd ) %]
165
                                <tr class="highlight">
165
                                <tr class="highlight">
166
- 

Return to bug 5268