| 사용일 | 분류 | 수단 | 가맹점 | 금액 | 상태 | 동작 |
|---|---|---|---|---|---|---|
| {{ it.spent_at }} | {{ it.category }} | {{ it.method }} |
{{ it.merchant }}
{% if it.memo %}{{ it.memo }} {% endif %}
{% if it.reject_reason %}
반려: {{ it.reject_reason }}
{% endif %}
|
{{ "{:,}".format(it.amount) }} 원 | {% if it.status == '작성중' or it.status == '반려' %} {{ it.status }} {% elif it.status == '제출' %} {{ it.status }} {% elif it.status == '승인' %} {{ it.status }} {% else %} {{ it.status }} {% endif %} | {% if it.status in ('작성중', '반려') and supports_workflow %} {% endif %} {% if it.status in ('작성중', '반려') %} {% if supports_workflow %} {% endif %} {% elif it.status == '제출' and supports_workflow %} {% endif %} |
결재: {{ it.approver_email }} · {{ (it.decided_at or '')[:16].replace('T',' ') }}
{% endif %}
|
||||||
| 등록된 경비가 없습니다. | ||||||