Files
vexplor_dev/frontend/components/pop/hardcoded/inbound/index.ts
SeongHyun Kim 9b7b88ff7c
Some checks failed
Build and Push Images / build-and-push (push) Failing after 1m30s
feat: POP 하드코딩 화면 추가 (PC 코드 무변경 재병합)
- POP 전용 39개 파일 추가 (홈/입고/출고/생산)
- 백엔드 INSERT에 id gen_random_uuid 추가 (5개 파일)
- POP 전용 API 7개 추가 (창고/위치/입고/동기화)
- PC 코드 구조/순서/로직 변경 없음 (AppLayout, UserDropdown 미수정)
2026-04-02 17:39:42 +09:00

9 lines
412 B
TypeScript

export { InboundTypeSelect } from "./InboundTypeSelect";
export { PurchaseInbound } from "./PurchaseInbound";
export { SupplierModal } from "./SupplierModal";
export { InboundCart } from "./InboundCart";
export { NumberPadModal } from "./NumberPadModal";
export { PackagingModal } from "./PackagingModal";
export { InspectionModal } from "./InspectionModal";
export { InboundCartPage } from "./InboundCartPage";