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

Add the medication name and quantity to the voucher description #7790

Open
jniles opened this issue Oct 18, 2024 · 0 comments
Open

Add the medication name and quantity to the voucher description #7790

jniles opened this issue Oct 18, 2024 · 0 comments

Comments

@jniles
Copy link
Collaborator

jniles commented Oct 18, 2024

Below is a copy of the voucher receipt for a stock movement. It shows the cost of medication exiting the pharmacy to a patient.

Screenshot 2024-10-17 at 10 06 50 PM

However, the lines "Variation Stock Pharmacy" are not very useful as a memo field. What would be more useful is a description of why that charge was being incurred. We already know the account from the account number.

Instead, I propose we put text such as:

"Distribution of {{number_of_items}} {{unit_type}} of {{item_name}} at {{unit_price}} per unit. ({{number_of_items}} x {{unit_price}} = {{total_price}})".

This would translate to something like this:

"Distribution of 20 comprimes of Quinine 200mg at 250FC per unit. (20 x 250FC = 5000FC)".

And then we would expect to see 5000FC in the "Debit" field. This would allow for a lot easier traceability of the transactions, as well as helping to contextualize the information when looking at the voucher movement by itself, without needing to go to the Stock Movement table.

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

No branches or pull requests

1 participant