init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Fixture 25-value-date-and-comments
|
||||
transaction {
|
||||
# Bank facts: preserve these bytes when enrichment changes.
|
||||
facts: {
|
||||
"id": "tx_fixture_25",
|
||||
"source": "csv",
|
||||
"account_id": "acc_main",
|
||||
"booking_date": "2026-01-25",
|
||||
"amount": "-12.34",
|
||||
"currency": "EUR",
|
||||
"raw_description": "Booked after settlement",
|
||||
"fingerprint": "fp_fixture_25",
|
||||
"value_date": "2025-12-31"
|
||||
}
|
||||
// Editable classification metadata follows.
|
||||
enrichment: {
|
||||
"kind": "expense",
|
||||
"tag_ids": [
|
||||
"tag_food",
|
||||
"tag_recurring"
|
||||
],
|
||||
"classification": {
|
||||
"source": "merchant-defaults"
|
||||
},
|
||||
"category_id": "cat_grocery",
|
||||
"merchant_id": "mer_cafe"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user