923f5ec27c
update version to 1.0.0
084ad8f945
fix correct datetimes in jobslots when change event start
7b1e37b3a7
fix correct datetimes in jobslots when come from template
9a648e8443
fix show january
ee7e03ce28
update to version to 2.0.0
2928c241ad
fix prevention that click card when click on notification buttons
fe9ec96ce1
update behavior of left drawer
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.
9584774d18
update balance when transaction is reverted
59a430bea8
fix that button for transaction drawer always on right side
ebffecd364
fix that transaction list on to revert does not have multiple items
56b09abeaa
fix #33, values only in full cents
(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…