export function of user list
App (iOS&Android) only white screen after not using.
(balance) list of recent created transaction has duplicates
fixed in commit ebffecd364812f10c76dcd0446d70e66032e5374
(balance) list of recent created transaction has duplicates
(balance) may set min and max values for transaction
Can only do amounts of min 0.01 is fixed in commit 56b09abeaa441d38aacbf1bcdaeba0099ce6ef4a and cab172dc65a71070f06af6866bc6ec8ca2887b62
But no max value of amount is set yet.
(balance) may set min and max values for transaction
Update:
With the scale of 2 in the database, it will simple round to the scale. So in the database is 0.004 a 0.00 and 0.005 a 0.01. This can be correct, maybe it is better always round up oder…
(balance) may set min and max values for transaction
The bug is more deeper than expected. There is following behavior in backend.
If you set a transaction for 0.005€ your amount will be 0.01€
If you set a transaction for 0.004€ your amount…