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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-30 / +29 lines)
Lines 116-122 Link Here
116
116
117
                            <ul>
117
                            <ul>
118
                                [%IF ( AGE_RESTRICTION ) %]
118
                                [%IF ( AGE_RESTRICTION ) %]
119
                                    <li>
119
                                    <li class="needsconfirm age_restriction">
120
                                        Age restriction [% AGE_RESTRICTION | html %].
120
                                        Age restriction [% AGE_RESTRICTION | html %].
121
                                        [% IF CAN_user_circulate_force_checkout %]
121
                                        [% IF CAN_user_circulate_force_checkout %]
122
                                            Check out anyway?
122
                                            Check out anyway?
Lines 126-168 Link Here
126
126
127
127
128
                                [% IF ( DEBT ) %]
128
                                [% IF ( DEBT ) %]
129
                                    <li>The patron has a debt of [% DEBT | $Price %].</li>
129
                                    <li class="needsconfirm debt">The patron has a debt of [% DEBT | $Price %].</li>
130
                                [% END %]
130
                                [% END %]
131
131
132
                                [% IF ( DEBT_GUARANTEES ) %]
132
                                [% IF ( DEBT_GUARANTEES ) %]
133
                                    <li>The patron's guarantees collectively have a debt of [% DEBT_GUARANTEES | $Price %].</li>
133
                                    <li class="needsconfirm debt_guarantees">The patron's guarantees collectively have a debt of [% DEBT_GUARANTEES | $Price %].</li>
134
                                [% END %]
134
                                [% END %]
135
135
136
                                [% IF ( DEBT_GUARANTORS ) %]
136
                                [% IF ( DEBT_GUARANTORS ) %]
137
                                    <li>The patron's guarantors and their other guarantees collectively have a debt of [% DEBT_GUARANTORS | $Price %].</li>
137
                                    <li class="needsconfirm debt_gaurantors">The patron's guarantors and their other guarantees collectively have a debt of [% DEBT_GUARANTORS | $Price %].</li>
138
                                [% END %]
138
                                [% END %]
139
139
140
                                [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %]
140
                                [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %]
141
                                    <li>Rental charge for this item: [% RENTALCHARGE | $Price %]</li>
141
                                    <li class="needsconfirm rentalcharge">Rental charge for this item: [% RENTALCHARGE | $Price %]</li>
142
                                [% END %]
142
                                [% END %]
143
143
144
                                [% IF ( RENEW_ISSUE ) %]
144
                                [% IF ( RENEW_ISSUE ) %]
145
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron.  Renew?</li>
145
                                    <li class="needsconfirm renew_issue">Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron.  Renew?</li>
146
                                [% END %]
146
                                [% END %]
147
147
148
                                [% IF ( RESERVE_WAITING ) %]
148
                                [% IF ( RESERVE_WAITING ) %]
149
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) has been waiting for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %]</li>
149
                                    <li class="needsconfirm reserve_waiting">Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) has been waiting for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %]</li>
150
                                [% END %]
150
                                [% END %]
151
151
152
                                [% IF ( TRANSFERRED ) %]
152
                                [% IF ( TRANSFERRED ) %]
153
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is on hold for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) and being transferred to [% Branches.GetName( resbranchcode ) | html %]</li>
153
                                    <li class="needsconfirm transferred">Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is on hold for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) and being transferred to [% Branches.GetName( resbranchcode ) | html %]</li>
154
                                [% END %]
154
                                [% END %]
155
155
156
                                [% IF ( PROCESSING ) %]
156
                                [% IF ( PROCESSING ) %]
157
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is being processed for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %]</li>
157
                                    <li class="needsconfirm processing">Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is being processed for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %]</li>
158
                                [% END %]
158
                                [% END %]
159
159
160
                                [% IF ( RESERVED ) %]
160
                                [% IF ( RESERVED ) %]
161
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) has been on hold for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %]</li>
161
                                    <li class="needsconfirm reserved">Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) has been on hold for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %]</li>
