[% IF patron %]
[% INCLUDE 'members-toolbar.inc' %]
[% END %]
[% IF ( was_renewed ) %]
[% END # /IF options %]
[% END # /IF FALLBACK %]
[% ELSE # IF IMPOSSIBLE %]
[% IF (forceallow) %]
[% END %]
[% IF autoswitched %]
[% END %]
[% IF additional_materials %]
[% END %]
[% IF ( alert.ITEM_LOST ) %]
[% END %]
[% IF ( alert.OTHER_CHARGES ) %]
[% END %]
[% IF alert.HIGHHOLDS %]
[% END %]
[% IF alert.RETURNED_FROM_ANOTHER %]
Item was checked out to [% INCLUDE 'patron-title.inc' patron = alert.RETURNED_FROM_ANOTHER.patron %] and was returned automatically.
[% END %]
[% IF ( nopermission ) %]
Staff members are not allowed to discharge borrowers, nor borrowers to request a discharge.
[% END %]
[% IF ( NEEDSCONFIRMATION ) %]
[% IF CAN_user_circulate_force_checkout %]
[% END # /NEEDSCONFIRMATION %]
[% IF ( IMPOSSIBLE ) %]
Please confirm checkout
[% ELSE %]Cannot check out
[% END %]-
[%IF ( AGE_RESTRICTION ) %]
- Age restriction [% AGE_RESTRICTION | html %]. [% IF CAN_user_circulate_force_checkout %] Check out anyway? [% END %] [% END %] [% IF ( DEBT ) %]
- The patron has a debt of [% DEBT | $Price %]. [% END %] [% IF ( DEBT_GUARANTEES ) %]
- The patron's guarantees collectively have a debt of [% DEBT_GUARANTEES | $Price %]. [% END %] [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %]
- Rental charge for this item: [% RENTALCHARGE | $Price %] [% END %] [% IF ( RENEW_ISSUE ) %]
- Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron. Renew? [% END %] [% IF ( RESERVE_WAITING ) %]
- Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) has been waiting for [% resfirstname | html %] [% ressurname | html %] ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %] [% END %] [% IF ( RESERVED ) %]
- Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) has been on hold for [% resfirstname | html %] [% ressurname | html %] ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %] [% END %] [% IF ( ISSUED_TO_ANOTHER ) %]
- Item [% getTitleMessageIteminfo | html %] ([% getBarcodeMessageIteminfo | html %]) is checked out to [% issued_firstname | html %] [% issued_surname | html %] ([% issued_cardnumber | html %]). [% IF CAN_user_circulate_force_checkout %] Check in and check out? [% END %] [% END %] [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_CHECKOUTS' %]
- Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed. [% END %] [% IF TOO_MANY and TOO_MANY == '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. [% END %] [% IF ( BORRNOTSAMEBRANCH ) %]
- This patron is from a different library ([% Branches.GetName( BORRNOTSAMEBRANCH ) | html %]) [% END %] [% IF ( PATRON_CANT ) %]
- This patron can't check out this item per library circulation policy. [% END %] [% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %]
- No circulation rule is defined for this patron and itemtype combination. [% END %] [% IF ( NOT_FOR_LOAN_FORCING ) %]
- [% IF ( itemtype_notforloan ) %] Item type is normally not for loan. [% ELSIF ( item_notforloan ) %] [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] Item is normally not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %]. [% END %] [% IF CAN_user_circulate_force_checkout %] Check out anyway? [% END %] [% END %] [% IF ( USERBLOCKEDOVERDUE ) %]
- Patron has [% USERBLOCKEDOVERDUE %] overdue item(s). [% IF CAN_user_circulate_force_checkout %] Check out anyway? [% END %] [% END %] [% IF ( ITEM_LOST ) %]
- This item has been lost with a status of "[% ITEM_LOST | html %]". [% IF CAN_user_circulate_force_checkout %] Check out anyway? [% END %] [% END %] [% IF HIGHHOLDS %]
- High demand item. Loan period shortened to [% HIGHHOLDS.duration | html %] days (due [% HIGHHOLDS.returndate | $KohaDates %]). Check out anyway? [% END %] [% IF PREVISSUE %]
- Patron has previously checked out this title: [% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]. Check out anyway? [% END %] [% IF BIBLIO_ALREADY_ISSUED %]
- Patron has already checked out another item from this record. [% IF CAN_user_circulate_force_checkout %] Check out anyway? [% END %] [% END %]
[% IF ( UNKNOWN_BARCODE ) %]
Restriction overridden temporarily.
[% END %]
[% IF ( FALLBACK ) %]
[% IF options %]
Barcode not found
[% END %]-
[% IF ( STATS ) %]
- Local use recorded [% END %] [% IF ( INVALID_DATE ) %]
- The due date "[% INVALID_DATE | html %]" is invalid [% END %] [% IF ( UNKNOWN_BARCODE ) %]
- The barcode was not found: [% barcode | html %]
[% IF ( FALLBACK ) %] [% IF options %] [% ELSE %]No items were found by searching.[% END %] [% END %] [% IF ( fast_cataloging ) %] [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] Add record using fast cataloging [% END %] [% END %]
[% END %]
[% IF ( NOT_FOR_LOAN ) %]
- [% IF ( itemtype_notforloan ) %] Item type not for loan. [% ELSIF ( item_notforloan ) %] [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] Item not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %]. [% END %] [% END %] [% IF ( WTHDRAWN ) %]
- Item has been withdrawn [% item_withdrawn_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) %] [% IF (item_withdrawn_lib) %]([% item_withdrawn_lib | html %])[% END %] [% END %] [% IF ( RESTRICTED ) %]
- Item is restricted [% END %] [% IF ( GNA ) %]
- Patron's address is in doubt [% END %] [% IF ( CARD_LOST ) %]
- Patron's card is lost [% END %] [% IF ( DEBARRED ) %]
- Patron is restricted [% END %] [% IF ( NO_MORE_RENEWALS ) %]
- No more renewals possible [% END %] [% IF NO_RENEWAL_FOR_ONSITE_CHECKOUTS %]
- This item can not be renewed, it's an on-site checkout [% END %] [%IF ( AGE_RESTRICTION ) %]
- Age restriction [% AGE_RESTRICTION | html %]. [% END %] [% IF ( EXPIRED ) %]
- Patron's card is expired [% END %] [% IF ( TOO_MANY ) %]
- Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed. [% END %] [% IF ( ITEMNOTSAMEBRANCH ) %]
- This item belongs to [% Branches.GetName( itemhomebranch ) | html %] and cannot be checked out from this location. [% END %] [% IF RETURN_IMPOSSIBLE %]
- This item must be returned to [% Branches.GetName( branch_to_return ) | html %]. [% END %] [% IF ( USERBLOCKEDWITHENDDATE ) %]
- Patron has a restriction until [% USERBLOCKEDWITHENDDATE | $KohaDates %]. [% END %] [% IF ( USERBLOCKEDNOENDDATE ) %]
- Patron has an indefinite restriction. [% END %] [% IF ( USERBLOCKEDOVERDUE ) %]
- Checkouts are BLOCKED because patron has overdue items. [% END %]
Restriction overridden temporarily
[% END %]
[% END # /IF IMPOSSIBLE %]
[% IF ( issued ) %]
Item checked out
[% END %] [% IF ( message ) %] [% INCLUDE 'patron-toolbar.inc' %]No patron matched [% message | html %]
[% END %] [% IF ( borrowers ) %] [% INCLUDE 'patron-toolbar.inc' %] [% ELSE %] [% IF patron %] [% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %]
Error: This patron has requested their circulation history be anonymized on check-in, but the AnonymousPatron system preference is empty or incorrect.
[% END %]
[% IF ( !noissues ) || ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') )%]
[% END #/IF !noissues %]
[% IF ( noissues ) %]
[% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
[% ELSE %]
[% END %]
[% ELSE %]
[% END %]
[% END %]
[% END %]
[% UNLESS ( borrowers ) %]
[% IF borrowernumber and patron %]
[% END %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% INCLUDE 'strings.inc' %]
[% INCLUDE 'calendar.inc' %]
[% INCLUDE 'datatables.inc' %]
[% INCLUDE 'columns_settings.inc' %]
[% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
[% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %]
[% INCLUDE 'timepicker.inc' %]
[% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %]
[% Asset.js("js/pages/circulation.js") | $raw %]
[% Asset.js("js/checkouts.js") | $raw %]
[% Asset.js("js/holds.js") | $raw %]
[% Asset.js("js/circ-patron-search-results.js") | $raw %]
[% INCLUDE 'str/members-menu.inc' %]
[% Asset.js("js/members-menu.js") | $raw %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]
[% END %]
[% IF ( noissues ) %]
[% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
[% ELSIF borrowernumber # IF patron %]
[% END # /IF patron %]
[% END #/IF borrowers %]
[% IF Koha.Preference('CircSidebar') %]
[% UNLESS ( borrowers ) %]
[% IF not( borrowernumber and patron ) %]
- [% IF ( issuecount ) %] [% issuecount | html %] Checkout(s) [% ELSE %] 0 Checkouts [% END %] [% IF relatives_issues_count %]
- [% relatives_issues_count | html %] Relatives' checkouts [% END %]
- [% IF ( holds_count ) %] [% holds_count | html %] Hold(s) [% ELSE %] 0 Holds [% END %] [% IF Koha.Preference('ArticleRequests') %]
- [% patron.article_requests_current.count | html %] Article requests [% END %]
- [% IF ( patron.return_claims.count ) %] [% patron.return_claims.resolved.count | html %] / [% patron.return_claims.unresolved.count | html %] Claim(s) [% ELSE %] 0 / 0 Claim(s) [% END %]
- [% debarments.count | html %] Restrictions [% SET enrollments = patron.get_club_enrollments(1) %] [% SET enrollable = patron.get_enrollable_clubs(0,1) %] [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %]
- Clubs ([% enrollments.count | html %]/[% enrollable.count | html %]) [% END %]
Loading...
[% END %]
[% INCLUDE borrower_debarments.inc %]
[% IF ( holds_count ) %]
[% IF Koha.Preference('SuspendHoldsIntranet') %]
[% END # /IF SuspendHoldsIntranet %]
[% ELSE # IF holds_count %]
[% INCLUDE 'patron-return-claims.inc' %]
[% IF Koha.Preference('ArticleRequests') %]
[% INCLUDE 'patron-article-requests.inc' %]
[% END %]
Patron has nothing on hold.
[% END # /IF holds_count %]