maybe-finance / maybe

The OS for your personal finances
https://maybe.co
GNU Affero General Public License v3.0
28.71k stars 2.19k forks source link

Bug: Transfers are not working #945

Closed DarkPhoenix2704 closed 3 days ago

DarkPhoenix2704 commented 4 days ago

Describe the bug

When I enter an transfer transaction, I move the amount from one depository account to another depository account, the amount is not getting updated. The amount should be deducted from the fromAccount and added to the depositAccount.

To Reproduce Steps to reproduce the behavior:

  1. Add two deposit accounts
  2. Add money to one account
  3. create a transfer from one account to another
  4. amount is not transferred
zachgoll commented 4 days ago

@DarkPhoenix2704 if you go to each of these accounts and hit the "sync" icon at the top right corner of the page, do the balances update correctly?

If so, I think we just need to trigger an account sync after a transfer is created to fix this.

DarkPhoenix2704 commented 3 days ago

Sync fixed them. Thank you