We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is only the CRUD this is not the report.
CRUD with:
title
categories
,
value
kind
weekly
monthly
yearly
The goal here is to have something like:
I (user) want to limit my expenses with supermarket to 200 weekly
Which turns out to be:
title=
categories=
value=
kind=
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is only the CRUD this is not the report.
CRUD with:
title
- stringcategories
- list of categories split by,
value
- floatkind
- Enumeration:weekly
,monthly
,yearly
Example
The goal here is to have something like:
Which turns out to be:
title=
"Weekly supermarket expenses"categories=
"supermarket"value=
200kind=
weekly
The text was updated successfully, but these errors were encountered: