{#Student copy#}

{{ getFreshAppSetting('school_name') }}

{{ invoice.getInvReference() }}

{% if getAppSetting('pdf_reporting_challan_header') %} {{ getAppSetting('pdf_reporting_challan_header') | raw | raw }} {% endif %}

{{ 'FEE CHALLAN' | trans }}

{{ 'NAME' | trans }} {{ invoice.getInvoiceGeneratedForUnregisterUsername is empty ? invoice.getInvGeneratedFor.getFullName : invoice.getInvoiceGeneratedForUnregisterUsername ~ ' (Un-register user)' }}

{{ 'STUDENT NO' | trans }} {% if invoice.getInvoiceGeneratedForUnregisterUsername is empty %} {{ invoice.getInvGeneratedFor.id }} {% endif %}

{{ 'CLASS' | trans }} {# Class name#} {% if invoice.getClassSessionEnrolment is not empty and invoice.getClassSessionEnrolment.id is not empty %} {{ invoice.getClassSessionEnrolment.getClassSession.getName }} {% endif %}

{# fee description #} {% for invItem in invoice.getInvoiceItems.toArray() %} {% endfor %} {# total amount #}
{{ 'DESCRIPTION' }} {{ 'AMOUNT' }}
{{ invItem.getInvItemDescription }} {{ getFreshAppSetting('currencyPreFix') }}{{ invItem.getInvItemAmount() }} {{ getFreshAppSetting('currencySuffex') }}
{{ 'Total' | trans }} {{ getFreshAppSetting('currencyPreFix') }}{{ invoice.getTotalAmountOfInvoice }} {{ getFreshAppSetting('currencySuffex') }}

{{ 'Payable After Due Date' | trans }}


{{ 'Cashier' | trans }} {{ 'Deposited By' | trans }} {{ 'Manager/officer' | trans }}


{% if getAppSetting('pdf_reporting_challan_footer') %} {{ getAppSetting('pdf_reporting_challan_footer') | raw | raw }} {% endif %}

{{ 'DUE DATE' }} {{ date_format(invoice.getInvDueDate) }} {{ 'CH. NO' | trans }} {{ invoice.getInvReference() }}

{{ 'STUDENT COPY' | trans }}

{# bank copy #}

{{ getFreshAppSetting('school_name') }}

{{ invoice.getInvReference() }}

{% if getAppSetting('pdf_reporting_challan_header') %} {{ getAppSetting('pdf_reporting_challan_header') | raw | raw }} {% endif %}

{{ 'FEE CHALLAN' | trans }}

{{ 'NAME' | trans }} {{ invoice.getInvoiceGeneratedForUnregisterUsername is empty ? invoice.getInvGeneratedFor.getFullName : invoice.getInvoiceGeneratedForUnregisterUsername ~ ' (Un-register user)' }}

{{ 'STUDENT NO' | trans }} {% if invoice.getInvoiceGeneratedForUnregisterUsername is empty %} {{ invoice.getInvGeneratedFor.id }} {% endif %}

{{ 'CLASS' | trans }} {% if invoice.getClassSessionEnrolment is not empty and invoice.getClassSessionEnrolment.id is not empty %} {{ invoice.getClassSessionEnrolment.getClassSession.getName }} {% endif %}

{# fee description #} {% for invItem in invoice.getInvoiceItems.toArray() %} {% endfor %} {# total amount #}
{{ 'DESCRIPTION' }} {{ 'AMOUNT' }}
{{ invItem.getInvItemDescription }} {{ getFreshAppSetting('currencyPreFix') }}{{ invItem.getInvItemAmount() }} {{ getFreshAppSetting('currencySuffex') }}
{{ 'Total' | trans }} {{ getFreshAppSetting('currencyPreFix') }}{{ invoice.getTotalAmountOfInvoice }} {{ getFreshAppSetting('currencySuffex') }}

{{ 'Payable After Due Date' | trans }}


{{ 'Cashier' | trans }} {{ 'Deposited By' | trans }} {{ 'Manager/officer' | trans }}


{% if getAppSetting('pdf_reporting_challan_footer') %} {{ getAppSetting('pdf_reporting_challan_footer') | raw | raw }} {% endif %}

{{ 'DUE DATE' }} {{ date_format(invoice.getInvDueDate) }} {{ 'CH. NO' | trans }} {{ invoice.getInvReference() }}

{{ 'BANK COPY' | trans }}

{# school copy #}

{{ getFreshAppSetting('school_name') }}

{{ invoice.getInvReference() }}

{% if getAppSetting('pdf_reporting_challan_header') %} {{ getAppSetting('pdf_reporting_challan_header') | raw | raw }} {% endif %}

{{ 'FEE CHALLAN' | trans }}

{{ 'NAME' | trans }} {{ invoice.getInvoiceGeneratedForUnregisterUsername is empty ? invoice.getInvGeneratedFor.getFullName : invoice.getInvoiceGeneratedForUnregisterUsername ~ ' (Un-register user)' }}

{{ 'STUDENT NO' | trans }} {% if invoice.getInvoiceGeneratedForUnregisterUsername is empty %} {{ invoice.getInvGeneratedFor.id }} {% endif %}

{{ 'CLASS' | trans }} {% if invoice.getClassSessionEnrolment is not empty and invoice.getClassSessionEnrolment.id is not empty %} {{ invoice.getClassSessionEnrolment.getClassSession.getName }} {% endif %}

{# fee description #} {% for invItem in invoice.getInvoiceItems.toArray() %} {% endfor %} {# total amount #}
{{ 'DESCRIPTION' }} {{ 'AMOUNT' }}
{{ invItem.getInvItemDescription }} {{ getFreshAppSetting('currencyPreFix') }}{{ invItem.getInvItemAmount() }} {{ getFreshAppSetting('currencySuffex') }}
{{ 'Total' | trans }} {{ getFreshAppSetting('currencyPreFix') }}{{ invoice.getTotalAmountOfInvoice }} {{ getFreshAppSetting('currencySuffex') }}

{{ 'Payable After Due Date' | trans }}


{{ 'Cashier' | trans }} {{ 'Deposited By' | trans }} {{ 'Manager/officer' | trans }}


{% if getAppSetting('pdf_reporting_challan_footer') %} {{ getAppSetting('pdf_reporting_challan_footer') | raw | raw }} {% endif %}

{{ 'DUE DATE' }} {{ date_format(invoice.getInvDueDate) }} {{ 'CH. NO' | trans }} {{ invoice.getInvReference() }}

{{ 'SCHOOL COPY' | trans }}