<%- include('partials/favicon') %> 경영성과 대시보드 - XAVIS
<%- include('partials/nav', { activeMenu: 'dashboard', adminMode: typeof adminMode !== 'undefined' ? adminMode : false, }) %>

경영성과 대시보드

엑셀 업로드

매출 집계 엑셀(매출일보 시트 포함)을 업로드하면 스냅샷이 저장되고, 아래 대시보드에 반영됩니다.

<% if (typeof uploadHistory !== 'undefined' && uploadHistory && uploadHistory.length) { %>
최근 업로드 <% uploadHistory.forEach(function (u) { %> <% }); %>
일시 파일명 연도·분기
<%= u.created_at ? new Date(u.created_at).toLocaleString('ko-KR') : '-' %> <%= u.original_filename || '-' %> <%= u.fiscal_year %>년 Q<%= u.quarter %>
<% } %>

대시보드 조회