Batch Workspaces
Submitted by Ben_Charlton on Thu, 02/07/2015 - 14:43
Not sure if this was already fixed but the manufacterer window that appears when editing a delivery batch was using the generic entity class and did not provide a <NEW> button.
Would a dropdown list from the BATCH field that showed the currently entered batches be sensible to stop duplication of batches already entered.
Re: Batch Workspaces
There's no support to create manufacturers from within deliveries. There are very few places in the app where participation editors support creation of the participant.
If you want to have a go a changing this, it would require a custom ParticipationEditor. See CustomerParticipationEditor for an example.
Regarding batch creation, it shouldn't create duplicates if the batch number, manufacturer and expiry date match an existing one. A drop-down might be useful. See BatchParticipationEditor as an example of a batch drop down. This one is linked to a participation, so cannot be used directly - the batchNumber node in act.supplierDeliveryItem is a string.
-Tim