Commit Graph

19 Commits

Author SHA1 Message Date
4636acf7b0 refactor(app): implement year filter for account entries and update related services 2026-04-03 14:11:42 +02:00
08185f88cd refactor(app): split dashboard settings and layout into partial classes 2026-04-03 12:59:16 +02:00
b8b1c74a84 refactor(app): extract dialog component logic to code-behind 2026-04-03 12:59:11 +02:00
55c2c01418 refactor(app): move account razor inline code to partial classes 2026-04-03 12:59:06 +02:00
9807e4d61d Refactor dialog components to remove Cancel event from backdrop; enhance confirmation dialog for restore functionality 2026-04-03 12:46:28 +02:00
9aa1fee49e Add unit tests for DashboardPdfStatementService to validate PDF generation with entries and transfers 2026-04-03 12:33:48 +02:00
69181e66b0 Refactor EntryService to allow shared DisplayId for transfers; update related tests and migration files 2026-04-03 12:00:53 +02:00
387c18e834 Implement backup and restore functionality; add IBackupService and BackupService; refactor services to use DbContextFactory 2026-04-03 10:53:53 +02:00
0923c037eb Refactor terminology in dialogs and tables for consistency; update styles for number inputs and footer links 2026-04-03 09:32:14 +02:00
719b33bb71 Refactor AddEntryDialog and AccountDetail for improved UI consistency; remove unused AddYearDialog; enhance Dashboard layout and button styles 2026-04-03 09:16:59 +02:00
a02b0e9436 Refactor dialog components to use form-container for improved layout and styling; update button styles for consistency 2026-04-03 08:57:55 +02:00
c376c70fec Enhance ConfirmDialog with customizable button styles and add PDF opening functionality in AccountDetail 2026-03-31 19:21:14 +02:00
68e4e1aa4b Add club settings and use club name in PDF exports 2026-03-31 18:05:45 +02:00
27389bf860 Set desktop default and minimum window size 2026-03-31 18:05:39 +02:00
a6d056fe99 Refactor account card title and layout styles for improved UI consistency 2026-03-31 17:38:55 +02:00
d5164d34aa Add WPF/WebView2 desktop host project
- Program.cs with application bootstrap and DI setup
- index.html entry point with Blazor WebView
- Application stylesheet
2026-03-31 17:13:20 +02:00
f5c2be9339 Add Blazor application layer with UI components and pages
- Service interfaces and DTO models
- Dashboard page with account overview
- Account detail page with year/entry management
- Reusable components: AccountCard, EntryTable, YearSelector
- Dialog components: Add/Edit Account, Entry, Transfer, Year
- Main layout and routing configuration
2026-03-31 17:13:09 +02:00
c3d68020d5 Add infrastructure layer with persistence and services
- EF Core DbContext and entity configurations
- Design-time factory for migrations
- Initial and soft-delete migrations
- Service implementations: Account, AccountYear, Entry,
  BalanceQuery, FileSave, PdfStatement
- Dependency injection registration
2026-03-31 17:12:57 +02:00
8fbb8b8ea2 Add domain model with entities and enums
- Account, AccountYear, Entry, TransferLink entities
- EntryType enum (Income/Expense)
- Soft-delete support via IsDeleted flag
2026-03-31 17:12:46 +02:00