-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: ACA
-
Labels:None
-
Bug Type:Functional
-
Bug Severity:Medium
-
Module:ACA
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
While exporting file for Wacker Neuson Corporation, there are two templates on the company for same data export purpose one template for testing purpose and other for delivery purpose.
So when data is exported using test template that waive employees are marked as exported on the file and again exported the file using delivery template with same date range which
was used with test template , waived employees are not rolling out on the file because that are marked as already exported.
3C -
Concern : If company has more than one waive templates or sub-templates and if we export waive data from first template then while exporting data from second template is not getting populated on file.
Cause : There is no template ID check while getting Max(ID) in export data function.
Correction : Now we have added TemplateID condition while exporting data against each sub template. Though the waive employee data for jan month is already exported against other template it again get exported with other template as well.