-
Notifications
You must be signed in to change notification settings - Fork 47
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
(Fix) FIxed the view all tabs on stock management dashboard , under inventory alerts, issuing and receiving #248
base: main
Are you sure you want to change the base?
Conversation
]; | ||
|
||
return ( | ||
<Modal |
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.
lets use the stick to using the openmrs/esm-framework
utilities for modal creation and management
</p> | ||
</div> | ||
</div> | ||
))} | ||
<Button | ||
{/* <Button |
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.
lets clean out on unused code if its nolonger necessary
@@ -64,7 +67,7 @@ const StockHomeIssuingCard = () => { | |||
</div> | |||
</div> | |||
))} | |||
<Button | |||
{/* <Button |
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.
remove unused code
</Button> | ||
|
||
<IssuingStockModal open={isModalOpen} onClose={() => setModalOpen(false)} issuingStock={items} /> |
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.
lets use openmrs/esm-framework
modal utilities
Thanks for the work @samsonmwanzia! Please create a ticket and also share some screenshots/video. |
welcome i will send the video/screenshot tomorrow
…On Mon, 16 Dec 2024 at 20:46, Makombe Kennedy ***@***.***> wrote:
Thanks for the work @samsonmwanzia <https://github.com/samsonmwanzia>!
Please create a ticket and also share some screenshots/video.
—
Reply to this email directly, view it on GitHub
<#248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJIUPZL7ZEH3BYPQLD7F5TT2F4GXVAVCNFSM6AAAAABTRZDE6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBWGI3DIMZSGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Screencast.2024-12-17.11.56.03.mp4cleaned unused code too |
Requirements
Summary
Fix the view all tabs on stock management dashboard under inventory alerts , issuing and receiving cards.
Screenshots
Related Issue
Other