added Files JSON import

This commit is contained in:
2024-11-05 16:18:55 +01:00
parent c6f01119de
commit 8ab9f5f948
25 changed files with 314 additions and 95 deletions
+2 -1
View File
@@ -452,11 +452,12 @@ include('parsedatachart.php');
<div class="col-md-4">
<label for="supplierFilter">Supplier</label>
<select id="supplierFilter" class="form-control select2" multiple>
<?php foreach ($productBySupplier as $supplier): ?>
<?php foreach ($productDropdown as $supplier): ?>
<option value="<?php echo $supplier['supplier']; ?>"><?php echo $supplier['supplier']; ?></option>
<?php endforeach; ?>
</select>
</div>
</div>
<hr>
<!-- Active Filters Display -->