{% extends 'root/base.html' %} {% load static %} {% block title %} Workflows (Master Settings) {% endblock %} {% block maincontent %}

Maintain Workflows


{% for wfacc in work_flow_accounting %} {% endfor %}
Company Number Account Assignment Category Account Assignment Value User Name Superior Company Number Superior Account Assignment Category Superior Account Assignment Value Currency
{{wfacc.company_id}} {{wfacc.account_assign_cat}} {{wfacc.acc_value}} {{ wfacc.app_username}} {{wfacc.sup_company_id}} {{wfacc.sup_account_assign_cat}} {{wfacc.sup_acc_value}} {{wfacc.currency_id}}
{% include 'configuration_common_pop_up.html' %}
{% if messages %} {% for message in messages %} {% if message.tags == 'success' %}
{{ message }}
{% endif %} {% if message.tags == 'error' %}
{{ message }}
{% endif %} {% if message.tags == 'info' %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% endblock %}