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