Hi, I need to attach serial numbers(for products ordered) permanently to an order. Each product shipped needs a serial number. They don't need to be attached to the individual products just a list of serial numbers for each product in the order. The serial numbers need to be viewable when reviewing an order, on the Packing Slip and in the Confirmation email.
I'm thinking there has got to be and easy way it to extend ofbiz to implement this? Opposed to creating a new entity and form, etc., etc. Like perhaps extend the order_header entity to include a serial number text field and create a new field in the order entry webapp form so order entry folks can insert the serial numbers. Then I can modify existing code to pull the information from the new field and populate the Packing Slip and Confirmation Email. ?? Thanks, Case
