{% 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 new expense'|trans : 'Update expense'|trans }} {% endblock %} {% block recordLength %} {% endblock %} {% block MainContent %}
{# Necessary fields #}
{# Expense details #}
{# this field will have a value which we want to update. #} {# Accounts list #}
{# Account head #}
{# payment method.#}
{# transaction amount #}
{# this amoun paid to #} {# is it related to the item stock or to the stock items.#}
  
{# Paid to system register user #}
{# Paid to un-register user,or un known user #}
{# description #}

{# Un-necessay fields #}
{{ 'Advance'|trans }} {# dropdown #}
{# form where to write text.#}
{#active class of active sessions - when class is selected then enrolled users are load accordingly#} {# transaction reference #}
{# transaction date #}
{# upload document #}
{# notes #}
{# Expense add button #}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('accounts') %} {% endfor %} {% endblock %}