| 68 | File uploading |
| 69 | In the HRM module for importing files , when a user selects a file it starts uploading a file without making a prelimenary check of the file extension . If the file extension is wrong . Thus a lot of user , time and resource is wasted in uploading the file if a wrong extension file has been chosen by mistake because an error message occurs only after he clicks the submit button.So a client side check of the extension of file should be performed. |
| 70 | |
| 71 | http://demo.eden.sahanafoundation.org/eden/hrm/human_resource/create?group=staff , in this when one enters an organisation mane , if that doesn't already exist in the database, then it simply clears whatever has been entered by the user without showing an error message “This organisation does not exit.Please add it ”. This confuses the user. |
| 72 | |
| 73 | Unable to send notifications |
| 74 | http://demo.eden.sahanafoundation.org/eden/hrm/human_resource?group=staff |
| 75 | Here when one tried to send a notification , one is unable to edit the recipient field and when the send button is clicked , an error message comes up “Please enter the reciepient”. |
| 76 | |
| 77 | |
| 78 | Start Date should be greater than the End date |
| 79 | No error is shown here in this form when one enters a start end later than than the end date ,which is logically incorrect. |
| 80 | http://demo.eden.sahanafoundation.org/eden/hrm/person/6/human_resource?human_resource.id=1&xsltmode=volunteer |
| 81 | |
| 82 | Requirement of Other option in Home drop down menu |
| 83 | It is possible that the one’s home country might not be available.So one should have an option of other |
| 84 | |
| 85 | Important fields should have a required field validator |
| 86 | sector field should have a required field validator |
| 87 | Practically a Name shouldn’t start with a number but its allowed in the sector field. |
| 88 | |
| 89 | First Name |
| 90 | The first name would consist of a single word so no spaces should be permitted in this column. |
| 91 | |
| 92 | |
| 93 | View |
| 94 | When applying different filters, view should not change if all items are already being currently |
| 95 | displayed as reported in the ticket http://eden.sahanafoundation.org/ticket/1062 |
| 96 | |
| 97 | At least one Required Field Validator should exist in a form |
| 98 | In adding a certificate ,the add certificate does not consist of a required field validator(http://demo.eden.sahanafoundation.org/eden/hrm/course_certificate) |
| 99 | .As a result blank entries get entered into the database. |