dankito
|
a3696a4716
|
Fixed JSON serialization (as cannot add Jackson annotations to model classes in common project)
|
2022-02-07 00:17:54 +01:00 |
dankito
|
52d3b49baa
|
Made BankingUiCommon a multi platform project
|
2022-02-07 00:17:53 +01:00 |
dankito
|
f4312c52db
|
Also BankingPersistenceJson uses now Banking's ISerializer
|
2022-02-07 00:17:53 +01:00 |
dankito
|
b5cb401636
|
Renamed Account to Customer
|
2022-02-07 00:17:53 +01:00 |
dankito
|
16d6656343
|
Implemented displaying remittees from all account transactions so that user can choose between them and get bank transfer done faster
|
2020-04-25 02:45:37 +02:00 |
dankito
|
88ae4cb045
|
Implemented deleting an account (TODO: implement dialog to edit account e.g. set display name etc.)
|
2020-04-22 22:22:58 +02:00 |
dankl
|
0c8870446e
|
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 |