This is more of a bug report than a idea but I'll include a couple ideas for a solution.

On every final compute of a payroll record the benefits for each pay group on that payroll record are added to the tmcdbn table. They are not added with any "generation" identifier. Over repeated compute-undo-compute cycles this results in records that are not definitively associated with the last compute cycle.

Report creators want this.
If the set of records that were created by the last compute could be identified they could be used reliably in reports.

Solutions:
Either delete the records associated with the payroll record before creating the new set or add a "generation" column that associates the computed benefits to it's particular final compute process.

Comments