[% USE Koha %] [% USE KohaDates %] [% USE AudioAlerts %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha [% END %] › Self checkout [% IF ( Koha.Preference('OPACUserCSS') ) %][% END %] [% IF ( Koha.Preference('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 ) %] The system does not recognize this barcode. [% ELSIF ( circ_error_max_loans_allowed ) %] You have checked out too many items and can't check out any more. [% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] This item is checked out to someone else. [% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] You cannot renew this item again. [% ELSIF ( circ_error_NOT_FOR_LOAN ) %] This item is not for loan. [% ELSIF ( circ_error_DEBT ) %] You owe the library [% amount %] and cannot check out. [% ELSIF ( circ_error_WTHDRAWN ) %] This item has been withdrawn from the collection. [% ELSIF ( circ_error_RESTRICTED ) %] This item is restricted. [% ELSIF ( circ_error_RESERVED ) %] This item is on hold for another patron. [% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %] This item belongs to another branch. [% ELSIF ( circ_error_EXPIRED ) %] Your account has expired. [% ELSIF ( circ_error_DEBARRED ) %] Your account has been suspended. [% ELSIF ( circ_error_CARD_LOST ) %] This card has been declared lost. [% ELSIF ( circ_error_GNA ) %] Your contact information seems to be incomplete. [% ELSIF ( circ_error_INVALID_DATE ) %] Due date is not valid. [% END %] Please see a member of the library staff.

[% IF ( returnitem && Koha.Preference('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 && Koha.Preference('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 %].
[% INCLUDE 'opac-note.inc' %] [% IF patron_has_hold_fee %]
A hold fee was charged to your account for collecting this item.
[% END %] [% 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 ( Koha.Preference('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.can_be_renewed %] [% UNLESS ( ISSUE.renew ) %] [% ELSE %] [% END %] [% ELSE %] [% IF ISSUE.renew_error == 'auto_renew' OR ISSUE.renew_error == 'auto_too_soon' %] This item has been scheduled for automatic renewal and cannot be renewed [% ELSIF ISSUE.renew_error == 'onsite_checkout' %] This is a on-site checkout, it cannot be renewed. [% ELSE %] No renewals allowed [% END %] [% IF Koha.Preference('AllowSelfCheckReturns') %] [% END %] [% END %]
[% IF ( ISSUE.charges ) %]Yes[% ELSE %]No[% END %]
[% ELSE %]

You currently have nothing checked out.

[% END # / IF issues_count %]
[% ELSE # IF validuser %]
[% IF ( Koha.Preference('SelfCheckoutByLogin') ) %] Log in to your account
[% ELSE %]
[% END %] [% FOREACH INPUT IN INPUTS %] [% END %]
[% END # / IF validuser %] [% END # / UNLESS ( hide_main %] [% IF ( Koha.Preference('SCOMainUserBlock' ) ) %]
[% Koha.Preference('SCOMainUserBlock' ) %]
[% END %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% IF ( Koha.Preference('SCOUserJS') ) %][% END %] [% END %]