Add converter test data

This commit is contained in:
2026-01-05 19:40:26 +10:00
parent 3b37c62f17
commit 6ad7c0362a
10 changed files with 279 additions and 0 deletions

View File

@@ -0,0 +1,67 @@
{
"wise_v0": {
"rules": [
{
"record_fields": {
"target_account": "Amazon Kindle"
},
"transaction_fields": {
"target_account": "Expenses:Kindle"
}
},
{
"record_fields": {
"target_account": "Amazon Prime"
},
"transaction_fields": {
"flag": "*",
"payee": "Amazon",
"narration": "Amazon Prime Subscription",
"target_account": "Expenses:AmazonPrime"
}
},
{
"record_fields": {
"target_account": "Twitch"
},
"transaction_fields": {
"payee": "Twitch",
"narration": "Twitch Subscription",
"target_account": "Expenses:Twitch"
}
},
{
"record_fields": {
"source_account": "Bossman"
},
"transaction_fields": {
"flag": "*",
"payee": "Bossman",
"narration": "Income from Bossman",
"source_account": "Income:Bossman"
}
},
{
"record_fields": {
"source_account": "John Doe",
"target_account": "John Doe"
},
"transaction_fields": {
"narration": "Internal Transfer",
"source_account": "Assets:BankAccount"
}
},
{
"record_fields": {
"target_account": "Foodworks"
},
"transaction_fields": {
"flag": "*",
"payee": "Foodworks",
"narration": "Grocery Shop",
"target_account": "Expenses:Foodworks"
}
}
]
}
}