Commit Graph

9 Commits

Author SHA1 Message Date
2c78cd411b feat: Remove functionality to hide produce buttons on negative stock. 2026-02-13 14:51:20 +07:00
d31ce99419 Clean up MO production stock availability checks by removing debug logs, simplifying quantity comparison, and streamlining conditional logic. 2026-02-12 17:05:30 +07:00
b7e21cc2bf refactor: Enhance MO production visibility logic with detailed logging, float comparison, and assigned move state handling. 2026-02-12 16:55:49 +07:00
2f32964266 feat: Refine component availability check to use forecast_availability and prevent hiding produce buttons for zero-consumed partial productions. 2026-02-12 16:44:05 +07:00
0285ce9ebe feat: Enhance consumed quantity locking for MO components, adding virtual record support and immediate locking on creation. 2026-02-11 11:20:44 +07:00
71db3eed46 Simplify _should_bypass_set_qty_producing to check only manual_consumption and add a guard in write to prevent zeroing out consumed quantities for production components. 2026-02-11 00:16:57 +07:00
1ff922db7b feat: Enforce manual consumption and picked flags on stock move quantity write and update consumption bypass conditions. 2026-02-10 23:44:21 +07:00
7b4130fc6c refactor: Remove 'picked' status as a condition for locking consumed quantity and bypassing quantity updates. 2026-02-10 12:02:13 +07:00
df7545fb99 first commit 2026-02-06 18:05:38 +07:00