-
Notifications
You must be signed in to change notification settings - Fork 105
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
(proposal) Replace user.first
and user.last
with user.display_name
#617
Comments
I agree - this should also be uniform across all tables that we record a name (potentially with patients as an exception). For example, some different naming schemes we have currently: Employees - |
@sfount, thanks for the feedback. Those are good observations - I think we could update most of these tables with |
Closed in #676. |
This commit improves the cash receipt by: 1. Fixing the enterprise location rendering 2. Rendering the correct display_name (broken in #617) 3. Show the exchange rate when appropriate.
This commit improves the cash receipt by: 1. Fixing the enterprise location rendering 2. Rendering the correct display_name (broken in #617) 3. Show the exchange rate when appropriate 4. Show the payment id on the receipt 5. Show the debtor's ID on the receipt 6. Better signature rendering
I propose that we replace the
user.first
anduser.last
names withuser.display_name
that will appear on reports. This is much less confusing and gives the user control over the way the name is displayed (first, middle, last OR last, first, middle).@IMA-WorldHealth/local-contributors what do you think?
The text was updated successfully, but these errors were encountered: