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

10
.gitignore vendored
View File

@@ -20,6 +20,16 @@ tests/test_results_*.csv
installers/
v2/installers/
# Database backups (should not be version-controlled)
shopdb-database-backup-*.sql
database-backup-*.sql
employee*-database-backup-*.sql
shopdb_backup_*.sql
# Backup/scratch files
*.bak
*.pdf
# OS files
.DS_Store
Thumbs.db