Commissions with Two Reps On the Same Order - Brainpower Needed!

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

Commissions with Two Reps On the Same Order - Brainpower Needed!

james-2
Banned User
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Commissions with Two Reps On the Same Order - Brainpower Needed!

Pritam Kute
Hello James,

After looking into the requirements you have provided, IMO, this support
would not be directly available OOTB. You would need to do some
code customizations.

IMO, the best possible design can be using party agreements as the
commission % looks like a fixed one. You can create an agreement between
the company party and the commission parties. At the time of placing the
order, you should associate all the commission parties with the order.
After placing the order into the system, you can have a custom code logic
to calculate the commission and create the commission/purchase invoices
accordingly.

Hope this helps.

Thanks and Regards
--
Pritam Kute

On Thu, Nov 29, 2018 at 1:04 AM <[hidden email]> wrote:

> Ok Team I have two scenarios that I would like your brain power to
> determine the best way to handle on how to pay two sales reps or 1 sales
> and 1 partner on the same account
>
>
> Scenario #1 - The Partner or Broker is tied to the account.  The sales
> rep who places the order also gets paid on the account.  The company
> wants to pay a total of only 20% of the Profit to both Sales Rep and
> Broker
> The Broker Gets 5% of the overall sale
> Sales Rep Gets 20% of the Profit
>
> Example - Sell is for $10,000 of which their Cost of Goods Sold Is $5000
> Gross Profit before Paying Broker is $5000
> Broker Commission is $500
> Net Profit is $4500
> Sales Rep Gets 20% of Net Profit - 900
>
> Is there a way to have this in Ofbiz?
>
> The other scenario is very similar but with two sales rep
>
> One sales rep Owns the account.  The other sales rep is someone who
> might have assisted and actually placed the order
>
> In this scenario the commission is split between the two.  Instead of
> the account owner getting 20% he might split it the the order taker
> 15%/5%
>
> Is there a way to have this in Ofbiz?
>
> Thanks,
>
> James
>
Reply | Threaded
Open this post in threaded view
|

Re: Commissions with Two Reps On the Same Order - Brainpower Needed!

Shi Jinghai-3
In reply to this post by james-2
And then, Drools[1] worth a try.

[1] http://drools.org/

-----邮件原件-----
发件人: Pritam Kute [mailto:[hidden email]]
发送时间: 2018年11月29日 13:26
收件人: [hidden email]
主题: Re: Commissions with Two Reps On the Same Order - Brainpower Needed!

Hello James,

After looking into the requirements you have provided, IMO, this support
would not be directly available OOTB. You would need to do some
code customizations.

IMO, the best possible design can be using party agreements as the
commission % looks like a fixed one. You can create an agreement between
the company party and the commission parties. At the time of placing the
order, you should associate all the commission parties with the order.
After placing the order into the system, you can have a custom code logic
to calculate the commission and create the commission/purchase invoices
accordingly.

Hope this helps.

Thanks and Regards
--
Pritam Kute

On Thu, Nov 29, 2018 at 1:04 AM <[hidden email]> wrote:

> Ok Team I have two scenarios that I would like your brain power to
> determine the best way to handle on how to pay two sales reps or 1 sales
> and 1 partner on the same account
>
>
> Scenario #1 - The Partner or Broker is tied to the account.  The sales
> rep who places the order also gets paid on the account.  The company
> wants to pay a total of only 20% of the Profit to both Sales Rep and
> Broker
> The Broker Gets 5% of the overall sale
> Sales Rep Gets 20% of the Profit
>
> Example - Sell is for $10,000 of which their Cost of Goods Sold Is $5000
> Gross Profit before Paying Broker is $5000
> Broker Commission is $500
> Net Profit is $4500
> Sales Rep Gets 20% of Net Profit - 900
>
> Is there a way to have this in Ofbiz?
>
> The other scenario is very similar but with two sales rep
>
> One sales rep Owns the account.  The other sales rep is someone who
> might have assisted and actually placed the order
>
> In this scenario the commission is split between the two.  Instead of
> the account owner getting 20% he might split it the the order taker
> 15%/5%
>
> Is there a way to have this in Ofbiz?
>
> Thanks,
>
> James
>
Reply | Threaded
Open this post in threaded view
|

RE: Commissions with Two Reps On the Same Order - Brainpower Needed!

james-2
Banned User
This post was updated on .
In reply to this post by james-2
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Commissions with Two Reps On the Same Order - Brainpower Needed!

Pritam Kute
Hi James,

You can associate commission parties with Order using an "OrderRole" entity
using appropriate "roleTypeId".

Thanks and Regards
--
Pritam Kute


On Thu, Nov 29, 2018 at 1:42 PM <[hidden email]> wrote:

> Thank you.  What is drools?
>
> How do I associate both commission parties to the order?
>
> -------- Original Message --------
> Subject: Re: Commissions with Two Reps On the Same Order - Brainpower
> Needed!
> From: Shi Jinghai <[hidden email]>
> Date: Wed, November 28, 2018 11:21 pm
> To: "[hidden email]" <[hidden email]>
>
> And then, Drools[1] worth a try.
>
> [1] http://drools.org/
>
> -----邮件原件-----
> 发件人: Pritam Kute [mailto:[hidden email]]
> 发送时间: 2018年11月29日 13:26
> 收件人: [hidden email]
> 主题: Re: Commissions with Two Reps On the Same Order - Brainpower
> Needed!
>
> Hello James,
>
> After looking into the requirements you have provided, IMO, this support
> would not be directly available OOTB. You would need to do some
> code customizations.
>
> IMO, the best possible design can be using party agreements as the
> commission % looks like a fixed one. You can create an agreement between
> the company party and the commission parties. At the time of placing the
> order, you should associate all the commission parties with the order.
> After placing the order into the system, you can have a custom code
> logic
> to calculate the commission and create the commission/purchase invoices
> accordingly.
>
> Hope this helps.
>
> Thanks and Regards
> --
> Pritam Kute
>
> On Thu, Nov 29, 2018 at 1:04 AM <[hidden email]> wrote:
>
> > Ok Team I have two scenarios that I would like your brain power to
> > determine the best way to handle on how to pay two sales reps or 1 sales
> > and 1 partner on the same account
> >
> >
> > Scenario #1 - The Partner or Broker is tied to the account. The sales
> > rep who places the order also gets paid on the account. The company
> > wants to pay a total of only 20% of the Profit to both Sales Rep and
> > Broker
> > The Broker Gets 5% of the overall sale
> > Sales Rep Gets 20% of the Profit
> >
> > Example - Sell is for $10,000 of which their Cost of Goods Sold Is $5000
> > Gross Profit before Paying Broker is $5000
> > Broker Commission is $500
> > Net Profit is $4500
> > Sales Rep Gets 20% of Net Profit - 900
> >
> > Is there a way to have this in Ofbiz?
> >
> > The other scenario is very similar but with two sales rep
> >
> > One sales rep Owns the account. The other sales rep is someone who
> > might have assisted and actually placed the order
> >
> > In this scenario the commission is split between the two. Instead of
> > the account owner getting 20% he might split it the the order taker
> > 15%/5%
> >
> > Is there a way to have this in Ofbiz?
> >
> > Thanks,
> >
> > James
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Commissions with Two Reps On the Same Order - Brainpower Needed!

Shi Jinghai-3
In reply to this post by james-2
Hope I guess wrong. :)

Assuming what you're building is a direct selling system like Amway, you have to setup the sales parties chain relationship first, and then, it's easy to allocate an order's money according the rule you set, because you know who places the order and his/her role/level.

In China, Law allows this kind of calculation max up to 3 levels.


-----邮件原件-----
发件人: [hidden email] [mailto:[hidden email]]
发送时间: 2018年11月29日 16:07
收件人: [hidden email]
主题: RE: Commissions with Two Reps On the Same Order - Brainpower Needed!

Thank you.  What is drools?

How do I associate both commission parties to the order?

-------- Original Message --------
Subject: Re: Commissions with Two Reps On the Same Order - Brainpower
Needed!
From: Shi Jinghai <[hidden email]>
Date: Wed, November 28, 2018 11:21 pm
To: "[hidden email]" <[hidden email]>

And then, Drools[1] worth a try.

[1] http://drools.org/

-----邮件原件-----
发件人: Pritam Kute [mailto:[hidden email]]
发送时间: 2018年11月29日 13:26
收件人: [hidden email]
主题: Re: Commissions with Two Reps On the Same Order - Brainpower
Needed!

Hello James,

After looking into the requirements you have provided, IMO, this support
would not be directly available OOTB. You would need to do some
code customizations.

IMO, the best possible design can be using party agreements as the
commission % looks like a fixed one. You can create an agreement between
the company party and the commission parties. At the time of placing the
order, you should associate all the commission parties with the order.
After placing the order into the system, you can have a custom code
logic
to calculate the commission and create the commission/purchase invoices
accordingly.

Hope this helps.

Thanks and Regards
--
Pritam Kute

On Thu, Nov 29, 2018 at 1:04 AM <[hidden email]> wrote:

> Ok Team I have two scenarios that I would like your brain power to
> determine the best way to handle on how to pay two sales reps or 1 sales
> and 1 partner on the same account
>
>
> Scenario #1 - The Partner or Broker is tied to the account. The sales
> rep who places the order also gets paid on the account. The company
> wants to pay a total of only 20% of the Profit to both Sales Rep and
> Broker
> The Broker Gets 5% of the overall sale
> Sales Rep Gets 20% of the Profit
>
> Example - Sell is for $10,000 of which their Cost of Goods Sold Is $5000
> Gross Profit before Paying Broker is $5000
> Broker Commission is $500
> Net Profit is $4500
> Sales Rep Gets 20% of Net Profit - 900
>
> Is there a way to have this in Ofbiz?
>
> The other scenario is very similar but with two sales rep
>
> One sales rep Owns the account. The other sales rep is someone who
> might have assisted and actually placed the order
>
> In this scenario the commission is split between the two. Instead of
> the account owner getting 20% he might split it the the order taker
> 15%/5%
>
> Is there a way to have this in Ofbiz?
>
> Thanks,
>
> James
>