import transactions from mt940 file

This commit is contained in:
MaysWind
2025-06-20 00:57:07 +08:00
parent 8f0e6ba95a
commit 4a6f7eb43c
20 changed files with 1128 additions and 1 deletions
+5
View File
@@ -167,6 +167,11 @@ export const SUPPORTED_IMPORT_FILE_TYPES: ImportFileType[] = [
name: 'Camt.053 Bank to Customer Statement File',
extensions: '.xml'
},
{
type: 'mt940',
name: 'MT940 Consumer Statement Message File',
extensions: '.txt'
},
{
type: 'gnucash',
name: 'GnuCash XML Database File',