SLLTools.json file and DailyReportInfo.json file automatically clear the first time it runs on Monday, and fixed bug when scrap is resolved as null.

This commit is contained in:
Daniel Wathen
2023-01-16 00:55:07 -07:00
parent 11a24b26a0
commit 62df6323d0
7 changed files with 100 additions and 17 deletions

View File

@ -417,7 +417,7 @@
<td></td>
}
}
<td>@(ASMSLL / numberOfDaysInWeek)</td>
<td>@(Math.Round((double)ASMSLL / (double)numberOfDaysInWeek))</td>
<td>0</td>
</tr>
<tr>
@ -437,7 +437,7 @@
<td></td>
}
}
<td>@(HTRSLL / numberOfDaysInWeek)</td>
<td>@(Math.Round((double)HTRSLL / (double)numberOfDaysInWeek))</td>
<td>0</td>
</tr>
<tr>
@ -455,7 +455,7 @@
<td></td>
}
}
<td>@(ASMUnloadTemps / numberOfDaysInWeek)</td>
<td>@(Math.Round((double)ASMUnloadTemps / (double)numberOfDaysInWeek))</td>
<td>0</td>
</tr>
<tr>
@ -473,7 +473,7 @@
<td></td>
}
}
<td>@(HTRUnloadTemps / numberOfDaysInWeek)</td>
<td>@(Math.Round((double)HTRUnloadTemps / (double)numberOfDaysInWeek))</td>
<td>0</td>
</tr>
</tbody>