finance-tracker icon indicating copy to clipboard operation
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.

Results 79 finance-tracker issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

* Select a transaction and open a dialog (edit, split, ...) * Defocus the text field * Use keyboard shortcuts like E, S, or Del to accidentally open more dialogs...

type: bug
prio: 2
size: simple

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.13 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Should be easy to ignore / not get in the way. Initial value is "now", but when the date is changed, it should maybe reset to 0?

prio: 3
type: enhancement
size: simple

Idea: detecting filename extension (.tsv or .tab) and converting all tabs '\t' with ','. ` function convertTsvToCsv(tsvData: string): string { return tsvData.replace(/\t/g, ','); } ` Ps.: I would have created...

When moving from e.g. UTC+2 to UTC+1, all transactions that were created with time 0:00 in UTC+2 now show up with time 23:00 on the previous day, indicating a wrong...

type: bug
prio: 1
size: simple

If only the labels `a/b/c` and `a/b` are present, they should be grouped as `a/b+`, but this does not happen if `a/b/c` is the only sublabel in the filtered dataset.

type: bug
prio: 3
size: simple

Low priority since a label can be added instead as a workaround, but it would be more convenient if that's not necessary. Use case: "rent" is a generic label, different...

prio: 3
type: new feature
size: simple