-
Notifications
You must be signed in to change notification settings - Fork 86
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-1376 OP-1377 | Fix some Bug #2115
OP-1376 OP-1377 | Fix some Bug #2115
Conversation
Co-authored-by: David B Malkovsky <[email protected]>
bundle/language_en.properties
Outdated
@@ -670,6 +670,8 @@ angal.hospital.visitduration.txt | |||
angal.hospital.visitendhour.txt = Visit end hour | |||
angal.hospital.visitstarthour.txt = Visit start hour | |||
angal.inventory.addproduct.label = Add products | |||
angal.inventory.allinventoryrowshouldhaverealqtygreatterthanzero.msg = All inventory(ies) row(s) should have real quantity greater than zero. |
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.
This is not true.... I try to explain again but please check that the whole code is consistent:
If the lot is NOT NEW, the real quantity CAN be zero, because we are doing an inventory and we are detecting that one existing product/lot is missing.
If the lot is NEW, the real quantity must be GREATER than zero, because it is not possibile to detect a new product/lot if it is missing.
In this extend, the message is not correct. But please, check the logic that uses this message.
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.
I have update the message
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.
did you verify the logic if it really checks that only for new lots?
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.
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.
LGTM. Thanks a lot!
699e696
into
informatici:OP-1199-Main-Store-Inventory
See OP-1376 and OP-1377.
edit mode
when the user has clean table and close the window directly.