ERP-node/frontend/lib/registry/components/v2-bom-tree
kjs 929b68299a feat: Implement BOM Excel upload and download functionality
- Added endpoints for uploading BOM data from Excel and downloading BOM data in Excel format.
- Developed the `createBomFromExcel` function to handle Excel uploads, including validation and error handling.
- Implemented the `downloadBomExcelData` function to retrieve BOM data for Excel downloads.
- Created a new `BomExcelUploadModal` component for the frontend to facilitate Excel file uploads.
- Updated BOM routes to include new Excel upload and download routes, enhancing BOM management capabilities.
2026-02-27 07:50:22 +09:00
..
BomDetailEditModal.tsx feat: Add BOM version initialization feature and enhance version handling 2026-02-26 20:48:56 +09:00
BomExcelUploadModal.tsx feat: Implement BOM Excel upload and download functionality 2026-02-27 07:50:22 +09:00
BomHistoryModal.tsx feat: Add BOM version activation feature and enhance BOM management 2026-02-25 16:18:46 +09:00
BomTreeComponent.tsx feat: Implement BOM Excel upload and download functionality 2026-02-27 07:50:22 +09:00
BomTreeRenderer.tsx Merge branch 'jskim-node' of http://39.117.244.52:3000/kjs/ERP-node into gbpark-node 2026-02-24 09:29:44 +09:00
BomVersionModal.tsx feat: Add BOM version initialization feature and enhance version handling 2026-02-26 20:48:56 +09:00
index.ts Merge branch 'jskim-node' of http://39.117.244.52:3000/kjs/ERP-node into gbpark-node 2026-02-24 09:29:44 +09:00