yuzhengwen / HospitalManagementSystem

Console based Hospital Management System built with Java using Maven build tools!
https://yuzhengwen.github.io/HospitalManagementSystem/javadoc
0 stars 0 forks source link

Administrator #11

Open airdeesun opened 2 hours ago

airdeesun commented 2 hours ago
  1. when replenish request is approved, medicine of the same name do not get combined - eg. paracetemol req approved, will have 2 heading of paracetemol of different quantities, not 1 heading of paracetemol with combined quantity
  2. possibly can just print the staff list after adding/removing/updating it so easier to see changes
yuzhengwen commented 2 hours ago

for point 1:

the medicine list given spells Paracetamol I tried and if the spelling is exactly the same it will get combined I realise in the replenishment request i spelled wrongly lol maybe thats why it didnt combine

airdeesun commented 1 hour ago

oh yes i realised it also but i forgot to remove the comment, my bad