With recent updates to the platform, you can now add custom instructions for fee receipts. To do so, you'll need to navigate to Settings > General > Custom Instructions for Fee Receipt.

The custom instructions for the Fee Receipt field are HTML-based. You can add HTML in the description. HTML tags like text spacing, line spacing, paragraphs, line breaks, etc. will all work.

<b>GENERAL INSTRUCTIONS:</b><br>
1. School Fee must be paid before the deadline. Each Academic year consists of four terms/quarter and each term/quarter consists of 3 months. <br>
2. Deadline for payment of Tuition Fee and Transport Fee is 10th April, 10th July, 10th October and 10th January.<br><br>
<b>CONSEQUENCE OF DELAYED REMITTANCE:</b><br>
a. A late fee of Rs. 500 per week will be levied after one week of the due date.<br>
b. If the fee is not remitted after completion of one quarter (that is after 3 months from the previous due date), then child's name will be struck off from the Attendance Register. In such a scenario parents have to readmit their ward as per school norms. <br>
c. Results may be kept on hold if fee dues are not cleared on time. <br>
d. For Transport Fee, only 5 days grace period will be allowed. From 6th-day transport facility will be withdrawn.<br><br>


In the example above, we've used the following HTML tags:
  • <b> - This tag is used to make the text Bold.
  • <br> - This tag is used to break the lines. (Display the text in the next line).