-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Critical
-
Resolution: Done
-
Affects Version/s: CFA 2021R1
-
Fix Version/s: None
-
Component/s: Reports
-
Labels:None
Log in to MXC in testing and Run the DayTrack report from the Report Portal for store 01919
Select Jul 2020
Keep all other defaulted filters
When the defaults are kept and the user changes the Wage Rate value to Actual Wage (postman- averageWageRate=0)
Defect - Labor Cost Data is not being returned as expected on DT report but Postman returns data.
POSTMAN:
"locationNum": "01919",
"lastUpdate": "2021-01-12T13:17:26.748",
"useAverageWage": false,
"month": "2020-07",
"totals": [
,
REPORT:
NOTE: ELMAH is reporting an error.
System.Web.HttpExceptionServer cannot set status after HTTP headers have been sent.
System.Web.HttpException (0x80004005): Server cannot set status after HTTP headers have been sent. at System.Web.HttpResponse.set_StatusCode(Int32 value) at System.Web.Http.WebHost.HttpControllerHandler.<CopyResponseStatusAndHeadersAsync>d_31.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.WebHost.HttpControllerHandler.<CopyResponseAsync>d7.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.WebHost.HttpControllerHandler.<ProcessRequestAsyncCore>d_0.MoveNext() — End of stack trace from previous location where exception was thrown — at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)