Lukas Bonauer
Lukas Bonauer
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.
Prerequisite: #25.
Case in point: Chrome mobile does not provide `window.crypto.subtle` in non-HTTPS contexts, such as on the dev server.
On first save: * generate an asymmetric key pair `(private, pub)` * store `private` in DataContainer (then encrypt) * sign final data blob with `private` * send `pub` with save...