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

Return to bug 31981