Commit Graph

15 Commits

Author SHA1 Message Date
dankl 69dea311bf Implemented mapping all AccountTypes 2020-01-25 18:06:34 +01:00
dankl be479edc11 Fixed that bookedTransactions just got associated with first available bank account, which is just not true; Fixed grouping balances by BankAccount 2020-01-25 18:05:14 +01:00
dankl 438772a6a2 Added supportsRetrievingAccountTransactions, supportsRetrievingBalance, supportsTransferringMoney to BankAccount and BankData. Enabling features retrieving account transactions and transferring money now only if a bank account supports this. 2020-01-25 16:58:43 +01:00
dankito 57aba0971d Implemented that for retrieving account transactions and for bank transfer the concrete AccountData is required (as for CustomerData with multiple accounts using CustomerData will not work) 2020-01-21 00:54:06 +01:00
dankl e5d04fc3c8 Re-added askUserForTanProcedure() so user (also that one of the library) really has a change to select a TAN procedure. As default selection otherwise gets hidden deep inside fints4java lib and if library user's enter tan dialog does not support selecting TAN procedure user would never have the choice to select her preferred procedure. 2020-01-19 16:50:26 +01:00
dankl 954db89e2f Implemented that TAN media und procedures get updated and its changes persisted 2020-01-19 16:22:43 +01:00
dankl e022616045 Changed property order 2020-01-16 00:12:56 +01:00
dankl ab61064d35 Changed property order 2020-01-13 00:41:49 +01:00
dankl cdc720a511 Adjusted property order and added balance 2020-01-13 00:06:57 +01:00
dankl ce58ef60ca Trying to get inner exception for errorToShowToUser 2020-01-08 22:59:33 +01:00
dankl 7fbd6159ac Added error to BankingClientResponse 2020-01-08 22:59:02 +01:00
dankl a9883ff355 Added IBankingClientCreator to get fints4javaBankingClient off MainWindowPresenter 2020-01-08 18:02:41 +01:00
dankl 6579dcfe3a Added IBase64Service to UiCommon to wrap away fints4java IBase64Service 2020-01-08 17:52:12 +01:00
dankl 6e712316ab Implemented BankingClientCallback to abstract away FinTsClientCallback 2020-01-03 00:35:36 +01:00
dankl b7e294bcbe Added IBankingClient to abstract away fints4java in UI and implemented fints4javaBankingClient 2020-01-02 22:39:02 +01:00