-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Show customer / vendor balance. #311
Show customer / vendor balance. #311
Conversation
@asenawritescode is attempting to deploy a commit to the Bigcapital Team on Vercel. A member of the Team first needs to authorize it. |
@@ -34,7 +34,7 @@ function CustomerSelectRoot({ | |||
<FSelect | |||
items={items} | |||
textAccessor={'display_name'} | |||
labelAccessor={'currency_code'} | |||
labelAccessor={'balance'} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What you did is exactly what we want, it would be better if you used "formatted_balance"
attribute instead of the row value of balance
,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, let me send an update !
Just merged the PR, really appreciate your contribution, we work hard to make Bigcapital the #1 open-source double-entry accounting software. keep contribute. @asenawritescode |
@all-contributors please add @asenawritescode bug |
I've put up a pull request to add @asenawritescode! 🎉 |
This a fix to issue #208
Let me know if there are any more updates required on the components.