사용자 매뉴얼·번호알기·gov-portal 대시보드와 메뉴 동선·수불 리포트를 보강한다.
- 사용자 매뉴얼: league/commonmark 기반 bag/manual(로그인 전용), ManualRenderer + Config\Manual manifest, 콘텐츠 8종, E2E - 번호알기(봉투번호확인): bag/number-lookup, BagNumberLookup, E2E - gov-portal 대시보드 시안(기본/strip)·기본코드관리 화면 - 메뉴 관리: 등록·수정 후 메뉴 화면 유지, 수정 버튼 클릭 시 상단 스크롤 - 수불/분석 리포트(LOT 수불·반품/파기·수급계획·추이) 표시 보강 - .gitignore: docs/ → /docs/ 앵커링(최상위 개발문서만 제외, app/Docs는 추적) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -52,7 +52,7 @@ if ($bagName !== '' || $bagCode !== '') {
|
||||
<button type="submit" class="bg-btn-search text-white px-4 py-1 rounded-sm">조회</button>
|
||||
</form>
|
||||
<p class="text-xs text-gray-500 mt-1">
|
||||
팩·박스·낱장 바코드 또는 LOT 번호(보조: <code class="text-xs">lot_no</code> 파라미터)로 조회합니다.
|
||||
낱장 번호 조회 시 <strong>해당 장(바코드)의 판매·반품</strong>만 표시합니다. 팩·박스·LOT 조회는 해당 단위 이력입니다.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
@@ -128,6 +128,8 @@ if ($bagName !== '' || $bagCode !== '') {
|
||||
<div><dt class="text-gray-500 inline">LOT</dt>
|
||||
<dd class="font-mono text-xs break-all"><?= esc($lotLabel) ?></dd></div>
|
||||
<?php endif; ?>
|
||||
<div><dt class="text-gray-500 inline">봉투번호</dt>
|
||||
<dd class="font-mono text-xs break-all"><?= esc($barcode !== '' ? $barcode : '-') ?></dd></div>
|
||||
<?php if ($unit !== ''): ?>
|
||||
<div><dt class="text-gray-500 inline">조회단위</dt>
|
||||
<dd><?= esc($unit) ?></dd></div>
|
||||
|
||||
Reference in New Issue
Block a user