Re: Subscription entity
Posted by
David E Jones-2 on
Jul 03, 2006; 11:10pm
URL: http://ofbiz.116.s1.nabble.com/Subscription-entity-tp169194p169196.html
I'm actually working on implementing some of this stuff right now for a client, so watch for some commits related to it over the next couple of days.
-David
Andrew Sykes wrote:
> David, Al, Hans,
>
> This answers my previous question about duplication, thanks.
>
> So we have a ShoppingList, with shoppingListTypeId="SLT_AUTO_REODR"
>
> Should we have a special productTypeId for a Subscription or perhaps use
> "SERVICE" or something similar...
>
> When a product of a certain type is purchased, a SECA to create a
> Subscription entity?
>
> Also, the item should be added to the ShoppingList, with a
> recurrenceInfoId etc...
>
> Where do we get the data to populate the RecurrenceInfo? Should products
> have an attachment to RecurrenceRule ???
>
> Hopefully someone has some more thoughts on this...