Compare commits

...

2 Commits

Author SHA1 Message Date
174fa73c2c added scadenziario button 2026-04-02 14:42:02 +02:00
0bd41b8eb0 Ignore matrici attachments 2026-04-02 14:41:52 +02:00
12 changed files with 15 additions and 1 deletions

2
.gitignore vendored
View File

@ -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/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 566 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 591 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 256 KiB

View File

@ -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>