Country module is used to select the country details of employees while adding employees' details. In Country page, it lists the country name with nationality and status.
Country
Country module allows user to:
Add Country
Update Country
Delete Country
Add Country Button is displayed in top right side of work area in Country page.
On clicking Add Country Button, it displays a page with Country and Nationality. After entering all mandatory fields, user can add new Country.
Update Country Button is displayed in list table of Country main page. It displays Country name added by the user in new country page.
On clicking Update Country Button , it displays a page with selected country and nationality with already added details by the user. After entering fields, the details get updated by displaying a success message.
Delete Country Button is displayed in the list table of Country page.
On clicking the Delete Country Button, a confirmation message will get displayed and if user agrees Country gets deleted.