mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
support importing camt.052 bank statement file
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user