add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

22
lasuca/scaleinfo.php Normal file
View File

@@ -0,0 +1,22 @@
<?php // phpcs:ignoreFile ?>
<div class="production-card h-100">
<div class="production-card-header">
<span class="metric-badge">Scale</span>
<h3 class="mb-2">Scale intake</h3>
<p class="small text-muted mb-0">Totals reflect posted tickets from the scale house.</p>
</div>
<dl class="production-stats">
<div class="stat-row">
<dt>Tons in today</dt>
<dd><?php include 'inc/tonsin.php'; ?> tons</dd>
</div>
<div class="stat-row">
<dt>Previous day intake</dt>
<dd><?php include 'inc/tonsinprev.php'; ?> tons</dd>
</div>
<div class="stat-row">
<dt>Total tons year-to-date</dt>
<dd><?php include 'inc/tonsintot.php'; ?> tons</dd>
</div>
</dl>
</div>