Login  Register

Re: Subscription entity

Posted by David E. Jones on Jun 30, 2006; 6:29pm
URL: http://ofbiz.116.s1.nabble.com/Subscription-entity-tp169194p169202.html


If you had the renewal settings on the Subscription entity it would need all payment, etc settings.

The plan right now is to use the ShoppingList, etc. for this and any other automatic reordering.

-David


Andrew Sykes wrote:

> Hi Folks,
>
> I was thinking that it might be a good idea to add an autoRenew
> attribute to the Subscription entity so that subscriptions could be
> identified as being automatically renewable.
>
> We could then create a service that queried the Subscriptions daily and
> if one will expire in the next 24 hours and has autoRenew=Y, we could
> try to re-bill the user.
>
> Also, a service that cancelled the subscription, "cancelSubscription"
> with a timestamp argument to update the Subscription.thruDate
> This service would set autoRenew="N" and thruDate="timestamp"
> if the timestamp is not present thruDate would be unchanged.
>
> Any thoughts?