/** * constant of personal details * @export * @constant personal */ export const personal = { "fullname": "", "nickname": "", "nric": "", "dob": "", "gender": "", "maritalStatus": "", "race": "", "religion": "", "nationality": "", "phoneNumber": "", "workPhoneNumber": "", "emailAddress": "", "workEmailAddress": "", "address1": "", "address2": "", "postcode": "", "city": "", "state": "", "country": "", "emergencyContact": [], "education": [], "certification": [], "family": { "spouse": [], "child": [] } } /** * constant of employment details * @export * @constant details */ export const employment = { "employeeId": "", "companyId": "", // "workEmailAddress": "", "department": "", "designation": "", "section": "", "branch": "", "costcentre": "", "employmentStatus": "", "employmentType": "", "reportingTo": "", // "userRole": "Employee", "dateOfJoin": "", "dateOfConfirmation": "", "dateOfResignation": "", "epfNumber": "", "incomeTaxNumber": "", "bankAccountName": "", "bankAccountNumber": "", "yearOfService": "" }