This commit is contained in:
Lars Nolden
2026-09-10 12:30:42 +02:00
commit 9843fe0c50
79 changed files with 16318 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Fixture 08-tabs
transaction {
# Bank facts: preserve these bytes when enrichment changes.
facts: {
"id": "tx_fixture_08",
"source": "csv",
"account_id": "acc_main",
"booking_date": "2026-01-08",
"amount": "-12.34",
"currency": "EUR",
"raw_description": "Terminal\tA\tReceipt",
"fingerprint": "fp_fixture_8"
}
// Editable classification metadata follows.
enrichment: {
"kind": "expense",
"tag_ids": [],
"classification": {
"source": "fallback"
},
"category_id": "cat_expenses_unclassified"
}
}