- POP 전용 39개 파일 추가 (홈/입고/출고/생산) - 백엔드 INSERT에 id gen_random_uuid 추가 (5개 파일) - POP 전용 API 7개 추가 (창고/위치/입고/동기화) - PC 코드 구조/순서/로직 변경 없음 (AppLayout, UserDropdown 미수정)
8 lines
475 B
TypeScript
8 lines
475 B
TypeScript
export { PopShell } from "./PopShell";
|
|
export { KpiCarousel } from "./KpiCarousel";
|
|
export { MenuIcons } from "./MenuIcons";
|
|
export { RecentActivity } from "./RecentActivity";
|
|
export { InboundTypeSelect, PurchaseInbound, SupplierModal, InboundCart } from "./inbound";
|
|
export { OutboundTypeSelect, SalesOutbound, CustomerModal, OutboundCartPage } from "./outbound";
|
|
export { WorkOrderList, ProcessWork, ProcessTimer, DefectTypeModal, AcceptProcessModal } from "./production";
|