From cbc63b6417d9a430b1706c59dd61519b4ce474a2 Mon Sep 17 00:00:00 2001 From: Florian Degenhardt Date: Fri, 24 Feb 2023 14:36:14 +0100 Subject: [PATCH] add estateguru Penalty type and fix bookingdate --- config/estateguru.yml | 2 +- config/estateguru_en.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/estateguru.yml b/config/estateguru.yml index d971d89..c557e09 100644 --- a/config/estateguru.yml +++ b/config/estateguru.yml @@ -2,7 +2,7 @@ type_regex: !!map deposit: "^Einzahlung.*" withdraw: "^Auszahlung.*" - interest: "(^Empfehlungsbonus.*)|(^Zins.*)|(^Sondervergütung.*)|(^Empfehlung.*)|(^Bonus.*)" + interest: "(^Empfehlungsbonus.*)|(^Zins.*)|(^Sondervergütung.*)|(^Empfehlung.*)|(^Bonus.*)|(^Strafe.*)" csv_fieldnames: !!map booking_date: 'Zahlungsdatum' diff --git a/config/estateguru_en.yml b/config/estateguru_en.yml index 2a7e05e..57f7faf 100644 --- a/config/estateguru_en.yml +++ b/config/estateguru_en.yml @@ -2,12 +2,12 @@ type_regex: !!map deposit: "^Deposit.*" withdraw: "^Withdrawal.*" - interest: "(^Interest.*)|(^Indemnity.*)|(^Referral.*)|(^EG Bonus.*)|(^Secondary Market Profit.*)" + interest: "(^Interest.*)|(^Indemnity.*)|(^Referral.*)|(^EG Bonus.*)|(^Secondary Market Profit.*)|(^Penalty.*)" fee: "(^Secondary Market Loss.*)|(^Fee.*)" csv_fieldnames: !!map - booking_date: 'Payment Date' - booking_date_format: '%d/%m/%Y %H:%M' + booking_date: 'Confirmation Date' + booking_date_format: '%d.%m.%Y %H:%M' booking_details: 'Loan Code' booking_id: 'ID' booking_type: 'Cash Flow Type'