162
                                [% END %]
162
                                [% END %]
163
163
164
                                [% IF ( ISSUED_TO_ANOTHER ) %]
164
                                [% IF ( ISSUED_TO_ANOTHER ) %]
165
                                    <li>Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issued_borrowernumber | uri %]">[% issued_firstname | html %] [% issued_surname | html %]</a> ([% issued_cardnumber | html %]).
165
                                    <li class="needsconfirm issued_to_another">Item <em>[% getTitleMessageIteminfo | html %]</em> ([% getBarcodeMessageIteminfo | html %]) is checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issued_borrowernumber | uri %]">[% issued_firstname | html %] [% issued_surname | html %]</a> ([% issued_cardnumber | html %]).
166
                                        [% IF CAN_user_circulate_force_checkout %]
166
                                        [% IF CAN_user_circulate_force_checkout %]
167
                                            Check in and check out?
167
                                            Check in and check out?
168
                                        [% END %]
168
                                        [% END %]
Lines 170-204 Link Here
170
                                [% END %]
170
                                [% END %]
171
171
172
                                [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_CHECKOUTS' %]
172
                                [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_CHECKOUTS' %]
173
                                    <li>Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.</li>
173
                                    <li class="needsconfirm too_many_checkouts">Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.</li>
174
                                    <li>
174
                                    <li class="needsconfirm too_many_checkouts2">
175
                                        Maximum checkouts calculated from the circulation rule for
175
                                        Maximum checkouts calculated from the circulation rule for
176
                                        [% INCLUDE circulation_rule_criteria rule=circulation_rule_TOO_MANY %]
176
                                        [% INCLUDE circulation_rule_criteria rule=circulation_rule_TOO_MANY %]
177
                                    </li>
177
                                    </li>
178
                                [% END %]
178
                                [% END %]
179
179
180
                                [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_ONSITE_CHECKOUTS' %]
180
                                [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_ONSITE_CHECKOUTS' %]
181
                                    <li>Too many on-site checked out. [% current_loan_count | html %] on-site checked out, only [% max_loans_allowed | html %] are allowed.</li>
181
                                    <li class="needsconfirm too_many_onsite_checkouts">Too many on-site checked out. [% current_loan_count | html %] on-site checked out, only [% max_loans_allowed | html %] are allowed.</li>
182
                                    <li>
182
                                    <li class="needsconfirm too_many_onsite_checkouts2">
183
                                        Maximum checkouts calculated from the circulation rule for
183
                                        Maximum checkouts calculated from the circulation rule for
184
                                        [% INCLUDE circulation_rule_criteria rule=circulation_rule_TOO_MANY %]
184
                                        [% INCLUDE circulation_rule_criteria rule=circulation_rule_TOO_MANY %]
185
                                    </li>
185
                                    </li>
186
                                [% END %]
186
                                [% END %]
187
187
188
                                [% IF ( BORRNOTSAMEBRANCH ) %]
188
                                [% IF ( BORRNOTSAMEBRANCH ) %]
189
                                    <li>This patron is from a different library ([% Branches.GetName( BORRNOTSAMEBRANCH ) | html %])</li>
189
                                    <li class="needsconfirm borrower_not_same_branch">This patron is from a different library ([% Branches.GetName( BORRNOTSAMEBRANCH ) | html %])</li>
190
                                [% END %]
190
                                [% END %]
191
191
192
                                [% IF ( PATRON_CANT ) %]
192
                                [% IF ( PATRON_CANT ) %]
193
                                    <li>This patron can't check out this item per library circulation policy.</li>
193
                                    <li class="needsconfirm patron_cant">This patron can't check out this item per library circulation policy.</li>
194
                                [% END %]
194
                                [% END %]
195
195
196
                                [% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %]
196
                                [% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %]
197
                                    <li>No circulation rule is defined for this patron and itemtype combination.</li>
197
                                    <li class="needsconfirm no_rule_defined">No circulation rule is defined for this patron and itemtype combination.</li>
198
                                [% END %]
198
                                [% END %]
199
199
200
                                [% IF ( NOT_FOR_LOAN_FORCING ) %]
200
                                [% IF ( NOT_FOR_LOAN_FORCING ) %]
201
                                    <li>
201
                                    <li class="needsconfirm not_for_loan_forcing">
202
                                    [% IF ( itemtype_notforloan ) %]
202
                                    [% IF ( itemtype_notforloan ) %]
203
                                        <span>Item type is normally not for loan.</span>
203
                                        <span>Item type is normally not for loan.</span>
204
                                    [% ELSIF ( item_notforloan ) %]
204
                                    [% ELSIF ( item_notforloan ) %]
Lines 212-218 Link Here
212
                                [% END %]
212
                                [% END %]
213
213
214
                                [% IF ( USERBLOCKEDOVERDUE ) %]
214
                                [% IF ( USERBLOCKEDOVERDUE ) %]
215
                                    <li>Patron has [% USERBLOCKEDOVERDUE %] overdue item(s).
215
                                    <li class="needsconfirm userblocked_overdue">Patron has [% USERBLOCKEDOVERDUE %] overdue item(s).
216
                                        [% IF CAN_user_circulate_force_checkout %]
216
                                        [% IF CAN_user_circulate_force_checkout %]
217
                                            Check out anyway?
217
                                            Check out anyway?
218
                                        [% END %]
218
                                        [% END %]
Lines 220-226 Link Here
220
                                [% END %]
220
                                [% END %]
221
221
222
                                [% IF ( ITEM_LOST ) %]
222
                                [% IF ( ITEM_LOST ) %]
223
                                    <li>This item has been lost with a status of "[% ITEM_LOST | html %]".
223
                                    <li class="needsconfirm item_lost">This item has been lost with a status of "[% ITEM_LOST | html %]".
224
                                        [% IF CAN_user_circulate_force_checkout %]
224
                                        [% IF CAN_user_circulate_force_checkout %]
225
                                            Check out anyway?
225
                                            Check out anyway?
226
                                        [% END %]
226
                                        [% END %]
Lines 228-242 Link Here
228
                                [% END %]
228
                                [% END %]
229
229
230
                                [% IF HIGHHOLDS %]
230
                                [% IF HIGHHOLDS %]
231
                                    <li>High demand item. Loan period shortened to [% HIGHHOLDS.duration | html %] days (due [% HIGHHOLDS.returndate | $KohaDates %]). Check out anyway?</li>
231
                                    <li class="needsconfirm highholds">High demand item. Loan period shortened to [% HIGHHOLDS.duration | html %] days (due [% HIGHHOLDS.returndate | $KohaDates %]). Check out anyway?</li>
232
                                [% END %]
232
                                [% END %]
233
233
234
                                [% IF PREVISSUE %]
234
                                [% IF PREVISSUE %]
235
                                    <li>Patron has previously checked out this title: <strong>[% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</strong>. Check out anyway?</li>
235
                                    <li class="needsconfirm previssue">Patron has previously checked out this title: <strong>[% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</strong>. Check out anyway?</li>
236
                                [% END %]
236
                                [% END %]
237
237
238
                                [% IF BIBLIO_ALREADY_ISSUED %]
238
                                [% IF BIBLIO_ALREADY_ISSUED %]
239
                                    <li>
239
                                    <li class="needsconfirm already_issued">
240
                                        Patron has already checked out another item from this record.
240
                                        Patron has already checked out another item from this record.
241
                                        [% IF CAN_user_circulate_force_checkout %]
241
                                        [% IF CAN_user_circulate_force_checkout %]
242
                                            Check out anyway?
242
                                            Check out anyway?
Lines 245-271 Link Here
245
                                [% END %]
245
                                [% END %]
246
246
247
                                [% IF ADDITIONAL_MATERIALS %]
247
                                [% IF ADDITIONAL_MATERIALS %]
248
                                    <li>
248
                                    <li class="needsconfirm additional_materials">
249
                                        Please confirm that the accompanying materials are present: [% ADDITIONAL_MATERIALS | html %]
249
                                        Please confirm that the accompanying materials are present: [% ADDITIONAL_MATERIALS | html %]
250
                                    </li>
250
                                    </li>
251
                                [% END %]
251
                                [% END %]
252
252
253
                                [% IF RECALLED %]
253
                                [% IF RECALLED %]
254
                                    [% IF RECALLED.waiting %]
254
                                    [% IF RECALLED.waiting %]
255
                                        <li>Item <i>[% RECALLED.biblio.title | html %]</i> ([% RECALLED.item.barcode | html %]) has been waiting for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% RECALLED.patron_id | uri %]">[% RECALLED.patron.firstname | html %] [% RECALLED.patron.surname | html %]</a> ([% RECALLED.patron.cardnumber | html %]) at [% Branches.GetName( RECALLED.pickup_library_id ) | html %] since [% RECALLED.waiting_date | $KohaDates %]</li>
255
                                        <li class="needsconfirm recalled">Item <i>[% RECALLED.biblio.title | html %]</i> ([% RECALLED.item.barcode | html %]) has been waiting for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% RECALLED.patron_id | uri %]">[% RECALLED.patron.firstname | html %] [% RECALLED.patron.surname | html %]</a> ([% RECALLED.patron.cardnumber | html %]) at [% Branches.GetName( RECALLED.pickup_library_id ) | html %] since [% RECALLED.waiting_date | $KohaDates %]</li>
256
                                    [% ELSIF RECALLED.requested or RECALLED.overdue %]
256
                                    [% ELSIF RECALLED.requested or RECALLED.overdue %]
257
                                        <li>Item <i>[% RECALLED.biblio.title | html %]</i> [% IF RECALLED.item %]([% RECALLED.item.barcode | html %])[% END %] has been recalled by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% RECALLED.patron_id | uri %]">[% RECALLED.patron.firstname | html %] [% RECALLED.patron.surname | html %]</a> ([% RECALLED.patron.cardnumber | html %]) at [% Branches.GetName( RECALLED.pickup_library_id ) | html %] since [% RECALLED.created_date | $KohaDates %]</li>
257
                                        <li class="needsconfirm recalled2">Item <i>[% RECALLED.biblio.title | html %]</i> [% IF RECALLED.item %]([% RECALLED.item.barcode | html %])[% END %] has been recalled by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% RECALLED.patron_id | uri %]">[% RECALLED.patron.firstname | html %] [% RECALLED.patron.surname | html %]</a> ([% RECALLED.patron.cardnumber | html %]) at [% Branches.GetName( RECALLED.pickup_library_id ) | html %] since [% RECALLED.created_date | $KohaDates %]</li>
258
                                    [% END %]
258
                                    [% END %]
259
                                [% END %]
259
                                [% END %]
260
260
261
                                [% IF ( BOOKED_TO_ANOTHER ) %]
261
                                [% IF ( BOOKED_TO_ANOTHER ) %]
262
                                    <li>
262
                                    <li class="needsconfirm booked_to_another">
263
                                        Due for another patron booking by: [% BOOKED_TO_ANOTHER.start_date | $KohaDates %]
263
                                        Due for another patron booking by: [% BOOKED_TO_ANOTHER.start_date | $KohaDates %]
264
                                    </li>
264
                                    </li>
265
                                [% END %]
265
                                [% END %]
266
266
267
                                [% IF ( BOOKED_EARLY ) %]
267
                                [% IF ( BOOKED_EARLY ) %]
268
                                    <li>
268
                                    <li class="needsconfirm booked_early">
269
                                        Patron has this item booked for checkout on [% BOOKED_EARLY.start_date | $KohaDates %]
269
                                        Patron has this item booked for checkout on [% BOOKED_EARLY.start_date | $KohaDates %]
270
                                    </li>
270
                                    </li>
271
                                [% END %]
271
                                [% END %]
272
- 

Return to bug 31981