Lukas Bonauer

Results 73 issues of 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`.

type: bug
prio: 3
size: simple

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...

prio: 2
type: new feature
size: simple

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...

type: bug
prio: 1
size: medium
question

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.

prio: 2
type: internal
size: simple

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...

prio: 2
type: enhancement
size: simple
question

The filename is already stored together with the CSV rows, so an easy addition.

prio: 3
type: new feature
size: simple

Currently not encrypted.

prio: 3
type: new feature
size: simple

Prerequisite: #25.

prio: 1
size: complex
type: enhancement
accepted

Case in point: Chrome mobile does not provide `window.crypto.subtle` in non-HTTPS contexts, such as on the dev server.

prio: 2
type: enhancement
size: simple

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...

size: medium
prio: 2
type: new feature