[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %]
[% LibraryName | html %] |
||||||
---|---|---|---|---|---|---|
INVOICE |
||||||
[% Branches.GetName( patron.branchcode ) | html %] |
||||||
Bill to: [% patron.firstname | html %] [% patron.surname | html %] Card number: [% patron.cardnumber | html %] |
||||||
Date | Description of charges | Note | Amount | Amount outstanding | ||
[% account.date | $KohaDates%] | [% SWITCH account.accounttype %] [% CASE 'Pay' %]Payment, thanks [% CASE 'Pay00' %]Payment, thanks (cash via SIP2) [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) [% CASE 'N' %]New Card [% CASE 'F' %]Fine [% CASE 'A' %]Account management fee [% CASE 'M' %]Sundry [% CASE 'L' %]Lost Item [% CASE 'W' %]Writeoff [% CASE %][% account.accounttype | html %] [%- END -%] [%- IF account.description %], [% account.description | html %][% END %] | [% account.note | html %] | [% IF ( account.amountcredit ) %][% ELSE %] | [% END %][% account.amount | html %] | [% IF ( account.amountoutstandingcredit ) %][% ELSE %] | [% END %][% account.amountoutstanding | html %] |
Total outstanding dues as on date: | [% IF ( totalcredit ) %][% ELSE %] | [% END %][% total | html %] |