What would you do if you found that personnel in the IT department (your co-workers) have been using their access to the tables to enter falsified time clock entries?
The HR department is aware of some activities (within IT and in other departments) that have been taking place within the "Time Clock Supervisor" program. This program is designed to allow a supervisor to fix/add time entries. When these changes/additions are made to the table, the record stores who made the change.
However, a particular person, who also has inappropriate modifications made through the supervisor program and had made inappropriate modifications for others, has been told that no more changes can be made. Since (s)he has been restricted from the program, s(he) has started inserting records directly in the table unaware that it is obvious when looking directly at the table that these records were inserted out of order.
For instance:
Now, I have considered this person to be my friend, but this is just WRONG! What would you do? I believe that I am not the only person in the department that realizes these activities are taking place, but don't know what the other who might know has done or said to anyone about the situation.
thanks for any insights.
les
The HR department is aware of some activities (within IT and in other departments) that have been taking place within the "Time Clock Supervisor" program. This program is designed to allow a supervisor to fix/add time entries. When these changes/additions are made to the table, the record stores who made the change.
However, a particular person, who also has inappropriate modifications made through the supervisor program and had made inappropriate modifications for others, has been told that no more changes can be made. Since (s)he has been restricted from the program, s(he) has started inserting records directly in the table unaware that it is obvious when looking directly at the table that these records were inserted out of order.
For instance:
Code:
EMPSSN ClockDate TimeIN TimeType
123456789 20050330 700 IN
987654321 20050330 702 IN
456789123 20050330 704 IN
[b]258369147 20050329 1600 OUT
258369147 20050330 700 IN[/b]
147369258 20050330 706 IN
Now, I have considered this person to be my friend, but this is just WRONG! What would you do? I believe that I am not the only person in the department that realizes these activities are taking place, but don't know what the other who might know has done or said to anyone about the situation.
thanks for any insights.
les