사이트·관리자 봉투 물류 기능(수불·통계·레포트·재고·발주)과 DB·메뉴·E2E를 운영 반영한다.
통계 분석(전년대비·월별·계절별), 수급계획·LOT 수불, 지정판매소·실사·메뉴 링크 등을 포함한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -31,6 +31,13 @@ $totalPages = count($chunks);
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?= view('components/print_header', [
|
||||
'printTitle' => '지정판매소 바코드',
|
||||
'printExtraLines' => [
|
||||
'구역: ' . $zoneLabel,
|
||||
'출력일: ' . $printedAt,
|
||||
],
|
||||
]) ?>
|
||||
<?php if ($rows === []): ?>
|
||||
<div class="page">
|
||||
<h1 class="title">지정판매소 바코드</h1>
|
||||
|
||||
Reference in New Issue
Block a user