S
samah
In my existing employees table, I need to add field to store data about
the Housing Allowance employees are receiving from the Company.
Not all the employees are entitled for this particular type of allowance
and of the entitled, some are getting a fixed amount while the rest are
paid a fixed percentage of their current monthly salary.
So in the empHouAllowance field, I have to accommodate nulls, a fixed
value (remain fixed for one whole year - MAY be reviewed at end of every
year) and a variable value based on another field (empBasicSalary) in
the same table. This value is variable because most of the employees
salaries revised yearly based on the date they were hired. So this is a
calculated value.How do I handle this situation?
Thanks in advance.
-samah
the Housing Allowance employees are receiving from the Company.
Not all the employees are entitled for this particular type of allowance
and of the entitled, some are getting a fixed amount while the rest are
paid a fixed percentage of their current monthly salary.
So in the empHouAllowance field, I have to accommodate nulls, a fixed
value (remain fixed for one whole year - MAY be reviewed at end of every
year) and a variable value based on another field (empBasicSalary) in
the same table. This value is variable because most of the employees
salaries revised yearly based on the date they were hired. So this is a
calculated value.How do I handle this situation?
Thanks in advance.
-samah