Support liability repayments instead of only editing the total liability value #7449
Sep21-2009
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem
Currently, liabilities can only be adjusted by editing the total outstanding value.
For example:
I would like to record the monthly repayment as a transaction that automatically reduces the outstanding liability.
However, entering a negative value (e.g.
-300) is not allowed because the input validation rejects it. As a result, the only way to keep the liability up to date is to manually overwrite the remaining balance each month.This means there is no repayment history and no easy way to track how the liability has been reduced over time.
Feature Request
It would be great if Ghostfolio supported liability repayments by allowing users to:
This would make it much easier to track loans, mortgages and other liabilities without manually editing the remaining balance every month.
All reactions