{% extends "base.html" %} {% block title %}전표비교{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{% for item in wehago_compare.wehago_account_options %} {% endfor %} {% for item in wehago_compare.erp_account_options %} {% endfor %}

{{ wehago_compare.page_title }}

~
{% if wehago_compare.last_action %} 최근 작업: {{ wehago_compare.last_action.action_type }} / {{ "{:,}".format(wehago_compare.last_action.count or 0) }}건 {% else %} 최근 작업: 없음 {% endif %}

현황

기간 {{ wehago_compare.selected_start_year or '-' }} ~ {{ wehago_compare.selected_end_year or '-' }}
{% for section in wehago_compare.metric_sections %} {% endfor %}
{% for section in wehago_compare.metric_sections %}
{{ section.label }} {% if section.key in ['matched', 'amount_mismatch'] %}
{% if section.key == 'amount_mismatch' %} {% endif %}
{% else %}
{% if section.key in ['ledger_only', 'voucher_only'] %} {% endif %}
{% endif %}
상태를 클릭하거나 조회를 실행하면 결과를 불러옵니다.
{% endfor %}

정확도 추천 워크벤치

정확도 추천 버튼을 누르면 결과가 표시됩니다.
{% endblock %}