[% USE Branches %] [% USE KohaDates %] [% IF ( export_remove_fields OR export_with_csv_profile ) %] [% SET exports_enabled = 1 %] [% END %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] [% SET destination = "circ" %] Koha › Circulation [% IF borrowernumber %] › Checking out to [% INCLUDE 'patron-title.inc' invert_name = 1 %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'strings.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'timepicker.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] [% IF ( CGIselectborrower ) %]
[% ELSE %]
[% END %] [% IF ( borrowernumber ) %] [% INCLUDE 'members-toolbar.inc' %] [% END %] [% IF ( was_renewed ) %]
Patron's account has been renewed until [% expiry %]
[% END %] [% IF additional_materials %]
Note about the accompanying materials:
[% additional_materials %]
[% END %] [% IF ( alert.ITEM_LOST ) %]
This item has been lost with a status of "[% alert.ITEM_LOST %]".
[% END %] [% IF ( alert.OTHER_CHARGES ) %]
The patron has unpaid charges for reserves, rentals etc of [% alert.OTHER_CHARGES %]
[% END %] [% IF ( NEEDSCONFIRMATION ) %]
[% IF CAN_user_circulate_force_checkout %]

Please confirm checkout

[% ELSE %]

Cannot check out

[% END %]
    [%IF ( AGE_RESTRICTION ) %]
  • Age restriction [% AGE_RESTRICTION %]. [% IF CAN_user_circulate_force_checkout %] Check out anyway? [% END %]
  • [% END %] [% IF ( DEBT ) %]
  • The patron has a debt of [% DEBT %]
  • [% END %] [% IF ( RENEW_ISSUE ) %]
  • Item [% getTitleMessageIteminfo %] ([% getBarcodeMessageIteminfo %]) is currently checked out to this patron. Renew?
  • [% END %] [% IF ( RESERVE_WAITING ) %]
  • Item [% getTitleMessageIteminfo %] ([% getBarcodeMessageIteminfo %]) has been waiting for [% resfirstname %] [% ressurname %] ([% rescardnumber %]) at [% resbranchname %] since [% reswaitingdate %]
  • [% END %] [% IF ( RESERVED ) %]
  • Item [% getTitleMessageIteminfo %] ([% getBarcodeMessageIteminfo %]) has been on hold for [% resfirstname %] [% ressurname %] ([% rescardnumber %]) at [% resbranchname %] since [% resreservedate %]
  • [% END %] [% IF ( ISSUED_TO_ANOTHER ) %]
  • Item [% getTitleMessageIteminfo %] ([% getBarcodeMessageIteminfo %]) is checked out to [% issued_firstname %] [% issued_surname %] ([% issued_cardnumber %]). [% IF CAN_user_circulate_force_checkout %] Check in and check out? [% END %]
  • [% END %] [% IF ( TOO_MANY ) %]
  • Too many checked out. [% current_loan_count %] checked out, only [% max_loans_allowed %] are allowed.
  • [% END %] [% IF ( BORRNOTSAMEBRANCH ) %]
  • This patrons is from a different library ([% BORRNOTSAMEBRANCH %])
  • [% END %] [% IF ( PATRON_CANT ) %]
  • This patron can't check out this item per library circulation policy
  • [% END %] [% IF ( NOT_FOR_LOAN_FORCING ) %]
  • [% IF ( itemtype_notforloan ) %] Item type is normally not for loan. [% ELSIF ( item_notforloan ) %] [% item_notforloan_lib = AuthorisedValues.GetByCode( authvalcode_notforloan, item_notforloan, 0 ) %] Item is normally not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib %])[% 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 %]". [% IF CAN_user_circulate_force_checkout %] Check out anyway? [% END %]
  • [% END %] [% IF HIGHHOLDS %]
  • High demand item. Loan period shortened to [% HIGHHOLDS.duration %] days (due [% HIGHHOLDS.returndate %]). 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 HIGHHOLDS %] [% END %] [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
[% IF ( RESERVED ) %]

[% END %] [% IF ( RESERVE_WAITING ) %]


[% END %] [% IF ( DEBT ) %][% END %] [% IF ( INVALID_DATE ) %]

[% ELSE %] [% END %] [% IF ( RENEW_ISSUE ) %] [% ELSE %] [% END %]
[% END %]
[% IF CAN_user_circulate_force_checkout or HIGHHOLDS %] [% IF ( RENEW_ISSUE ) %] [% ELSE %] [% END %] [% ELSE %] [% END %]
[% END %] [% IF ( IMPOSSIBLE ) %] [% IF ( soundon ) %] [% END %]
    [% IF ( STATS ) %]
  • Local use recorded
  • [% END %] [% IF ( INVALID_DATE ) %]
  • The due date "[% INVALID_DATE %]" is invalid
  • [% END %] [% IF ( UNKNOWN_BARCODE ) %]
  • The barcode was not found [% barcode |html %] [% IF ( fast_cataloging ) %] [% IF ( CAN_user_editcatalogue_fast_cataloging ) %] Fast cataloging [% END %] [% END %] [% IF ( FALLBACK ) %] [% IF options %]
    The following items were found by searching: [% FOREACH book IN options %]
    [% END %] [% ELSE %]
    No items were found by searching. [% END %] [% END %]
  • [% END %] [% IF ( NOT_FOR_LOAN ) %]
  • [% IF ( itemtype_notforloan ) %] Item type not for loan. [% ELSIF ( item_notforloan ) %] [% item_notforloan_lib = AuthorisedValues.GetByCode( authvalcode_notforloan, item_notforloan, 0 ) %] Item not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib %])[% END %]. [% END %]
  • [% END %] [% IF ( WTHDRAWN ) %]
  • Item has been withdrawn
  • [% 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 ( AGE_RESTRICTION ) %]
  • Age restriction [% AGE_RESTRICTION %].
  • [% END %] [% IF ( EXPIRED ) %]
  • Patron's card is expired
  • [% END %] [% IF ( TOO_MANY ) %]
  • Too many checked out. [% current_loan_count %] checked out, only [% max_loans_allowed %] are allowed.
  • [% END %] [% IF ( ITEMNOTSAMEBRANCH ) %]
  • This item belongs to [% Branches.GetName( itemhomebranch ) %] and cannot be checked out from this location.
  • [% END %] [% IF ( USERBLOCKEDREMAINING ) %]
  • Patron has had overdue items and is blocked for [% USERBLOCKEDREMAINING %] day(s).
  • [% END %] [% IF ( USERBLOCKEDOVERDUE ) %]
  • Checkouts are BLOCKED because patron has overdue items
  • [% END %]
