books/account-suggestions/test-invoices/fibia_receipt_72147924.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

65 lines
1.5 KiB
JSON

{
"vendor": {
"name": "Waoo (Fibia P/S)",
"address": "Energivej 33, 4690 Haslev",
"country": "DK",
"vatNumber": "DK36058552"
},
"invoice": {
"type": "invoice",
"number": "08338955",
"date": "2025-08-07",
"dueDate": "2025-09-01",
"currency": "DKK",
"totalAmount": 1284.00,
"vatAmount": 256.80,
"netAmount": 1027.20
},
"customer": {
"name": "Nicolaj Hartmann",
"address": "Mejsevej 2, Hadbjerg, 8370 Hadsten",
"customerNumber": "1299453",
"contractNumber": "861418"
},
"lineItems": [
{
"description": "Waoo Fiber 1000",
"period": "01.09.2025 - 30.09.2025",
"amount": 389.00
},
{
"description": "Waoo Fiber 1000",
"period": "01.10.2025 - 31.10.2025",
"amount": 389.00
},
{
"description": "Waoo Fiber 1000",
"period": "01.11.2025 - 30.11.2025",
"amount": 389.00
},
{
"description": "Abonnement Fast IP adresse",
"period": "01.09.2025 - 30.09.2025",
"amount": 39.00
},
{
"description": "Abonnement Fast IP adresse",
"period": "01.10.2025 - 31.10.2025",
"amount": 39.00
},
{
"description": "Abonnement Fast IP adresse",
"period": "01.11.2025 - 30.11.2025",
"amount": 39.00
}
],
"suggestedAccount": {
"number": 7300,
"name": "Internet og webhotel",
"vatCode": "I25",
"region": "DK",
"confidence": 0.98,
"reasoning": "Fiber internet abonnement fra dansk udbyder med 25% moms"
},
"alternativeAccounts": []
}