Fix model and add debug info.

This commit is contained in:
James Cole
2019-05-11 05:32:09 +02:00
parent c0029af929
commit fd28589395
11 changed files with 11796 additions and 28017 deletions

View File

@@ -46,6 +46,7 @@ class BankDebitCredit implements ConverterInterface
$negative = [
'D', // Old style Rabobank (NL). Short for "Debit"
'A', // New style Rabobank (NL). Short for "Af"
'DR', // https://old.reddit.com/r/FireflyIII/comments/bn2edf/generic_debitcredit_indicator/
'Af', // ING (NL).
'Debet', // Triodos (NL)
];