[% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] › Self checkout [% IF ( OPACUserCSS ) %][% END %] [% IF ( SCOUserCSS ) %][% END %] [% INCLUDE 'masthead-sco.inc' %]
[% IF ( display_patron_image ) %]
[% ELSE %]
[% 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_max_loans_allowed ) %] MESSAGE 2: You have checked out 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 check out. [% 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 on hold 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 # / IF circ_error_UNKNOWN_BARCODE %] Please see a member of the library staff.

[% IF ( returnitem && AllowSelfCheckReturns ) %]
[% END %]
[% END # / IF ( impossible %] [% IF ( confirm ) %]

Please confirm the checkout:

[% IF ( confirm_renew_issue ) %]

This item is already checked out to you.

[% END %] [% IF ( renew && AllowSelfCheckReturns ) %]
[% END %] [% UNLESS ( renew ) %]
[% ELSE %]
[% END %]
[% END # / IF confirm %] [% IF ( nopermission ) %]

Access denied

Sorry, this self-checkout station has lost authentication. Please contact the administrator to resolve this problem.

[% 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 ) %] [% 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 patronid %] [% IF ( validuser ) %]
Check out[% IF ( AllowSelfCheckReturns ) %], return[% END %] or renew an item:
[% IF ( display_patron_image ) %]
[% END %]
[% IF ( issues_count ) %] [% UNLESS ( nofines ) %] [% END %] [% FOREACH ISSUE IN ISSUES %] [% IF ( ISSUE.overdue ) %] [% ELSE %] [% END %] [% UNLESS ( nofines ) %] [% END %] [% END # / FOREACH ISSUE %]
Checkouts for [% borrowername %] ([% issues_count %] total)
Checked out on Title Call no. Due RenewFines
[% ISSUE.issuedate %] [% UNLESS ( noitemlinks ) %] [% ISSUE.title |html %] [% ELSE %] [% ISSUE.title |html %] [% END %] [% ISSUE.author %] ([% ISSUE.barcode %]) [% ISSUE.itemcallnumber %][% ISSUE.date_due | $KohaDates as_due_date => 1 %][% ISSUE.date_due | $KohaDates as_due_date => 1 %]
[% IF ( ISSUE.norenew ) %] [% IF ( 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 # / IF issues_count %]
[% ELSE # IF validuser %]
[% IF ( authbylogin ) %] Log in to your account
[% ELSE %]
[% END # / IF authbylogin %] [% FOREACH INPUT IN INPUTS %] [% END %]
[% END # / IF validuser %] [% END # / UNLESS ( hide_main %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% IF ( SCOUserJS ) %][% END %] [% END %]