[manager] 베이커리 누계기능 추가

This commit is contained in:
2025-11-25 16:07:39 +09:00
parent cca7ebfe97
commit a93af7a566
2 changed files with 22 additions and 2 deletions

View File

@ -276,7 +276,7 @@ if (!$authInfo) {
<!-- 누계 데이터 출력 -->
<tr>
<td colspan="3" class="text-center">누계</th>
<td class="text-end" id="summary_prev_stock"><?=number_format($sumData['total_previous_stock'])?></th>
<td class="text-end" id="summary_prev_stock"></th>
<td class="text-end" id="summary_production"><?=number_format($sumData['total_production'])?></th>
<td class="text-end" id="summary_inhouse_use"><?=number_format($sumData['total_inhouse_use'])?></th>
<td class="text-end" id="summary_recycling"><?=number_format($sumData['total_recycling'])?></th>