Show the customer/vendor balance in the select field on sales and purchases forms. #208
Labels
good first issue
Good for newcomers
Improvement
Created by Linear-GitHub Sync
Medium priority
Created by Linear-GitHub Sync
Display the customer/vendor balance beside the name in
CustomersSelect
andVendorsSelect
for better user experience. because many users want to see the customer/vendor balance before even clicking on the select item.Simply can be done by changing the
labelAccessor
prop fromcode
tobalance
since no codes in customers/vendors.Note: Blueprint select component supports a way to display text and label (label is a text aligned to right).
The text was updated successfully, but these errors were encountered: