Relation between product, box and package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Relation between product, box and package

Sumit Pandit-3
Hello all,

Can some one tell me the relationship between

product, box and package

I am little bit confuse in the relation. It will be helpful for me if
some one express the relation in mathematical  terms.

Thanks
Sumit Pandit
Reply | Threaded
Open this post in threaded view
|

Re: Relation between product, box and package

Jacopo Cappellato-3
A Shipment has ShipmentItems (for each shipment item you can specify  
the productId) and ShipmentPackages (for each shipment package you can  
specify the boxTypeId).
The association between ShipmentItems and ShipmentPackages is thru the  
ShipmentPackageContent (so that the same ShipmentItem can be splitted  
in more than one package and one package can contain products from  
different shipment items).

The Product itself is not associated directly to the ShipmentPackages  
but we have some plans to add a new field to the Product entity to  
specify the default shipment box type (and number of pieces in it)  
that should be used when the product is shipped.

Jacopo


On Apr 25, 2008, at 12:01 PM, Sumit Pandit wrote:

> Hello all,
>
> Can some one tell me the relationship between
>
> product, box and package
>
> I am little bit confuse in the relation. It will be helpful for me  
> if some one express the relation in mathematical  terms.
>
> Thanks
> Sumit Pandit

Reply | Threaded
Open this post in threaded view
|

Re: Relation between product, box and package

ladroge
In reply to this post by Sumit Pandit-3
Product = Article , result of manufacturing , good or merchandise.
Box = Where you put product
Package = The action to aggregate different products

Is it clean for you

 or more products
Sumit Pandit-3 wrote
Hello all,

Can some one tell me the relationship between

product, box and package

I am little bit confuse in the relation. It will be helpful for me if
some one express the relation in mathematical  terms.

Thanks
Sumit Pandit