Tim Gröger crimsen
  • Joined on 2021-03-31
crimsen pushed to develop at Flaschengeist/flaschengeist 2024-01-16 21:34:40 +00:00
645e2865a6 update dependencies
crimsen pushed tag v1.0.0 to Flaschengeist/flaschengeist-users 2024-01-16 18:56:10 +00:00
crimsen pushed to develop at Flaschengeist/flaschengeist-users 2024-01-16 18:56:05 +00:00
94c45fe3f4 update to version 1.0.0
crimsen pushed tag v1.0.0 to Flaschengeist/flaschengeist-types 2024-01-16 18:55:20 +00:00
crimsen pushed to develop at Flaschengeist/flaschengeist-types 2024-01-16 18:55:13 +00:00
74a4c7c8d8 update version to 1.0.0
crimsen pushed to develop at Flaschengeist/flaschengeist-schedule 2024-01-16 18:54:17 +00:00
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
Compare 4 commits »
crimsen pushed to develop at Flaschengeist/flaschengeist-frontend 2024-01-16 18:52:54 +00:00
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
Compare 3 commits »
crimsen pushed tag v1.0.0 to Flaschengeist/flaschengeist-balance 2024-01-16 18:51:23 +00:00
crimsen pushed to develop at Flaschengeist/flaschengeist-balance 2024-01-16 18:51:16 +00:00
1350e34fd3 update version to 1.0.0
crimsen pushed to develop at Flaschengeist/flaschengeist 2024-01-16 18:50:26 +00:00
bddb11d1b4 update version to 2.0.0
crimsen opened issue Flaschengeist/flaschengeist#36 2023-08-15 17:00:06 +00:00
export function of user list
crimsen pushed to develop at Flaschengeist/flaschengeist-frontend 2023-06-14 10:10:37 +00:00
417689b725 update dependencies
crimsen opened issue Flaschengeist/flaschengeist#35 2023-06-14 04:54:29 +00:00
App (iOS&Android) only white screen after not using.
crimsen commented on issue Flaschengeist/flaschengeist#34 2023-05-17 12:55:06 +00:00
(balance) list of recent created transaction has duplicates

fixed in commit ebffecd364812f10c76dcd0446d70e66032e5374

crimsen closed issue Flaschengeist/flaschengeist#34 2023-05-17 12:55:06 +00:00
(balance) list of recent created transaction has duplicates
crimsen commented on issue Flaschengeist/flaschengeist#33 2023-05-17 12:49:47 +00:00
(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.

crimsen pushed to develop at Flaschengeist/flaschengeist 2023-05-17 12:47:50 +00:00
cab172dc65 fix floor transaction with value which has more ziffers than scale #33
crimsen pushed to develop at Flaschengeist/flaschengeist-balance 2023-05-17 12:36:32 +00:00
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
Compare 4 commits »
crimsen commented on issue Flaschengeist/flaschengeist#33 2023-05-17 08:24:36 +00:00
(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…

crimsen commented on issue Flaschengeist/flaschengeist#33 2023-05-17 07:17:09 +00:00
(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…