import transactions from camt.053 file

This commit is contained in:
MaysWind
2025-06-18 00:51:19 +08:00
parent fe7736a7f6
commit 7127c5539a
20 changed files with 1274 additions and 1 deletions
+5
View File
@@ -162,6 +162,11 @@ export const SUPPORTED_IMPORT_FILE_TYPES: ImportFileType[] = [
name: 'Intuit Interchange Format (IIF) File',
extensions: '.iif'
},
{
type: 'camt053',
name: 'Camt.053 Bank to Customer Statement File',
extensions: '.xml'
},
{
type: 'gnucash',
name: 'GnuCash XML Database File',