Development Build
**Version:** dev-46-4c67b25f
**Commit:** 4c67b25
**Branch:** develop
**Build:** #46
### Docker Image
```
ghcr.io/DRYTRIX/TimeTracker:develop
```
### Quick Start
```bash
docker pull ghcr.io/DRYTRIX/TimeTracker:develop
docker-compose -f deployment-dev.yml up -d
```
### Changes
feat: enhance invoice management UI and add generate-from-time feature
- Enhanced invoice creation form with auto-fill client data from project selection
- Redesigned invoice edit page with improved layout and quick actions sidebar
- Added new generate-from-time template for adding unbilled time entries and costs
- Improved form styling and added responsive design enhancements
- Added internationalization (i18n) support throughout invoice templates
- Added notes and terms fields to invoice forms
- Implemented item removal functionality in invoice editor
- Added comprehensive tests for new invoice features
- Updated .gitignore to exclude logs directory
- Bumped version from 3.0.0 to 3.2.0
The invoice UI now provides:
-
Quick actions panel with export, duplicate, and payment recording links
-
Invoice summary sidebar showing totals and status
-
Tips and guidance sidebars for better UX
-
Client data auto-population when selecting projects
-
Improved visual hierarchy and mobile responsiveness
This is an automated development build. Use at your own risk.