feat: add QIF import

This commit is contained in:
Herculino Trotta
2026-01-25 16:46:56 -03:00
parent 50e5492ea1
commit d5bbad7887
5 changed files with 504 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
settings:
file_type: qif
importing: transactions
date_format: "%d/%m/%Y"
skip_errors: true
mapping: {}
deduplicate: []

View File

@@ -0,0 +1,7 @@
{
"author": "eitchtee",
"description": "Standard QIF Import. Mapping is automatic.",
"schema_version": 1,
"name": "Standard QIF",
"message": "Account is inferred from filename (e.g., 'Checking.qif' -> Account 'Checking').\nYou might need to change the date format to match the date format on your file."
}