UCDS / health4all_v2

A customizable health information system for different health care settings, using CodeIgniter and Bootstrap frameworks.
Other
9 stars 89 forks source link

Issue in Resources->HR #23

Closed Jakarta1234 closed 10 years ago

Jakarta1234 commented 10 years ago

Hi, Login credentials : http://182.50.154.124/health4all_v2_test User : admin/ abc123

Observation : When tried to test the Resources->HR->Add->Staff, it was observed that email and phone fields do not have any field validations, means these fields take any value which it should not. Phone field allows alphanumeric values, email allows any symbol, which is not valid. Also, after this, the record should not get saved, it should throw an error message. This is almost for all the fields in all modules in this application (Health4All). Please find below attached snapshots for the procedure followed.

add staff

add staff1

Thank you.

Jakarta1234 commented 10 years ago

Hi, This issue is partially resolved. The email id is getting validated, but again with phone number, I am able to enter any sort of input value like text, symbols, and it is being accepted, which should not happen. I am also not able to select anything from the drop down menu for 'Unit' and 'Area' fields while filling up a record. Request you to provide a fix.

Thank you.