[% ELSE %] [% IF ( soundon ) %] [% END %] [% END %] [% IF ( issued ) %]

Item checked out

[% END %] [% IF ( message ) %] [% INCLUDE 'patron-toolbar.inc' %]

No patron matched [% message %]

[% END %] [% IF ( CGIselectborrower ) %] [% INCLUDE 'patron-toolbar.inc' %]
Patron selection
  1. [% CGIselectborrower %]

[% ELSE %] [% IF ( borrowernumber ) %]
[% UNLESS ( noissues ) %] [% IF ( flagged ) %]
[% ELSE %]
[% END %]
[% IF ( DisplayClearScreenButton ) %] x [% END %]
Enter item barcode:
[% IF NEEDSCONFIRMATION %] [% ELSE %] [% END %] [% IF ( SpecifyDueDate ) %]
Specify due date [% INCLUDE 'date-format.inc' %]:
[% IF ( duedatespec ) %][% ELSE %] [% END %] [% IF ( stickyduedate ) %] [% ELSE %] [% END %]
[% END %] [% IF ( CHARGES ) %] [% END %]
[% END %] [% IF ( noissues ) %]
[% ELSE %]
[% END %] [% IF ( flagged ) %] [% IF ( noissues ) %]

Checking out to [% INCLUDE 'patron-title.inc' %]

[% ELSE %]
[% END %]

