Add displaylocations, location/inspection migrations, UI refinements

- New displaylocations.asp (production location listing)
- 3 new SQL migrations: inspection machine type, location relationship
  types, pctype inspection update
- displaymachine.asp / printbadge.asp substantial rework
- editmachine/editpc/savemachineedit: ~50 line additions each
- Dashboard index.html + tv-dashboard tweaks
- .gitignore: block database-backup-*.sql, *.bak, *.pdf

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
cproudlock
2026-04-17 12:06:28 -04:00
parent 814897f075
commit 08ffa4ba36
22 changed files with 951 additions and 170 deletions

View File

@@ -1049,9 +1049,9 @@
<div class="filter-container">
<div class="clock" id="clock"></div>
<div>
<label for="businessUnitFilter" class="filter-label">Business Unit:</label>
<label for="businessUnitFilter" class="filter-label">Location:</label>
<select id="businessUnitFilter" class="filter-select">
<option value="">All Units</option>
<option value="">All Locations</option>
</select>
</div>
</div>