- Filter dropdown to display receipts by project
- Total banner updates to reflect filtered view
- Export produces a zip with Excel + receipt photos
- Photo filenames use project_date_amount_category format
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add Claude Haiku vision integration to extract amount and date from
receipt photos, re-reading on photo replacement
- Add manual crop overlay with draggable handles for receipt photos
- Open camera directly when tapping + to add new receipt
- Make add/edit modal scrollable on small screens
- Show "Tap to change photo" hint on uploaded photos
- Include api-key in Docker image for Anthropic API access
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add username/password login with session cookies, change-password modal,
and logout. All API endpoints require a valid session. Default credentials
(admin/admin) are auto-created on first run. Also add a date input field
to the receipt modal, defaulting to today but allowing the user to pick
any date.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>