Thanks Ruth and David,

I've had some more clarification.  The service being sold will be
similar to the concept of online Will production.  Here are some
example scenarios:

Customers will enter their personal details to go into the Will.  When
they want a pdf of the Will they will have to pay (e.g. $50 for 1
token).  After they have bought their token, they can change their
data as much as they want within a fixed time frame (e.g. one year)
and recreate the pdf without any extra charge.  The customer's social
security number is used to identify the Will that the token is
assigned to.

Companies may also use the service, the more money they spend when
buying tokens, the cheaper the tokens.  Companies may also have more
that one member of staff who can use the tokens.  Each token will get
allocated the social security number of the main party of the Will
when the pdf is first created.

The Will data is edited by an external application and the Will data
is stored in an external application.  The pdf is created by an
external service.  Ofbiz is required for selling tokens and managing
the tokens.

Does the above scenario fit any data models and processes existing in ofbiz?

Many thanks,

Chris

On Tue, Sep 14, 2010 at 12:08 PM, Ruth Hoffman <rhoff...@aesolves.com> wrote:
>  Hi Chris:
> That is what I do on the MyOFBiz.com site. Here is an excerpt from my seed
> data:
>
> <DataResource dataResourceId="PUB-RSS0710"
> dataResourceTypeId="OFBIZ_FILE_BIN"
>        dataResourceName="OFBizRSS5StepGuide.pdf"
>        mimeTypeId="application/pdf"
>
>  objectInfo="/applications/mylibrary/data/PUBLICATIONS/OFBizRSS5StepGuide.pdf"
> isPublic="Y" />
>
> <SubscriptionResource subscriptionResourceId="PUB-RSS0710"
> dataResourceId="PUB-RSS0710"
>        description="How To Add An RSS Feed In 5 Easy Steps" />
>
> I also have a Product record and a productId of PUB-RSS07010 which is a
> "digital good". So there is a ProductSubscriptionResource record:
>
> <ProductSubscriptionResource productId="PUB-RSS0710"
> subscriptionResourceId="PUB-RSS0710" fromDate="2001-05-13 12:00:00.0"
> maxLifeTime="180" maxLifeTimeUomId="TF_day" />
>
> You would change the maxLifeTime to a value that suited your requirements.
>
> FYI - Packt just told me that the OFBiz CookBook that I've been working on
> with them is available on their site:
> https://www.packtpub.com/apache-ofbiz-cookbook/book
>
> Not sure when Amazon will have it.
>
> Hope this helps!
> Regards,
> Ruth
>
> On 9/14/10 2:29 AM, David E Jones wrote:
>>
>> Sounds like what the Subscription and related entities are desired for...
>>
>> -David
>>
>>
>>
>> On Sep 14, 2010, at 12:25 AM, chris snow wrote:
>>
>>> I would like to be able to sell tokens for services using ofbiz.
>>>
>>> A customer will buy a token (e.g. for £30).  The token will allow
>>> unlimited access to a single resource (e.g. downloading a particular
>>> document/book) as many times as the customer requires.  Therefore, the
>>> token is tied to a resource id.
>>>
>>> Is there already a similar concept in ofbiz that I could use as the
>>> basis for my requirements?  Maybe the gift certificate functionality?
>>>
>>> Many thanks,
>>>
>>> Chris
>>
>

Reply via email to