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

OP-1200 wards inventory #2126

Open
wants to merge 105 commits into
base: develop
Choose a base branch
from
Open

OP-1200 wards inventory #2126

wants to merge 105 commits into from

Conversation

mwithi
Copy link
Member

@mwithi mwithi commented Jan 23, 2025

See OP-1200.
Changes in core should be fine.

JantBogard and others added 30 commits February 26, 2024 17:52
OP-1190 | Create a window to manage ward Inventory
OP-1191 | Create window to Add new ward Inventory
OP-1192 | Add new inventory for all Medicals or for specific Medical
pagesCombo.addItem(j + 1);
under.setText("/" + (total_rows / PAGE_SIZE + 1 + " " + MessageBundle.getMessage("angal.inventory.pages.text")));
} else {
under.setText("/" + total_rows / PAGE_SIZE + " " + MessageBundle.getMessage("angal.inventory.pages.text"));
Copy link
Collaborator

@dbmalkovsky dbmalkovsky Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't there a formatted msg in the bundle that can by used instead of concatenation?

in addition I'm not sure how the PAGE_SIZE + 1 will come out; does addition have a higher precedence than concatenation?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not in this PR, but in #2125. We can add it in both and then resolve conflicts, or first merge the latter...

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.

4 participants