[% IF ( noissues ) %] Cannot check out! [% ELSE %]Attention:[% END %]

    [% IF ( warndeparture ) %]
  • Expiration: Patron's card will expire soon. Patron's card expires on [% expiry %] Renew or Edit Details
  • [% END %] [% IF ( returnbeforeexpiry ) %]
  • Set due date to expiry: You have the ReturnBeforeExpiry system preference enabled this means if the expiry date is before the date due, the date due will be set to the expiry date
  • [% END %] [% IF ( expired ) %]
  • Expiration: Patron's card has expired. [% IF ( expiry ) %]Patron's card expired on [% expiry %][% END %] Renew or Edit Details
  • [% END %] [% IF ( gna ) %]
  • Address: Patron's address in doubt
  • [% END %] [% IF ( lost ) %]
  • Lost: Patron's card is lost
  • [% END %] [% IF ( userdebarred ) %]
  • Restricted: Patron's account is restricted [% IF ( userdebarreddate ) %] until [% userdebarreddate %] [% END %] [% IF ( debarredcomment ) %] with the explanation:
    [% debarredcomment | html_line_break %] [% END %]
    View restrictions
  • [% END %] [% IF ( odues ) %]
  • [% IF ( nonreturns ) %]Overdues: Patron has ITEMS OVERDUE. See highlighted items below[% END %]
  • [% END %] [% IF ( charges ) %]
  • Fees & Charges: Patron has Outstanding fees & charges[% IF ( chargesamount ) %] of [% chargesamount %][% END %]. [% IF ( charges_is_blocker ) %] Checkouts are BLOCKED because fine balance is OVER THE LIMIT. [% END %] Make payment
  • [% END %] [% IF ( credits ) %]
  • Credits: Patron has a credit[% IF ( creditsamount ) %] of [% creditsamount %][% END %]
  • [% END %]
[% IF ( WaitingReserveLoop ) %]

Holds waiting:

[% FOREACH WaitingReserveLoo IN WaitingReserveLoop %]
  • [% WaitingReserveLoo.title |html %] ([% WaitingReserveLoo.itemtype %]), [% IF ( WaitingReserveLoo.author ) %]by [% WaitingReserveLoo.author %][% END %] [% IF ( WaitingReserveLoo.itemcallnumber ) %][[% WaitingReserveLoo.itemcallnumber %]] [% END %]Hold placed on [% WaitingReserveLoo.reservedate %]. [% IF ( WaitingReserveLoo.waitingat ) %]
    [% IF ( WaitingReserveLoo.waitinghere ) %][% ELSE %][% END %]Waiting at [% WaitingReserveLoo.waitingat %] [% END %]
[% END %]
[% END %] [% IF ( notes ) %]

Notes:

[% notesmsg %]

[% END %]

Messages:

    [% FOREACH lib_messages_loo IN lib_messages_loop %]
  • [% lib_messages_loo.message_date_formatted %] [% lib_messages_loo.branchcode %] "[% lib_messages_loo.message %]" [% IF ( lib_messages_loo.can_delete ) %] [Delete] [% ELSE %] [% IF ( all_messages_del ) %] [Delete] [% END %] [% END %]
  • [% END %] [% FOREACH bor_messages_loo IN bor_messages_loop %]
  • [% bor_messages_loo.message_date_formatted %] [% bor_messages_loo.branchcode %] "[% bor_messages_loo.message %]" [% IF ( bor_messages_loo.can_delete ) %][Delete] [% ELSIF ( all_messages_del ) %] [Delete] [% END %]
  • [% END %]
[% END %]
[% IF ( issuecount ) %] [% INCLUDE 'checkouts-table-footer.inc' %]
  Due date Due date Title Item type Checked out on Checked out from Call no Charge Price Renew

select all | none

Check in

select all | none

Export

select all | none

[% IF ( CAN_user_circulate_override_renewals ) %] [% IF ( AllowRenewalLimitOverride ) %] [% END %] [% END %]
[% ELSE %]

Patron has nothing checked out.

[% END %]
[% IF ( relatives_issues_count ) %]
Due date (unformatted, hidden) Due date Title Item type Checked out on Checked out from Call no Charge Price Patron
[% END %] [% INCLUDE borrower_debarments.inc %]
[% IF ( holds_count ) %]
Hold date Title Call number Barcode Expiration Priority Delete?
[% IF SuspendHoldsIntranet %]
[% IF AutoResumeSuspendedHolds %] Specify date on which to resume [% INCLUDE 'date-format.inc' %]: [% END %]
[% END # IF SuspendHoldsIntranet %] [% ELSE %]

Patron has nothing on hold.

[% END %]
[% END %]
[% END %]
[% UNLESS ( CGIselectborrower ) %][% IF ( borrowernumber ) %]
[% INCLUDE 'circ-menu.inc' %]
[% END %][% END %]
[% INCLUDE 'intranet-bottom.inc' %]