Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revenues and Expenses: support deleting entries #6

Open
3 tasks
leograba opened this issue Sep 22, 2018 · 0 comments
Open
3 tasks

Revenues and Expenses: support deleting entries #6

leograba opened this issue Sep 22, 2018 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@leograba
Copy link
Owner

leograba commented Sep 22, 2018

Currently it is only possible to add entries to the expenses and revenues. Deleting entries should be supported.

If I remember right the current logic does not work, since it uses the last rowid to position entries.

  • Fix the logic that sorts by rowid to make it possible to easily remove entries.
  • Add a delete button to the right side of each entry.
  • Add support to remove entries from the DB in the dbDataHandling.js.
@leograba leograba added bug Something isn't working enhancement New feature or request labels Sep 22, 2018
@leograba leograba changed the title ExpenseRevenuePage: support deleting entries Revenues and Expenses: support deleting entries Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant