Compare commits
2 Commits
248ae63875
...
174fa73c2c
| Author | SHA1 | Date | |
|---|---|---|---|
| 174fa73c2c | |||
| 0bd41b8eb0 |
2
.gitignore
vendored
@ -32,6 +32,8 @@ auth.json
|
||||
# File XLSX temporanei importati
|
||||
/public/userarea/imported_trf/*.xlsx
|
||||
/public/userarea/xlstemplates/*.xlsx
|
||||
/public/userarea/photos/matrici/allegati/
|
||||
/public/userarea/photos/matrici/allegati/*
|
||||
|
||||
# Ignora cartelle di foto generate
|
||||
/public/photostrf/
|
||||
|
||||
|
Before Width: | Height: | Size: 566 KiB |
|
Before Width: | Height: | Size: 591 KiB |
|
Before Width: | Height: | Size: 566 KiB |
|
Before Width: | Height: | Size: 256 KiB |
|
Before Width: | Height: | Size: 256 KiB |
|
Before Width: | Height: | Size: 187 KiB |
|
Before Width: | Height: | Size: 591 KiB |
|
Before Width: | Height: | Size: 256 KiB |
@ -203,6 +203,11 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-scadenziario {
|
||||
background: linear-gradient(135deg, #ffb86b, #ffd59a);
|
||||
color: #2b3e50;
|
||||
}
|
||||
|
||||
.btn-statistiche {
|
||||
background: linear-gradient(135deg, #ffe0a3ff, #fff1c1ff);
|
||||
}
|
||||
@ -335,7 +340,7 @@
|
||||
<div class="section-icon">🚀</div>
|
||||
<div style="min-width:0;">
|
||||
<p class="section-title">Operativo</p>
|
||||
<p class="section-subtitle">Azioni principali di produzione</p>
|
||||
<p class="section-subtitle">Azioni principali di produzione e attività in scadenza</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chev">⌄</div>
|
||||
@ -349,6 +354,8 @@
|
||||
<div>Programmazione</div>
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
<button class="dash-btn btn-status" onclick="location.href='production_line_view2.php'">
|
||||
<div class="dash-icon">⚙️</div>
|
||||
<div>Line View</div>
|
||||
@ -372,6 +379,11 @@
|
||||
<button class="dash-btn btn-magazzino" onclick="location.href='warehouse_dashboard.php'">
|
||||
<div class="dash-icon">📦</div>
|
||||
<div>Magazzino</div>
|
||||
|
||||
</button>
|
||||
<button class="dash-btn btn-scadenziario" onclick="location.href='activities_deadlines.php'">
|
||||
<div class="dash-icon">⏰</div>
|
||||
<div>Scadenziario</div>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||