[% PROCESS "default/opac/parts/header.tt2"; PROCESS "default/opac/parts/marc_misc.tt2"; WRAPPER "default/opac/parts/base.tt2" + "default/opac/parts/myopac/base.tt2"; myopac_page = "main" %]
Account Summary
[% l('Fines:') %] [% money(ctx.fines.balance_owed) %]
[% l('Pay Fines') %]
[% l("Items Currently Checked out") %] ([% ctx.user_stats.checkouts.total_out %])
Items Currently on Hold ([% ctx.user_stats.holds.total %])
Items ready for pickup ([% ctx.user_stats.holds.ready %])
Fees & Fines
[% l("Summary") %]
[% l("Total Owed") %] [% l("Total Paid") %] [% l("Balance Owed") %]
[% money(ctx.fines.total_owed) %] [% money(ctx.fines.total_paid) %] [% money(ctx.fines.balance_owed) %]
[% IF ctx.fines.circulation.size > 0 %]



[% FOR f IN ctx.fines.circulation; attrs = {marc_xml => f.marc_xml}; PROCESS get_marc_attrs args=attrs %] [% END %]
[% l("Fines") %]
[% l("Title") %] [% l("Author") %] [% l("Checkout Date") %] [% l("Due Date") %] [% l("Date Returned") %] [% l("Balance Owed") %]
[% attrs.title %] [% attrs.author %] [% date.format( ctx.parse_datetime( f.xact.circulation.xact_start ), DATE_FORMAT ) %] [% date.format( ctx.parse_datetime( f.xact.circulation.due_date ), DATE_FORMAT ) %] [% IF f.xact.circulation.checkin_time; date.format( ctx.parse_datetime( f.xact.circulation.checkin_time ), DATE_FORMAT ); ELSE %] [% l('(fines accruing)') %] [% END %] [% money(f.xact.balance_owed) %]
[% END %] [% IF ctx.fines.grocery.size > 0 %]



[% FOR f IN ctx.fines.grocery %] [% END %]
[% l("Other Fees") %]
[% l("Transaction Start Time") %] [% l("Last Payment Time") %] [% l("Initial Amount Owed") %] [% l("Total Amount Paid") %] [% l("Balance Owed") %] [% l("Billing Type") %]
[% date.format( ctx.parse_datetime(f.xact.xact_start), DATE_FORMAT ) %] [% IF f.xact.last_payment_ts; date.format( ctx.parse_datetime( f.xact.last_payment_ts ), DATE_FORMAT ); END %] [% money(f.xact.total_owed) %] [% money(f.xact.total_paid) %] [% money(f.xact.balance_owed) %] [% f.xact.last_billing_type %]
[% END %]
Billing Information Selected fines you are paying for:
Name Amount

Total amount to pay: $

Click Cancel to go back and (un)select other fines.
First Name
Last Name
Street Address
City
State or Province
ZIP or Postal Code
Credit Card Information
Credit Card #
Security Code
Exipration Month
Expiration Year
Edit Billing Address

Important! You must have a printed receipt to be eligible for a refund on lost items (regulations allow for no exceptions).
To ensure your necessary receipt information is not lost, enter your email address above and a receipt will be emailed to you. Otherwise, make certain you have a printed receipt in hand before closing the payment receipt screen.
Refunds are not available for parts and pieces, overdue fines, or items that do not display a specific title in My Account. For a full list of refundable and non-refundable items, visit http://www.kcls.org/usingthelibrary/borrowing/refundable.cfm

This site uses VeriSign SSL encryption to ensure your privacy.
[% END %]