Field to indicate employees that work direct labor on jobs

I’m working on a report to provide feedback on hourly labor vs payroll hrs, the goal being to provide feedback that our employees are submitting labor via MES. One issue I ran into is not all hourly employees work labor on jobs, for now I hardcoded these people’s names in the report to exclude them but I’m thinking there is probably a field in Epicor I can leverage to make the code more maintainable as to which employees work direct labor(processing orders on the production floor) vs employees that don’t(admin type work). Any suggestions?

You could use department or the production worker flag.
Using department you may have to include/exclude a few departments on your report.
If you use production worker then the people who are not production workers can’t log into jobs. (This may be good or bad depending on your business)


1 Like