Stock Take PDF

This commit is contained in:
2026-06-18 20:15:24 +01:00
parent 0fea301af1
commit 3f230bb0d7
3 changed files with 263 additions and 3 deletions
+3 -2
View File
@@ -31,7 +31,7 @@
<label for="reportTypeSelect">Report</label>
<select id="reportTypeSelect">
<option value="dispensing" selected>Dispensing History</option>
<option value="global_inventory">Global Inventory</option>
<option value="global_inventory">Stock Check</option>
<option value="batch_attention">Expired Batches</option>
<option value="audit">Audit Trail (Raw)</option>
</select>
@@ -64,6 +64,7 @@
<button id="applyReportFiltersBtn" type="button" class="btn btn-primary btn-small">Apply Filters</button>
<button id="clearReportFiltersBtn" type="button" class="btn btn-secondary btn-small">Clear</button>
<button id="refreshReportsBtn" type="button" class="btn btn-secondary btn-small">Refresh</button>
<button id="stockCheckPdfBtn" type="button" class="btn btn-secondary btn-small" style="display: none;">Print Stock Check</button>
</div>
</div>
</div>
@@ -120,4 +121,4 @@
<script src="reports.js"></script>
</body>
</html>
</html>