jskim-node #52

Merged
jskim merged 3 commits from jskim-node into main 2026-05-14 03:03:34 +00:00

3 Commits

Author SHA1 Message Date
ff36952a50 Merge branch 'main' into jskim-node 2026-05-14 03:03:29 +00:00
kjs
bb82fe3910 Merge branch 'jskim-node' of https://g.wace.me/jskim/vexplor_dev into jskim-node 2026-05-14 12:03:05 +09:00
kjs
823f9034a8 Enhance Production Plan Date Calculation Logic
- Introduced helper functions to calculate working days while skipping weekends, improving the accuracy of date calculations in production planning.
- Updated the logic for determining start and end dates based on lead time and production capacity, ensuring that weekend days are excluded from the calculations.
- Refactored existing date calculation code in the `previewSchedule` and `generateSchedule` functions to utilize the new helper methods for better maintainability and clarity.

(TASK: ERP-XXX)
2026-05-14 12:03:04 +09:00