feat: complete ForgeDesk-parity calculation workflow#18
Conversation
There was a problem hiding this comment.
💡 Codex Review
PrintOps/backend/app/services/calculation_engine.py
Lines 129 to 132 in 26c21d7
When a user explicitly selects a dryer, the UI stores dryer_hourly_rate in provenance and device management exposes the derived hourly cost, but the calculation engine only adds dryer electricity here. Any drying operation therefore omits the dryer's depreciation/maintenance hourly cost from both preview and approval, so quotes using paid dryer equipment are systematically under-costed.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Verification