{% extends 'base.html' %} {% block main_title %} End of year {% endblock %} {% block content_header %} ← Back to accounts {% endblock %} {% block content %} {% if company.current_accounting_period %}

Current accounting period

From
To
{% endif %}

End of year transactions

{% if accounts_chart.account_profit_or_loss %}
Generate Profit or Loss transaction
{% else %}
Please specify field `account_profit_or_loss` of your account chart.
{% endif %}
{% if accounts_chart.account_closing_balances %}
Generate Closing and Opening Balances transaction
{% else %}
Please specify field `account_closing_balances` of your account chart.
{% endif %}
{% endblock %}