{% 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 %} {% if section.key != 'bridge_expense_review' %} {% endif %} {% endfor %}
{% for section in wehago_compare.metric_sections %} {% if section.key != 'bridge_expense_review' %}
{% set show_export_button = section.key in ['voucher_matched', 'erp_voucher_matched', 'voucher_unmatched', 'erp_voucher_unmatched'] %} {% if section.key == 'matched' or show_export_button %}
{{ section.label }}
{% if section.key == 'matched' %} {% endif %} {% if show_export_button %} {% endif %}
{% else %} {{ section.label }} {% endif %} {% if section.key in ['matched', 'amount_mismatch'] %}
{% if section.key == 'amount_mismatch' %} {% endif %}
{% else %}
{% if section.key == 'voucher_recheck' %} {% endif %} {% if section.key in ['ledger_only', 'voucher_only'] %} {% endif %}
{% endif %}
상태를 클릭하거나 조회를 실행하면 결과를 불러옵니다.
{% endif %} {% endfor %}

정확도 추천 워크벤치

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