mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 08:14:25 +08:00
import payee field as tags when importing a QIF file (#356)
This commit is contained in:
+5
-1
@@ -168,7 +168,11 @@ export const SUPPORTED_IMPORT_FILE_CATEGORY_AND_TYPES: ImportFileCategoryAndType
|
||||
type: 'qif_dmy',
|
||||
name: 'Day-month-year format',
|
||||
}
|
||||
]
|
||||
],
|
||||
supportedAdditionalOptions: {
|
||||
payeeAsTag: false,
|
||||
payeeAsDescription: true
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'iif',
|
||||
|
||||
Reference in New Issue
Block a user