support importing camt.052 bank statement file

This commit is contained in:
MaysWind
2026-01-31 00:20:39 +08:00
parent b470cb63b7
commit 0020f4ede9
26 changed files with 214 additions and 5 deletions
+5
View File
@@ -229,6 +229,11 @@ export const SUPPORTED_IMPORT_FILE_CATEGORY_AND_TYPES: ImportFileCategoryAndType
{
categoryName: 'General Bank Statement Format',
fileTypes: [
{
type: 'camt052',
name: 'Camt.052 Bank to Customer Statement File',
extensions: '.xml'
},
{
type: 'camt053',
name: 'Camt.053 Bank to Customer Statement File',