-
Notifications
You must be signed in to change notification settings - Fork 51
(feat) O3-4548: Show expiry date on stock operation #261
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
(feat) O3-4548: Show expiry date on stock operation #261
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.
Thanks @Ogollah I hope we are also showing the expiry date on the drop down selection as well and not only when you have selected. With that it will help avoid the back and forth
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.
Thanks @Ogollah
@@ -5,6 +5,7 @@ import { useStockItemBatchNos } from './batch-no-selector.resource'; | |||
import { StockBatchDTO } from '../../core/api/types/stockItem/StockBatchDTO'; | |||
import { useStockItemBatchInformationHook } from '../../stock-items/add-stock-item/batch-information/batch-information.resource'; | |||
import { useTranslation } from 'react-i18next'; | |||
import { formatForDatePicker } from '../../constants'; |
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.
Not sure why we have custom formateDatePicker. We need to start aligning with the community standard date picker formats
* Show expiration date on stock operation * Add tooltip to show expiration date on hover * align qty and expiry
(feat) O3-4548: Show expiry date on stock operation (openmrs#261)
Requirements
Summary
What does this PR do?
Screenshots
Screencast.from.18-03-2025.11.15.31.ALASIRI.webm
Related Issue
Other