Joshua Bachmeier

Results 23 issues of Joshua Bachmeier

When entering the description of a new transaction, a drop-down menu or similar should suggest possible matching (fuzzy) transactions to recycle.

enhancement
frontend

Glenn asked about this [on the GnuCash-User Mailinglist](https://lists.gnucash.org/pipermail/gnucash-user/2023-January/104971.html). Currently, the book to connect to is fixed in the config as the `DATABASE_NAME`, but it should not be difficult to make...

enhancement
frontend
backend

On one-handed touch devices such as smartphones, it is usually more ergonomic to have the navbar at the bottom of the screen, where the thumb usually rests. This is also...

enhancement
frontend
responsiveness

Sometimes it is necessary / convenient to add transactions with more than two splits.

enhancement
frontend

We use [SaintFlipper/EncryptedSession](https://github.com/SaintFlipper/EncryptedSession) to store sensitive information (DB password) as a cookie in the users browser. However, the project seems unmaintained, which is not ideal for a secrurity-relevant dependency. I...

security

When quickly mashing the fold/unfold button of transactions, the display state sometimes becomes out of sync: When the transaction is unfolded, the amount and contra accounts are displayed in the...

bug
frontend

Including the whole GnuCash code repository as a submodule just to get a few icons is a bit overkill.

There are no unit, integration or end-to-end tests whatsover. This is ungood.

testing

It should be displayed in the accounts currency

bug
good first issue
frontend

Add ability to show account details (Description, Code, Notes, etc.) as an additional dropdown or similar in accounts view.

enhancement
good first issue
frontend