joneldominic / personal-finance-management-app

Personal Finance Management App
GNU General Public License v3.0
2 stars 3 forks source link

Handle transfer transaction with deleted source/destination account #52

Closed joneldominic closed 1 year ago

joneldominic commented 1 year ago

Refer to the following scenario:

Created Account: Cash = 0 Balance Created Account: BPI = 20,000 Balance

Add transfer transaction from BPI -> Cash (5,000) Transactions BPI -> Cash (-5,000) BPI Transaction BPI -> Cash (5,000) Cash Transaction

Delete Account: BPI (Source) Transaction Outside of Wallet -> Cash (5,000)

or

Delete Account: Cash (Destination) Transaction BPI -> Outside of Wallet (-5,000)