Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David B Malkovsky <[email protected]>
  • Loading branch information
mwithi and dbmalkovsky authored Jan 24, 2025
1 parent 9bf7b3d commit 57fe0c0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions bundle/language_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -679,13 +679,13 @@ angal.inventory.askforrealquantityempty.msg
angal.inventory.confirm.btn = Confirm
angal.inventory.confirm.btn.key = O
angal.inventory.confirm.success.msg = Inventory confirmation complete. All stock has been accurately verified and updated in the system.
angal.inventory.cannotcreateanotherinventorywithstatusdraft.msg = Cannot create another inventory with status draft, Because you already have an inventory with status draft or validated.
angal.inventory.cannotcreateanotherinventorywithstatusdraft.msg = Cannot create another inventory with status draft because there is an inventory with status draft or validated.
angal.inventory.cannotsavelot.msg = Cannot save the lot. Please verify lot information and retry.
angal.inventory.cannotconfirminventorywithoutproducts.msg = Cannot confirm inventory without products.
angal.inventory.cannotvalidateinventorywithoutproducts.msg = Cannot validate inventory without products.
angal.inventory.cannotsaveinventorywithoutproducts.msg = Cannot save inventory without products.
angal.inventory.cancelednoteditable.msg = A canceled inventory can not be modified.
angal.inventory.donenoteditable.msg = A confirm inventory can not be modified.
angal.inventory.donenoteditable.msg = A confirmed inventory can not be modified.
angal.inventory.chargetype.label = Charge Type
angal.inventory.clean.btn = Clean Table
angal.inventory.clean.btn.key = T
Expand Down Expand Up @@ -748,7 +748,7 @@ angal.inventory.medicalwithonlynonzeroqty.btn
angal.inventory.nextarrow.btn = >
angal.inventory.arrowprevious.btn = <
angal.inventory.product.col = Products
angal.inventory.productalreadyexist.msg = {0} already exist in the list. do you still like to add it?
angal.inventory.productalreadyexist.msg = {0} already exists in the list. Do you still like to add it?
angal.inventory.savelotwithnullprice.msg = Save the lot without a price?
angal.inventory.selectmedical.msg = Select a medical.
angal.inventory.status.txt = Status
Expand Down Expand Up @@ -777,9 +777,9 @@ angal.inventory.allinventoryrowshouldhavelotbeforevalidation.msg
angal.inventory.viewinventory.title = View Inventory
angal.inventory.youhavealreadyaddedallproduct.msg = You have already added all the products.
angal.inventoryrow.realqty.col = Real Qty
angal.inventory.newinvenotryrowtoadd.msg = New lot(s) have been detected in the main Store for these medical(s): {0} do you want to add them to this inventory?
angal.invetory.allmedicalisalreadypresent.msg = All medical is already present in this list.
angal.invetory.allmedicaladdedsuccessfully.msg = All medical are added successfully.
angal.inventory.newinvenotryrowtoadd.msg = New lot(s) have been detected in the main Store for these medical(s): {0}. Do you want to add them to this inventory?
angal.invetory.allmedicalisalreadypresent.msg = All medicals are already present in this list.
angal.invetory.allmedicaladdedsuccessfully.msg = All medicals are added successfully.
angal.lab.allnegative.txt = All negative.
angal.lab.blood.txt = Blood
angal.lab.cfs.txt = CFS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2024 Informatici Senza Frontiere ([email protected])
* Copyright © 2006-2025 Informatici Senza Frontiere ([email protected])
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2024 Informatici Senza Frontiere ([email protected])
* Copyright © 2006-2025 Informatici Senza Frontiere ([email protected])
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2024 Informatici Senza Frontiere ([email protected])
* Copyright © 2006-2025 Informatici Senza Frontiere ([email protected])
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/isf/utils/jobjects/ModalJFrame.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Open Hospital (www.open-hospital.org)
* Copyright © 2006-2024 Informatici Senza Frontiere ([email protected])
* Copyright © 2006-2025 Informatici Senza Frontiere ([email protected])
*
* Open Hospital is a free and open source software for healthcare data management.
*
Expand Down

0 comments on commit 57fe0c0

Please sign in to comment.