Is there an easy way to add attributes to relationships in 6.2.0 ?
Scenario:
Step 1:
I have 'Products' module with many-to-many relationship to accounts, I would like to know all the products a specific account bought and all the accounts that bought a specific product.
That can be easily achieved with many-to-many.
Step 2:
Now I would like to know how much each account payed for each product, so:
I would like to know all the products a specific account bought and how much they payed for each one and all the accounts that bought a specific product and how much each account payed.
I saw some tutorials about adding a middle module with many-to-one relationship between 'products' and 'accounts',
If someone can explain how to achieve that in 6.2.0 (or another solution) It'll be highly appreciated.
Thanks,
Ita.


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks