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

(Fix) FIxed the view all tabs on stock management dashboard , under inventory alerts, issuing and receiving #248

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

samsonmwanzia
Copy link
Contributor

@samsonmwanzia samsonmwanzia commented Dec 13, 2024

Requirements

  • This PR has a title that briefly describes the work done including the ticket number. If there is a ticket, make sure your PR title includes a conventional commit label. See existing PR titles for inspiration.
  • My work conforms to the OpenMRS 3.0 Styleguide and design documentation.
  • My work includes tests or is validated by existing tests.

Summary

Fix the view all tabs on stock management dashboard under inventory alerts , issuing and receiving cards.

Screenshots

Related Issue

Other

];

return (
<Modal
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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} />
Copy link
Collaborator

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

@jabahum jabahum requested a review from makombe December 16, 2024 17:25
@makombe
Copy link
Contributor

makombe commented Dec 16, 2024

Thanks for the work @samsonmwanzia! Please create a ticket and also share some screenshots/video.

@samsonmwanzia
Copy link
Contributor Author

samsonmwanzia commented Dec 16, 2024 via email

@samsonmwanzia
Copy link
Contributor Author

Screencast.2024-12-17.11.56.03.mp4

cleaned unused code too

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

Successfully merging this pull request may close these issues.

3 participants