{% extends "erp_base.html" %} {% block content %}
← 개인경비
전부 다운로드(zip)

직원별 승인 금액 합계

{{ month }} · 총 {{ "{:,}".format(grand_total) }} 원
{% for r in owner_summary %} {% else %} {% endfor %} {% if owner_summary %} {% endif %}
이름 이메일 건수 합계금액
{{ r.name }} {{ r.owner }} {{ r.count }} {{ "{:,}".format(r.total) }} 원
해당 월 승인완료 항목이 없습니다.
합계 {{ count }} {{ "{:,}".format(grand_total) }} 원

승인완료 항목 ({{ count }}건)

전 직원 · 사용일 기준 {{ month }}
{% for it in items %} {% else %} {% endfor %}
사용일 이름 분류 수단 가맹점/메모 금액 상태 첨부
{{ it.spent_at }} {{ it.owner_name }}
{{ it.owner }}
{{ it.category }} {{ it.method }}
{{ it.merchant }}
{% if it.memo %}
{{ it.memo }}
{% endif %}
{{ "{:,}".format(it.amount) }} 원 {% if it.status == '정산완료' %} {{ it.status }} {% else %} {{ it.status }} {% endif %}
해당 월 승인완료 항목이 없습니다.
{% endblock %} {% block scripts %} {% endblock %}