Commit graph

4 commits

Author SHA1 Message Date
Marc Durepos
a7d280411e batch_pickign_create_one_bill: rework bug on calculated fields 2025-03-12 18:04:10 -04:00
Marc Durepos
99e3ed03a7 batch_picking_create_one_bill: major rework
Fixes an issue where creating the bills from the purchase orders could
create a bill with quantities vastly different from the received batch
quantities. This would happen when the purchase orders had lines with
quantities to invoice that did not match the receipt quantities.

Instead of creating the bills from the POs, we now generate the bill
and its line values directly from the quantities on the move lines
related to the batch.
2025-03-12 17:49:37 -04:00
Marc Durepos
b43f0f5c85 batch_picking_create_one_bill upgrades
- Default to zero is now functional
- Checkbox ("Picked" field) visible on move lines in the batch view
- Checking the Picked field marks the line green
- More tests written to validate functionality
2025-02-14 12:13:57 -05:00
xtremxpert
020ed0e99c batch_picking_create_one_bill 2025-02-13 14:59:07 -05:00