Re: Products included in Service

2022-01-29 Thread Michael Brohl
Hi Emad, just a brief guess for now: have you had a look at the ProductConfig* and ConfigOptionProductOption entities? There is some demo data in OrderDemoData.xml. Services can also be handled as Products of a specified type and you can build typed relationships between products (in this

Re: Products included in Service

2022-01-29 Thread Emad Radwan
Many thanks Pierre. This is very useful information. BTW, I was referring to vol 1 of the book series. Regards, Emad > On 29 Jan 2022, at 2:59 PM, Pierre Smits wrote: > > Hi Emad, > > Which volume of Silverston's books are you refering to (there are multiple). > > Anyway, the handling of

Re: Products included in Service

2022-01-29 Thread Pierre Smits
Hi Emad, Which volume of Silverston's books are you refering to (there are multiple). Anyway, the handling of products and their components (parts, ingredients, etc) is covered by the Apache OFBiz project. Both in entity definitions and services/functions. In the entity definitions we cover

RE: Products included in Service

2022-01-29 Thread Emad Radwan
Hello Community, Regarding this issue, I found in Silverston's book that he has a table called 'Product_Component' that handles such situations under 'Products and Parts' section in chapter 3 on page 100. I understand that we don't have such a table in Ofbiz data model so I'll appreciate it if