Receipt

Hello! I would like to modify the appearance of the receipts. I need to change the upper logo and add some information related to the institution I work in. Is there any way to do this?
I would really appreciate any help :slight_smile:

Did you have a look at the finance settings? Check this out: Admin> School Admin> Other> Finance Settings

The logo can be changed in Admin> System Admin> Settings> System Settings

:slight_smile:

Thanks @meierrom for the answer. The information that can be added there is very limited and I want to change other aspects which appear in the receipts by default

Check out the following file:
modules/Finance/moduleFunctions.php

Have a look at the two functions and see if you can tweak them:

  • invoiceContents
  • receiptContents

Good luck :slight_smile:

Thanks Roman : ) Just keep in mind that any changes made in that file will be overwritten on upgrade, and so will need to be recreated. One the risks of hacking the core.

Thanks for the answers :slight_smile: