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

Feature Request | To Display Current Balance of Each Account on the Transaction List #29

Open
crazyvral opened this issue Sep 24, 2024 · 5 comments

Comments

@crazyvral
Copy link

To display the current balance of accounts on the transaction list. Including the display of multiple accounts.

http://host/desktop/#/transaction/list?accountIds=XXXXXXXX,YYYYYYY,ZZZZZZZ

@mayswind
Copy link
Owner

Do you mean to display the account balance next to each transaction?

@crazyvral
Copy link
Author

That is "running balance", different and would be great to have. But it should be user configurable where a user can turn off or turn on.

This issue is meant for the total balance of the Account or multiple accounts in the transactions list.

Comparing it to the transactions list page of the categories there is total income and expense for the month.

Thanks.

@mayswind
Copy link
Owner

I'm afraid I don't understand what the feature is. Can you give me an example?

@crazyvral
Copy link
Author

There should be a total/current balance on the of the transaction page for the accounts.
desktop/#/transaction/list?accountIds=XXXXXXXX

image

Similar to the transaction page of the categories.
desktop/#/transaction/list?dateType=7
image

Currently you can only see balances in the accounts list page.
This will be useful when trying adding transactions for the account from inside transactions list of the account. You don't have to go back to the accounts list page to see the updated balances after the the transaction.

@mayswind
Copy link
Owner

mayswind commented Oct 9, 2024

There should be a total/current balance on the of the transaction page for the accounts. desktop/#/transaction/list?accountIds=XXXXXXXX

image

Similar to the transaction page of the categories. desktop/#/transaction/list?dateType=7 image

Currently you can only see balances in the accounts list page. This will be useful when trying adding transactions for the account from inside transactions list of the account. You don't have to go back to the accounts list page to see the updated balances after the the transaction.

ezbookkeeping will display the total income and expense amount when displaying the transaction data for each month. Because the transactions may use different currencies, so actually the total income and expense amount is calculated in the frontend. That is why the total income and total expense amount are not displayed after selecting All on the desktop version now. Considering that the same area should provide the similar content, I don’t think it’s a good idea to display different content when selecting All date and filtering accounts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants