aggiunti trasferte, export excel, miglioramenti generali
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="office-display-header"
|
||||
style="margin-bottom: 1rem; font-weight: 600; font-size: 1.1rem; color: var(--text);">
|
||||
Ufficio: <span id="currentOfficeNameDisplay" style="color: var(--primary);">Loading...</span>
|
||||
@@ -100,8 +101,36 @@
|
||||
</div>
|
||||
<div class="legend-item">
|
||||
<div class="legend-color status-absent"></div>
|
||||
<span>Assente</span>
|
||||
<span>Ferie</span>
|
||||
</div>
|
||||
<div class="legend-item">
|
||||
<div class="legend-color status-business_trip"></div>
|
||||
<span>Trasferta</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Export Card (Admin/Manager only) -->
|
||||
<div id="exportCard" class="card" style="display: none;">
|
||||
<h3 style="margin-top: 0; margin-bottom: 1rem; font-size: 1.1rem;">Esporta Report</h3>
|
||||
<div style="display: flex; gap: 1rem; align-items: flex-end;">
|
||||
<div>
|
||||
<small style="display: block; margin-bottom: 0.25rem;">Da:</small>
|
||||
<input type="date" id="exportStartDate" class="form-control">
|
||||
</div>
|
||||
<div>
|
||||
<small style="display: block; margin-bottom: 0.25rem;">A:</small>
|
||||
<input type="date" id="exportEndDate" class="form-control">
|
||||
</div>
|
||||
<button id="exportBtn" class="btn btn-dark" style="height: 38px;">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
stroke-width="2" style="margin-right: 0.5rem;">
|
||||
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path>
|
||||
<polyline points="7 10 12 15 17 10"></polyline>
|
||||
<line x1="12" y1="15" x2="12" y2="3"></line>
|
||||
</svg>
|
||||
Esporta Excel
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -127,7 +156,11 @@
|
||||
</button>
|
||||
<button class="status-btn" data-status="absent">
|
||||
<div class="status-icon status-absent"></div>
|
||||
<span>Assente</span>
|
||||
<span>Ferie</span>
|
||||
</button>
|
||||
<button class="status-btn" data-status="business_trip">
|
||||
<div class="status-icon status-business_trip"></div>
|
||||
<span>Trasferta</span>
|
||||
</button>
|
||||
</div>
|
||||
<button class="btn btn-secondary btn-full" id="clearDayBtn" style="margin-top: 1rem;">Cancella
|
||||
|
||||
Reference in New Issue
Block a user