This is part of an effort to morph the Production Log into a field that can correspond to an invoice and be worked on in multiple sessions until the order is conpleted.
Rename "ProductionLog" to "Job."
Rename "FromBatchOf" to "QuantityProduced."
Batch node should create only a single production log (currently it creates a separate log for each part in the batch).
Any PostgreSQL database views that include Jobs need to include a column for QuantityProduced.
This is part of an effort to morph the Production Log into a field that can correspond to an invoice and be worked on in multiple sessions until the order is conpleted.
Rename "ProductionLog" to "Job."
Rename "FromBatchOf" to "QuantityProduced."
Batch node should create only a single production log (currently it creates a separate log for each part in the batch).
Any PostgreSQL database views that include Jobs need to include a column for QuantityProduced.