Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add property "amount" for Spends #161

Open
ShoshinNikita opened this issue Dec 15, 2021 · 0 comments
Open

Add property "amount" for Spends #161

ShoshinNikita opened this issue Dec 15, 2021 · 0 comments

Comments

@ShoshinNikita
Copy link
Owner

  • Default value can be NULL or 0 (no value). Another option is to use 1 by default.
  • Value can be rational: 0.152, 3, 1.75 and etc. The maximum precision is 0.0001. We can store it as v*1000 (like money)
  • We can display price (use different name?) next to the cost. Price would be cost / amount. If amount is undefined, price would be -
  • We have to display a lot of data on Month page. So, we can show price only on Search & Statistics page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant