A Question of Partial Delivery and Order Completion

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

A Question of Partial Delivery and Order Completion

Alex Redinger
Hello,

I am looking at possibly using OFBiz to track insertion orders for online
ads.  Initial exploration suggests that there isn't really much in the way
of tracking or reporting against partial completion of an order.

That is to say,  I can't see a way to reasonably store that, for a given
time frame, I have delivered X number of impressions for Campaign Y of
insertion order Z, at the cost of $A, and have this reflected in the order
record.

Does anybody have any insight as to how I could implement this with the
existing model and services?  I expect that some amount of extension will
be necessary, but I don't want to reinvent the wheel more than I need to.

Thanks,
--Alex
Reply | Threaded
Open this post in threaded view
|

Re: A Question of Partial Delivery and Order Completion

Michael Brohl-2
Hi Alex,

have a look at the subscription mechanism in OFBiz:
http://cwiki.apache.org/confluence/display/OFBIZ/Subscription

HTH,

Michael

Am 02.03.2012 22:26, schrieb Alex Redinger:

> Hello,
>
> I am looking at possibly using OFBiz to track insertion orders for online
> ads.  Initial exploration suggests that there isn't really much in the way
> of tracking or reporting against partial completion of an order.
>
> That is to say,  I can't see a way to reasonably store that, for a given
> time frame, I have delivered X number of impressions for Campaign Y of
> insertion order Z, at the cost of $A, and have this reflected in the order
> record.
>
> Does anybody have any insight as to how I could implement this with the
> existing model and services?  I expect that some amount of extension will
> be necessary, but I don't want to reinvent the wheel more than I need to.
>
> Thanks,
> --Alex
>

Reply | Threaded
Open this post in threaded view
|

Re: A Question of Partial Delivery and Order Completion

Alex Redinger
Thanks, for the timely response!  I'll spend the weekend digging into this.
 I love this community.

Regards,

Alex

On Fri, Mar 2, 2012 at 4:34 PM, Michael Brohl <[hidden email]> wrote:

> Hi Alex,
>
> have a look at the subscription mechanism in OFBiz:
> http://cwiki.apache.org/confluence/display/OFBIZ/Subscription
>
> HTH,
>
> Michael
>
> Am 02.03.2012 22:26, schrieb Alex Redinger:
> > Hello,
> >
> > I am looking at possibly using OFBiz to track insertion orders for online
> > ads.  Initial exploration suggests that there isn't really much in the
> way
> > of tracking or reporting against partial completion of an order.
> >
> > That is to say,  I can't see a way to reasonably store that, for a given
> > time frame, I have delivered X number of impressions for Campaign Y of
> > insertion order Z, at the cost of $A, and have this reflected in the
> order
> > record.
> >
> > Does anybody have any insight as to how I could implement this with the
> > existing model and services?  I expect that some amount of extension will
> > be necessary, but I don't want to reinvent the wheel more than I need to.
> >
> > Thanks,
> > --Alex
> >
>
>