Enable importing transaction number as imported_id in pl.ing
This commit is contained in:
@@ -66,6 +66,7 @@ export default class extends BaseTransactionParser<ParserConfig> {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
amount,
|
amount,
|
||||||
|
imported_id: ing.transactionNumber,
|
||||||
notes: ing.title,
|
notes: ing.title,
|
||||||
date: ing.transactionDate,
|
date: ing.transactionDate,
|
||||||
imported_payee: ing.contrahentData?.trim()?.replaceAll(/\s+/g, " ")
|
imported_payee: ing.contrahentData?.trim()?.replaceAll(/\s+/g, " ")
|
||||||
|
|||||||
Reference in New Issue
Block a user