KennethTrecy / peratorakka_server

Server for any Peratorakka client to manage and track personal wealth
https://site--server--xtzwjgsybx5v.code.run
MIT License
0 stars 0 forks source link

Amounts in frozen period are too big #7

Closed KennethTrecy closed 1 year ago

KennethTrecy commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, some financial amounts are too big when checking or reading for frozen periods. This causes the server large bytes such as 12340000/1000 on some financial amounts.

Describe the solution you'd like Using the example above, it would be better if the server can output 12340/1 or 12340 which ever is more possible to reduce the number of bytes being responded.