This website requires JavaScript.
Explore
Help
Sign In
codinux
/
BankingClient
Watch
1
Star
0
Fork
You've already forked BankingClient
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b7de25c4c6
BankingClient
/
BankingUiCommon
/
src
/
main
/
java
/
net
/
dankito
/
banking
History
dankl
2a626a8b7c
Fixed that balance of selected accounts got calculated wrong (balances of accounts with multiple bank accounts got added multiple times)
2020-01-25 18:08:40 +01:00
..
persistence
Added IBankingPersistence to be able to store and deserialize added accounts and retrieved account transactions. Implemented BankingPersistenceJson not meant to be a real IBankingPersistence implementation but to get one up and running fast.
2020-01-15 23:55:16 +01:00
ui
Fixed that balance of selected accounts got calculated wrong (balances of accounts with multiple bank accounts got added multiple times)
2020-01-25 18:08:40 +01:00
util
Added IBase64Service to UiCommon to wrap away fints4java IBase64Service
2020-01-08 17:52:12 +01:00