- Single column layout (not 2-column dark theme)
- Light theme with red (#c0272d) accent color matching n8n
- All sections: Sangrias, Despesas, PIX CNPJ, Vales, À Receber, Saldo de Caixa, Fechamento, Cancelamentos, Cartões 4 colunas
- sys-grid with editable system values
- fechamento counted values grid
- Diferença calculation with color feedback (green/orange/red)
- Cards 4-column grid at bottom
- Footer with action buttons
- Stubbed usb_windows module (printing needs native Windows build)
- Added Tauri commands: detectar/configurar/imprimir_recibo/teste_impressora
- Fixed tipo annotation and concat type mismatch
- Removed windows-sys dependency (unstable API)
Windows .exe available via GitHub Actions CI
- Storage: SQLite local via rusqlite
- Supabase: REST API via reqwest
- Printer: USB ESC/POS for TM-T20
- Frontend: vanilla HTML (form-v9.3 ported)
- Build: GitHub Actions for Linux/Windows/macOS