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.
Pie chart like for the labels, to see how much money is spent through CC/transactions/cash.
Low priority because JavaScript only has floats anyways and whether we get rounding errors in the billions or in the trillions doesn't fix the underlying issue ...
Should include "amount" and "currency" inputs, format the number and apply negative style automatically.
Data: amount of new transaction to split off; label of new transaction (optional) Label of original transaction can be configured in a subsequent action if necessary. Further actions on the...
See #15.
So you notice (especially when modifying it, e.g. trying to delete an auto-label).
Currently only ISO 8601 supported.
Needs a more powerful API in `FilterService`. See #15.
Analytics transforms `date` to `billing`, so applying the same filter does not work here. Think about if that feature won't end up confusing the user and myself too much :(
Operations: * add token to filter * functional operations on tokens * build/escape regex * properly quote tokens when necessary Used by: - analytics click handlers - transaction list label...