books/account-suggestions/test-invoices/Betalingspåmindelse_nr._2_fra_EWII.json
Nicolaj Hartmann 66f6fa138d Initial commit: Books accounting system with EventFlow CQRS
Backend (.NET 10):
- EventFlow CQRS/Event Sourcing with PostgreSQL
- GraphQL.NET API with mutations and queries
- Custom ReadModelSqlGenerator for snake_case PostgreSQL columns
- Hangfire for background job processing
- Integration tests with isolated test databases

Frontend (React/Vite):
- Initial project structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-18 02:52:30 +01:00

45 lines
1,002 B
JSON

{
"vendor": {
"name": "EWII A/S",
"address": "Kokbjerg 30, 6000 Kolding",
"country": "DK",
"vatNumber": "DK28297947"
},
"invoice": {
"type": "reminder",
"number": null,
"date": "2024-06-06",
"dueDate": "2024-06-17",
"currency": "DKK",
"totalAmount": 3361.04,
"vatAmount": null,
"netAmount": null
},
"customer": {
"name": "Nicolaj Helmer Hartmann",
"address": "Mejsevej 2, 8370 Hadsten",
"customerNumber": "400143507"
},
"lineItems": [
{
"description": "El restance - Rykker 2",
"amount": 3361.04
}
],
"suggestedAccount": {
"number": 5025,
"name": "El",
"vatCode": "I25",
"region": "DK",
"confidence": 0.95,
"reasoning": "EWII er el-leverandør, betalingspåmindelse vedrører el-forbrug"
},
"alternativeAccounts": [
{
"number": 5040,
"name": "Elafgift",
"confidence": 0.3,
"reasoning": "Kan indeholde elafgift, men primært el-forbrug"
}
]
}