books/backend/Books.Api
Nicolaj Hartmann 6e78028f98 Add BankReconciliationJob for Hangfire
Creates a recurring Hangfire job that compares bank account balances
from Enable Banking with the corresponding ledger accounts:

- Runs daily via Hangfire recurring schedule
- Supports manual trigger per company via GraphQL
- Flags discrepancies > 1 cent with detailed logging
- Includes retry logic for transient failures

Closes books-5tg

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 14:37:05 +01:00
..
Authentication Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Banking Add BankReconciliationJob for Hangfire 2026-01-30 14:37:05 +01:00
Commands Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Controllers Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Database/Migrations Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Domain Add OpenID Connect + API Key authentication 2026-01-18 11:49:29 +01:00
Endpoints Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
EventFlow Fix encoding bug and add role helpers for user management 2026-01-30 14:36:27 +01:00
GraphQL Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +01:00
Infrastructure Initial commit: Books accounting system with EventFlow CQRS 2026-01-18 02:52:30 +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
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