finance-tracker
finance-tracker copied to clipboard
A web-based tool to keep track of your finances with a focus on automation, privacy, flexible analysis and search.
Now that crypto is stable, we should not allow saving without a password, and guide the new user more clearly into setting a password. Main problems: * on first use,...
Useful e.g. for linking back to online products after purchasing them.
Now that we have passwords, the key no longer needs to have so much entropy and can be made shorter. There is also no reason to have it hexadecimal.
Provide a selection of common icon, optionally entering a custom name for advanced use.
Example amount that cannot be perfectly represented: `1.59` In the amount text field while editing a transaction, it shows up as `1.589999999999`.
Use case: I want to investigate average monthly expenses in 2019, but excluding the month February because it was exceptional for some reason. So I filter by `date:2019 -date:2019-02` and...
Adding `-date:2020-02-02` to the filter removes all transactions that are billed anywhere in the month of February or the year 2020 completely, instead of just their contribution to the specific...
Currently label-breakdown and bucket-breakdown calculate it themselves. Also leads to a bug with the Show more and Show less buttons not being synced with income-only views.
e.g. when adding a transaction with a billing period for the next 6 months, the next 6 months should not show up in analytics by default. Maybe this is a...
The filename is already stored together with the CSV rows, so an easy addition.