Annual spend is incorrect if the subscription price changes #32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the logic is that a subscription has a single price and this is multiplied by the renewal period, which means a subscription changing price over time results in inaccurate data.
I currently have to deal with this in a spreadsheet where I track subscriptions, and there all I could do was have a offset value, but with an app like subtrackr, it could actually have multiple prices over time for subscriptions, which would give better data for total spend (but does make it a bit more complicated to calculate)
I'd probably call this a feature request, not a bug, but I'm not really sure. All I know is that all my subscriptions keep getting more expensive and tracking total spend is difficult
Thanks @ThisIsMissEm -- I'm going to label this a bug as the total annual spend should be accurate including all the subscriptions. I must of introduced this in v0.3.1
I'm not sure if this would make sense either, but maybe converting the currency to the currently local currency would be nice too? And when a new price is added, calculate the historical converted local currency value?
There used to be synth from maybe finance, but, uh, they apparently shutdown that service completely.
Addressed now in the v0.4.0 Release, any feedback would be great. I'll keep an eye if this still isn't resolved @ThisIsMissEm