-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
[Feature Request] Monthly Stats filter #532
Comments
Hi. This is a bit tricky to build. Because we only have the next payment date. And we have to calculate which subscriptions should be paid on a specific month based on the next payment date and on the frequency. |
I don't really know what this means, but it sounds good to me 😁 I would really appreciate that! |
Something like getmontlhycost.php?year=2024&month=11 and it would exclusively calculate and respond with the value. |
Yes. This would be awesome! |
v2.27.0 released has now an endpoint for this. Login, go to the new user profile page and copy your API Key The response will look like:
|
Any chance this info can be added to the Calendar view directly within Wallos? |
@cipriani14 it is now available on v2.37.1 |
Thanks for letting me know! |
I replaced my old Cost-Overview-Sheet with Wallos and it looks really awesome. Thank you for your hard work! But to fully replace my Google Sheet, I would need some more stats. A filtering option would be awesome, to choose only a certain month. For now, Wallos shows the average cost of a month (summary of all costs / 12). But what I need, is to chose for example the next month, to see how much of my budget will left over for this given month. A filter for every month of the year would be perfect. I'm using the scrape integration of Home Assistant to get some information from Wallos. With a filter, I could tell Home Assistant to scrape for example https://wallos/stats.php?month=9 to get the costs for september.
The text was updated successfully, but these errors were encountered: