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-1197 | Validate ward Inventory #1456

Merged
merged 26 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a6eafc3
Add new column on medicalinventory
JantBogard Nov 19, 2024
c9e61e9
add validate ward inventory row function
JantBogard Nov 20, 2024
fda7889
Merge commit '9de0c494352aad72afe1a381ed5a1e41fdd99a14' into OP-1193_…
JantBogard Nov 20, 2024
95768bb
Merge branch 'develop' into OP-1193_OP-1194_OP-1197
JantBogard Nov 20, 2024
e9441a5
Remove uneccessary format code
JantBogard Nov 20, 2024
eaa06f4
Remove uneccessary format code
JantBogard Nov 20, 2024
2fe89dd
Write united test for validateWardinventory
JantBogard Nov 22, 2024
65e2238
Merge branch 'develop' into OP-1193_OP-1194_OP-1197
JantBogard Nov 22, 2024
efb091e
Add the standard license header block
JantBogard Nov 25, 2024
cb7d385
Merge branch 'develop' into OP-1193_OP-1194_OP-1197
JantBogard Nov 27, 2024
6b9925f
Remove reason attribut
JantBogard Nov 27, 2024
6d2e1e9
Add actualize inventory row function
JantBogard Nov 28, 2024
23c35f5
Merge branch 'develop' into OP-1193_OP-1194_OP-1197
JantBogard Nov 29, 2024
10c2d3d
update validateMedicalWardInventoryRow function
JantBogard Dec 3, 2024
7a71250
Merge branch 'develop' into OP-1193_OP-1194_OP-1197
JantBogard Dec 3, 2024
5892e90
update validateMedicalWardInventoryRow function
JantBogard Dec 3, 2024
f01faa7
Update src/main/java/org/isf/medicalinventory/manager/MedicalInventor…
JantBogard Dec 9, 2024
5415bf9
Update src/main/java/org/isf/medicalinventory/manager/MedicalInventor…
JantBogard Dec 9, 2024
1d9750e
Update src/main/java/org/isf/medicalinventory/manager/MedicalInventor…
JantBogard Dec 9, 2024
51f2974
Applying suggestion for change
JantBogard Dec 9, 2024
07881cd
Fix test coverage
JantBogard Dec 10, 2024
24489e4
Update test validation medical ward inventory row
JantBogard Dec 12, 2024
66a1579
Update test validation medical ward inventory row
JantBogard Dec 12, 2024
6569133
Merge branch 'develop' into OP-1193_OP-1194_OP-1197
JantBogard Dec 12, 2024
a3084ae
Add actualize inventory row test
JantBogard Dec 18, 2024
cc00c27
Merge branch 'develop' into OP-1193_OP-1194_OP-1197
mwithi Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
JantBogard marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE OH_MEDICALDSRINVENTORY ADD COLUMN MINVT_DESC VARCHAR(100) NULL;
Loading