대시보드 조회
<% if (typeof noSnapshotForPeriod !== 'undefined' && noSnapshotForPeriod) { %>선택한 연도·분기에 저장된 업로드가 없어 기본 샘플 데이터를 표시합니다. 해당 기간 엑셀을 업로드하면 여기에 반영됩니다.
<% } %>엑셀 업로드
매출 집계 엑셀(매출일보 시트 포함)을 업로드하면 스냅샷이 저장되고, 위 대시보드에 반영됩니다.
<% if (typeof uploadHistory !== 'undefined' && uploadHistory && uploadHistory.length) { %>
최근 업로드
<% } %>
| 일시 | 파일명 | 연도·분기 | |
|---|---|---|---|
| <%= u.created_at ? new Date(u.created_at).toLocaleString('ko-KR') : '-' %> | <%= u.original_filename || '-' %> | <%= u.fiscal_year != null && u.fiscal_year !== '' ? u.fiscal_year + '년 Q' + u.quarter : '-' %> |