Implement keyboard navigation and improve receipt printing
- Add keyboard navigation to /bets and /bets/new pages (admin and cashier) - Add keyboard navigation to /cashier/verify-bet page with auto-focus - Implement conditional QR code and barcode printing based on settings - Remove fist icon and MBETTER title from printed receipts - Remove FIXTURE, ITEMS, and STATUS lines from receipts - Add python-barcode dependency for barcode generation - Update PyInstaller build script with barcode imports - Apply receipt changes to all bet list and detail pages
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
| ... | ... | @@ -33,6 +33,7 @@ netifaces>=0.11.0 |
| # Video and image processing | ||
| opencv-python>=4.5.0 | ||
| Pillow>=9.0.0 | ||
| python-barcode[images]>=0.14.0 | ||
| # Screen capture and streaming (optional dependencies) | ||
| ffmpeg-python>=0.2.0 | ||
| ... | ... |
Please
register
or
sign in
to comment