How to Create an Email Receipt Template for Payment in Koha (Online Bill Copy)

It is an HTML5 & CSS payment receipt template that automatically emails receipts for payments made by koha patrons. Step - 1 Go to: Tools/Notices & slips/ACCOUNT_PAYMENT ( Edit or create New notes) Copy and paste the below HTML5 & CSS Coding. Koha Receipt

YOUR COLLEGE NAME

 libpowertech <>

Your College Address- 1

Your College Address- 2

Your College Address- 3

Full Name     :   <>. <>

Roll No          :   <>

Department   :   <>

DATE             :   <>

Address:-

<>

<>

<>

<>

<>


Receipt No     :   [% credit.credit_number %]

RECEIPT

[%- USE Price -%] [%- USE AuthorisedValues -%] A payment of Rs. [% credit.amount * -1 | $Price %] via has been applied to your library account, payment details below.

[% END %]

Description of charges Amount Paid Rs.

[%- FOREACH o IN offsets %] [% o.debit.description %]

[% o.amount * -1 | $Price %]

Total

[% credit.amount * -1 | $Price %]

Balance Payable   : [% o.debit.amountoutstanding | $Price %]

[% IF ( o.credit.note == 'PayPal' ) %] Payment Mode   : [% o.credit.note %] [% ELSE%] Payment Mode       : [% AuthorisedValues.GetByCode('PAYMENT_TYPE', o.credit.payment_type) %] [% END %]


This is computer generated Receipt. No Signature required. Thanking you for payment.

More information visit your account <>

Finally, Save. Step - 2 Go to: Fine Payable Patrons Account and Pay the Amount. Check the patron's Notices option. (Email Status Send or Pending ) Step - 3 If the email status of the patron's notice has been send. Go to your Gmail account and view, have been receipt received successfully.