{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% block ExtraCSSFiles %} {% endblock %} {% block pageLabel %} {{ trans_ob.id is empty ? 'Add income'|trans : 'Update income'|trans }} {% endblock %} {% block recordLength %} {% endblock %} {% block MainContent %}
{# Require fields #}
{# instant payment #}
{# this field will have a value which we want to update. #} {# income head #}
{# Income head #}
{# payment method.#}
{# transaction amount #}
{# select the user, user is register or non-register #}
   
{# register user #}
{# un resgister user #}
{# transaction date #}
{# description #}
{# row end #}

{# collapse of advance feild #} {# Un-necessay fields #}
{{ 'Advance'|trans }} {# dropdown #}
{# form where to write text.#}
{# transaction reference #}
{# upload document #}
{# notes #}
{# submit button #}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('accounts') %} {% endfor %} {% endblock %}