books/backend/Books.Api
Nicolaj Hartmann 1f75c5d791 Add all backend domain, commands, repositories, and tests
This commit includes all previously untracked backend files:

Domain:
- Accounts, Attachments, BankConnections, Customers
- FiscalYears, Invoices, JournalEntryDrafts
- Orders, Products, UserAccess

Commands & Handlers:
- Full CQRS command structure for all domains

Repositories:
- PostgreSQL repositories for all read models
- Bank transaction and ledger repositories

GraphQL:
- Input types, scalars, and types for all entities
- Mutations and queries

Infrastructure:
- Banking integration (Enable Banking client)
- File storage, Invoicing, Reporting, SAF-T export
- Database migrations (003-029)

Tests:
- Integration tests for GraphQL endpoints
- Domain tests
- Invoicing and reporting tests

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 22:19:42 +01:00
..
AiBookkeeper Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Authentication Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Authorization Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Banking Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Commands Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Controllers Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Database/Migrations Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Domain Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Endpoints Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
EventFlow Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
GraphQL Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Infrastructure Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Invoicing Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Ledger Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Logging Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Properties Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Reporting Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
Saft Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
uploads/company-9b8a6d2e-4788-46d5-884b-bceab0843761 Add all backend domain, commands, repositories, and tests 2026-01-30 22:19:42 +01:00
appsettings.json Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Books.Api.csproj Fix encoding bug and add role helpers for user management 2026-01-30 14:36:27 +01:00
Books.Api.http Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Program.cs Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Startup.cs Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
WeatherForecast.cs Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00