-
Notifications
You must be signed in to change notification settings - Fork 32
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 packaging unit in dispensing app #117
base: main
Are you sure you want to change the base?
Conversation
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.
I'm defer to others with stock management module experience about the details, but generally LGTM!
@gabriel090 - kindly link this to a ticket and provide a screenshot/video for the change. |
@@ -72,12 +72,13 @@ const StockDispense: React.FC<StockDispenseProps> = ({ medicationDispense, updat | |||
const toStockDispense = (inventoryItems) => { | |||
return t( | |||
'stockDispenseDetails', | |||
'Batch: {{batchNumber}} - Quantity: {{quantity}} ({{quantityUoM}}) - Expiry: {{expiration}}', | |||
'Batch: {{batchNumber}} - Quantity: {{quantity}} - Expiry: {{expiration}} - Packaging Size: ({{quantityUoM}})-{{quantityFactor}}', |
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.
Alternatively, we can use the 'Pack size' short name or just Pack.
Thanks, @gabriel090. Please add a screenshot and ticket for this work. |
Requirements
Summary
Add packing name in dispensing app.
Screenshots
dispense.mp4
Related Issue
Other