jskim-node #44

Merged
jskim merged 4 commits from jskim-node into main 2026-05-07 03:01:30 +00:00

4 Commits

Author SHA1 Message Date
1aee185d51 Merge branch 'main' into jskim-node 2026-05-07 03:01:22 +00:00
kjs
629bc25cd5 Implement BOM base quantity retrieval functionality
- Added a new endpoint `/work-instruction/bom-base-qty` to retrieve base quantities for items based on their codes.
- Introduced the `getBomBaseQtyMap` function in the `workInstructionController` to handle the logic for fetching base quantities.
- Updated the frontend to call the new API and integrate base quantity mapping into the work instruction registration process.
- Enhanced the work instruction page to calculate batch counts and split quantities based on the retrieved base quantities.

(TASK:ERP-020)
2026-05-07 12:01:03 +09:00
kjs
20c76d3478 Merge branch 'jskim-node' of https://g.wace.me/jskim/vexplor_dev into jskim-node 2026-05-07 09:30:00 +09:00
kjs
2d27fb9967 Merge branch 'gbpark-node' of https://g.wace.me/jskim/vexplor_dev into jskim-node 2026-05-07 09:29:58 +09:00