powerpaul17 / nc_money

Nextcloud app for finance management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updates to transactions after they've been created have no effect

bMorgan01 opened this issue · comments

Thank you for your effort! There's tons of potential here. I noticed something small:

Describe the bug
Creating an expense transaction then later editing it does not update left sidebar nor overview charts.

To Reproduce
Steps to reproduce the behavior:

  1. Create a book
  2. Create an expense account
  3. Apply a small transaction to the new expense account ($1000)
  4. After the expense has been created, reopen the expense and change the amount to ($1200)
  5. See that the sidebar value for 'Expenses' has not been updated to show new value.

Expected behavior
'Expenses' for this book should be $1200, but instead the app displays $1000

Screenshots
image

Nextcloud information (please complete the following information):

  • Nextcloud version: Snap 27.1.9
  • App version: 0.26.1
  • PHP version: 8
  • Database type and version: mysql (I think?)

Desktop (please complete the following information):

  • OS: Win 10
  • Browser: Firefox
  • Version: 0.26.1 (64-bit)

You're right. It worked before but I migrated to Vue 3 and it seems to be broken now. I'll have a look at it.

Should be fixed now with 1c0279c