Associating book attribute such as Author, publisher with a product

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

Associating book attribute such as Author, publisher with a product

rajsaini
Hi,

What is the best way of associating book attributes such as Author,
publisher etc with a product. I am thinking of using product Attributes
for the same. Is it right approach?

Thanks,

Raj Saini
Reply | Threaded
Open this post in threaded view
|

Re: Associating book attribute such as Author, publisher with a product

David E Jones

The most natural structure would be a Product-Party relationship. A more common one for parametric data though is the ProductFeature* stuff.

-David


Raj Saini wrote:
> Hi,
>
> What is the best way of associating book attributes such as Author,
> publisher etc with a product. I am thinking of using product Attributes
> for the same. Is it right approach?
>
> Thanks,
>
> Raj Saini
Reply | Threaded
Open this post in threaded view
|

Re: Associating book attribute such as Author, publisher with a product

rajsaini
Thanks David. I will work on those directions.

Thanks,

Raj
David E Jones wrote:

>
> The most natural structure would be a Product-Party relationship. A
> more common one for parametric data though is the ProductFeature* stuff.
>
> -David
>
>
> Raj Saini wrote:
>> Hi,
>>
>> What is the best way of associating book attributes such as Author,
>> publisher etc with a product. I am thinking of using product
>> Attributes for the same. Is it right approach?
>>
>> Thanks,
>>
>> Raj Saini
>

Reply | Threaded
Open this post in threaded view
|

Re: Associating book attribute such as Author, publisher with a product

Iain Fogg
Hi Raj,

I own a bookshop and use OFBiz. I initially went down the ProductFeature
path, but found that performance suffered badly with the out-of-the-box
UI (eg, drop downs loading full lists of authors/publishers). I ended up
using features for the publisher, but captured the author as Content.

On my long list of things to do is to do an entity extension(s) to
better handle the specific needs of the book trade.

For what it's worth....

Cheers, Iain

Raj Saini wrote:

> Thanks David. I will work on those directions.
>
> Thanks,
>
> Raj
> David E Jones wrote:
>>
>> The most natural structure would be a Product-Party relationship. A
>> more common one for parametric data though is the ProductFeature* stuff.
>>
>> -David
>>
>>
>> Raj Saini wrote:
>>> Hi,
>>>
>>> What is the best way of associating book attributes such as Author,
>>> publisher etc with a product. I am thinking of using product
>>> Attributes for the same. Is it right approach?
>>>
>>> Thanks,
>>>
>>> Raj Saini
>>
>
>
>



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.467 / Virus Database: 269.8.0/817 - Release Date: 24/05/2007 4:01 PM

Reply | Threaded
Open this post in threaded view
|

Re: Associating book attribute such as Author, publisher with a product

rajsaini
Hi Iain,

Thanks for sharing your experiences. I am not using the OOTB UI and I am
rendering author and publisher details as simple label and not the drop
downs. However, I feel the Product-Party is the best way to go as
suggested by David. What is your opinion about using Product-Party
relationship?

Can you share with me how you plan to work on entity extension(s)? If it
can serve the purpose in a better way, may be I can work on it.

Thanks,

Raj

Iain Fogg wrote:

> Hi Raj,
>
> I own a bookshop and use OFBiz. I initially went down the
> ProductFeature path, but found that performance suffered badly with
> the out-of-the-box UI (eg, drop downs loading full lists of
> authors/publishers). I ended up using features for the publisher, but
> captured the author as Content.
>
> On my long list of things to do is to do an entity extension(s) to
> better handle the specific needs of the book trade.
>
> For what it's worth....
>
> Cheers, Iain
>
> Raj Saini wrote:
>> Thanks David. I will work on those directions.
>>
>> Thanks,
>>
>> Raj
>> David E Jones wrote:
>>>
>>> The most natural structure would be a Product-Party relationship. A
>>> more common one for parametric data though is the ProductFeature*
>>> stuff.
>>>
>>> -David
>>>
>>>
>>> Raj Saini wrote:
>>>> Hi,
>>>>
>>>> What is the best way of associating book attributes such as Author,
>>>> publisher etc with a product. I am thinking of using product
>>>> Attributes for the same. Is it right approach?
>>>>
>>>> Thanks,
>>>>
>>>> Raj Saini
>>>
>>
>>
>>
>
>
>