diff --git a/manager/bakery/bakery_stock.php b/manager/bakery/bakery_stock.php index 1f1ca367b..4241ac1de 100644 --- a/manager/bakery/bakery_stock.php +++ b/manager/bakery/bakery_stock.php @@ -276,7 +276,7 @@ if (!$authInfo) { 누계 - + diff --git a/manager/bakery/bakery_stock_excel.php b/manager/bakery/bakery_stock_excel.php index 9e6326fde..12052c76c 100644 --- a/manager/bakery/bakery_stock_excel.php +++ b/manager/bakery/bakery_stock_excel.php @@ -9,6 +9,9 @@ $ord_by = $_POST['ordBy']; $result = getBakeryInvenData($searchDate, $ord_by); $authInfo = getAuthorInfo($searchDate); +// 누계 데이터 가져오기 +$sumData = getBakeryInvenSummaryData($searchDate); + // UTF-8 BOM 추가 echo "\xEF\xBB\xBF"; // 헤더 설정 @@ -142,8 +145,8 @@ foreach ( $result as $row) { - + @@ -174,5 +179,20 @@ foreach ( $result as $row) { + + 누계 + + + + + + + + + + + + +