Skip to content

Personal Information Enums

Enums for employee personal information fields.

Sex

Employee's biological sex.

php
namespace OxygenSuite\OxygenErgani\Enums;

enum Sex: int
CaseValueEnglishGreek
MALE0MaleΆνδρας
FEMALE1FemaleΓυναίκα

Used in: All declaration forms (f_sex field)


MaritalStatus

Employee's marital status.

php
namespace OxygenSuite\OxygenErgani\Enums;

enum MaritalStatus: int
CaseValueEnglishGreek
SINGLE0SingleΆγαμος/η
MARRIED1MarriedΈγγαμος/η
DIVORCED2DivorcedΔιαζευγμένος/η
WIDOWED3WidowedΧήρος/α

Used in: Declaration forms (f_marital_status field)

Released under the MIT License.