엑셀 업로드
매출 집계 엑셀(매출일보 시트 포함)을 업로드하면 스냅샷이 저장되고, 아래 대시보드에 반영됩니다.
<% if (typeof uploadHistory !== 'undefined' && uploadHistory && uploadHistory.length) { %>
최근 업로드
<% } %>
| 일시 | 파일명 | 연도·분기 |
|---|---|---|
| <%= u.created_at ? new Date(u.created_at).toLocaleString('ko-KR') : '-' %> | <%= u.original_filename || '-' %> | <%= u.fiscal_year %>년 Q<%= u.quarter %> |