Currently we use integration formats that have one line per employee with the columns being set as deduction or paycodes. Example
We have a new client that uses a system that is only able to generate reports with one pay or deduction code per line. For example:
Any input would be helpful.
Tim Roop
"If you can do something about it, why waste time getting upset? If you can't do anything about it, why bother getting upset on top of it? -Shantideva
Code:
EmpID Miles Insurance hours
Employee1 1234 34.23 0
Employee2 0 45.21 40
Code:
Employee1 miles 1234
Employee1 insurance 34.23
Emplyeee2 hours 40
Employee2 insurance 45.21
With my limited experience with IM I am uncertain if this type of integration can be done.
Any input would be helpful.
Tim Roop
"If you can do something about it, why waste time getting upset? If you can't do anything about it, why bother getting upset on top of it? -Shantideva