feat: auto check-in on barcode scan of existing assets

- handleBarcode() now calls autoCheckin() after finding asset via barcode
- showScannedAsset() no longer shows manual checkin card
- Replace 'Check In' button with 'Auto checked in' indicator
- Add CSS for sr-checkin-done span
This commit is contained in:
2026-05-20 17:57:04 -04:00
parent c1020ac702
commit b69bffe44a
3 changed files with 160 additions and 6 deletions
+2
View File
@@ -13,6 +13,8 @@ import os
import re
import secrets
import sqlite3
import urllib.error
import urllib.request
import uuid
from contextlib import asynccontextmanager
from pathlib import Path