[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] › Self checkout [% IF ( opacuserjs ) %][% END %] [% IF ( OPACUserCSS ) %][% END %]

[% LibraryName %] Self checkout system

[% IF ( impossible ) %]

Item cannot be checked out.

Sorry, This item cannot be checked out at this station.

[% IF ( title ) %]

Title: [% title |html %]

[% END %]

[% IF ( circ_error_UNKNOWN_BARCODE ) %] MESSAGE 1: The system does not recognize this barcode. [% ELSIF ( circ_error_TOO_MANY ) %] MESSAGE 2: You have borrowed too many items and can't check out any more. [% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] MESSAGE 3: This item is checked out to someone else. [% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] MESSAGE 4: You cannot renew this item again. [% ELSIF ( circ_error_NOT_FOR_LOAN ) %] MESSAGE 5: This item is not for loan. [% ELSIF ( circ_error_DEBT ) %] MESSAGE 6: You owe the library [% amount %] and cannot borrow. [% ELSIF ( circ_error_WTHDRAWN ) %] MESSAGE 7: This item has been withdrawn from the collection. [% ELSIF ( circ_error_RESTRICTED ) %] MESSAGE 8: [% ELSIF ( circ_error_RESERVED ) %] MESSAGE 9: This item is reserved for another patron. [% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %] MESSAGE 10: [% ELSIF ( circ_error_EXPIRED ) %] MESSAGE 11: Your account has expired. [% ELSIF ( circ_error_DEBARRED ) %] MESSAGE 12: Your account has been suspended. [% ELSIF ( circ_error_CARD_LOST ) %] MESSAGE 13: This card has been declared lost. [% ELSIF ( circ_error_GNA ) %] MESSAGE 14: [% ELSIF ( circ_error_INVALID_DATE ) %] MESSAGE 15: [% END %] Please see a member of the library staff.

[% IF ( returnitem ) %] [% IF ( AllowSelfCheckReturns ) %] [% END %] [% END %]
[% END %] [% IF ( confirm ) %]

Please confirm the checkout:

[% IF ( confirm_renew_issue ) %]This item is already checked out to you.[% END %]

[% IF ( renew ) %] [% IF ( AllowSelfCheckReturns ) %] [% END %] [% END %] [% UNLESS ( renew ) %] [% ELSE %][% END %]
[% END %] [% IF ( nopermission ) %]

Access denied

Sorry, this self-checkout station has lost authentication. Please contact the administrator to resolve this problem.
[% END %] [% IF ( timed_out ) %]

Session timed out

Sorry, your session has timed out, please log in again.
[% END %] [% IF ( different_ip ) %]

Session lost

You are accessing self-checkout from a different IP address! please log in again.
[% END %] [% IF ( invalid_username_or_password ) %]

Record not found

Your userid was not found in the database. Please try again.

[% END %] [% UNLESS ( hide_main ) %]
[% UNLESS ( validuser ) %]

Self checkout

[% END %]
HELP with the self checkout system
[% IF ( patronid ) %] [% IF ( validuser ) %]

You are logged in as [% borrowername %].

[% END %]
[% IF ( nouser ) %]

Sorry

The userid [% patronid %] was not found in the database. Please try again.


[% END %] [% END %] [% IF ( timedout ) %]

Sorry

Your session has timed out due to inactivity. Please sign in.


[% END %] [% IF ( validuser ) %] [% IF ( display_patron_image ) %]
[% END %]
Check out[% IF ( AllowSelfCheckReturns ) %], return[% END %] or renew an item:
[% IF ( display_patron_image ) %]
[% END %] [% IF ( display_patron_image ) %]
[% END %]
[% IF ( issues_count ) %] [% UNLESS ( nofines ) %][% END %] [% FOREACH ISSUE IN ISSUES %] [% UNLESS ( loop.odd ) %][% ELSE %][% END %] [% IF ( ISSUE.overdue ) %][% ELSE %][% END %] [% UNLESS ( nofines ) %][% END %] [% END %]
Checkouts for [% borrowername %] ([% issues_count %] total)
TitleCall no.DueRenewFines
[% UNLESS ( ISSUE.noitemlinks ) %][% ISSUE.title |html %][% ELSE %][% ISSUE.title |html %][% END %] [% ISSUE.author %] ([% ISSUE.barcode %]) [% ISSUE.itemcallnumber %][% ISSUE.date_due | $KohaDates %][% ISSUE.date_due | $KohaDates %]
[% IF ( ISSUE.norenew ) %] [% IF ( ISSUE.AllowSelfCheckReturns ) %] [% ELSE %] No renewals allowed [% END %] [% ELSE %] [% UNLESS ( ISSUE.renew ) %] [% ELSE %][% END %] [% END %]
[% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %]
[% ELSE %]

You currently have nothing checked out.

[% END %]
[% ELSE %]
[% IF ( authbylogin ) %]
Please login with your username and password [% ELSE %]
[% END %] [% FOREACH INPUT IN INPUTS %][% END %]
[% END %] [% END %]
[% INCLUDE 'opac-bottom.inc' %]