4 Open Issues Need Help Last updated: Sep 15, 2025

Open Issues Need Help

View All on GitHub
enhancement good first issue simple

Lab Management system

Java
enhancement good first issue simple

Lab Management system

Java

AI Summary: This issue addresses a bug where the bill total calculation incorrectly sums test prices for a visit. The fix involves modifying the `generateBill()` method in `BillingService.java` to ensure all test prices associated with a visit are correctly added up to produce the final bill total.

Complexity: 1/5
bug good first issue simple

Lab Management system

Java

AI Summary: This issue proposes an enhancement to automatically update a visit's status to 'awaiting-approval' or 'approved' whenever an associated lab test is approved. Currently, the visit status remains unchanged, requiring a manual update, and the fix involves adding logic to the `approveTest()` method in `LabTestService.java`.

Complexity: 1/5
enhancement good first issue simple

Lab Management system

Java