Re: Price List Per Customer

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

Re: Price List Per Customer

Yashwant Dhakad-2
Hi James,
You have created an incorrect record in Agreement entity customer should be
from party id and the company should be in to party id. Here is the demo
data for reference:
    <Agreement agreementId="AGR_SALES"  partyIdFrom="DemoCustomer"
partyIdTo="Company" roleTypeIdFrom="CUSTOMER"
 roleTypeIdTo="INTERNAL_ORGANIZATIO" agreementTypeId="SALES_AGREEMENT"
description="Agreement for DemoCustomer"/>


Thanks & Regards
--
Yashwant Dhakad


On Fri, Dec 13, 2019 at 2:11 AM <[hidden email]> wrote:

> Nicola - Can you tell me the correct way to configure this to work?  I
> have the customer as the Party To and the Company as the Party From.  I
> have an agreement item set up with the a specific price for GZ-1001.  Is
> there any other set up?  On the sales order it is still using the
> default pricing.  Any help is much appreciated
>
> -------- Original Message --------
> Subject: Re: Price List Per Customer
> From: Nicola Mazzoni <[hidden email]>
> Date: Thu, September 26, 2019 10:26 am
> To: [hidden email]
>
> Hi James,
> Sure!
>
> Accounting -> agreements -> agreements item -> *Agreement Item Type Id =
> pricing *
>
>
>
> https://demo-stable.ofbiz.apache.org/accounting/control/EditAgreementItem?agreementId=8000&agreementItemSeqId=0001
>
>
>
> N
>
>
> Il giorno gio 26 set 2019 alle ore 17:13 <[hidden email]> ha
> scritto:
>
> > Thank you Suraj & Nicola!
> >
> > I don't see where you can add product and pricing in agreements. Was
> > this something you customized or was it OTB? Can you point me to the
> > area in the demo environment?
> >
> > Thanks,
> >
> > James
> >
> > -------- Original Message --------
> > Subject: Re: Price List Per Customer
> > From: Nicola Mazzoni <[hidden email]>
> > Date: Wed, September 25, 2019 7:01 am
> > To: [hidden email]
> >
> > Hello James,
> > I have also successfully used AGREEMENT for customer-specific prices.
> > Regards
> > N
> >
> > Il giorno mer 25 set 2019 alle ore 10:55 Suraj Khurana <
> > [hidden email]> ha scritto:
> >
> > > Hello James,
> > >
> > > It looks like a B2B scenario where every customer is quoted a different
> > > price.
> > > You can also explore Agreement model for this, IMO, it will be more
> > > manageable than managing separate price rules for every customer.
> > >
> > > HTH
> > > --
> > > Best Regards,
> > > Suraj Khurana
> > > Technical Consultant
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Tue, Sep 24, 2019 at 9:48 PM <[hidden email]> wrote:
> > >
> > > > We have a situation where we have custom prices specifically to each
> > > > customer. These are not priced on a percentage of another price list
> > > > ...pricing is random per product per customer. Do Use Price Rules I
> > > > would need to create a price rule for every product/customer
> > > > combination. Is there an easy way to create a custom price book per
> > > > customer?
> > > >
> > > > Thanks,
> > > >
> > > > James
> > > >
> > >
> >
> >
> > --
> > Nicola Mazzoni
> >
> >
> > *Mp Styl**e Srl*
> > via Meucci, 37
> > 41019 Limidi di Soliera (MO)
> > T 059/684916
> > M 347/9905529
> >
> > www.mpstyle.it
> >
>
>
> --
> Nicola Mazzoni
>
>
> *Mp Styl**e Srl*
> via Meucci, 37
> 41019 Limidi di Soliera (MO)
> T 059/684916
> M 347/9905529
>
> www.mpstyle.it
>
Reply | Threaded
Open this post in threaded view
|

Re: Price List Per Customer

Yashwant Dhakad-2
Hi James,
I dig into the workflow and found that we need to pass agreementId in
calculateProductPrice service. If you see the order entry process in
ordermgr <https://demo-trunk.ofbiz.apache.org/ordermgr/control/emptycart> and
the second screen ask the user to select agreementId from the dropdown and
if you select the agreement then you will see the agreement price in the
shopping cart.

Apart from this, please verify that the product should be associated with
agreement(AgreementProductAppl
<https://demo-trunk.ofbiz.apache.org/catalog/control/ViewProductAgreements?productId=GZ-1000>
).

Thanks & Regards
--
Yashwant Dhakad


On Fri, Dec 13, 2019 at 11:10 PM <[hidden email]> wrote:

> I have agreement items get up with GZ-1001 and a price of .95.  Do I
> need to have agreement terms configured too?
>
> -------- Original Message --------
> Subject: RE: Price List Per Customer
> From: <[hidden email]>
> Date: Fri, December 13, 2019 10:35 am
> To: [hidden email]
>
>
> Yashwant - I updated this and it is still pulling in the default price
> and not the price in the sales agreement. Is there any other
> configuration points I may be missing?
> -------- Original Message --------
> Subject: Re: Price List Per Customer
> From: Yashwant Dhakad <[hidden email]>
> Date: Thu, December 12, 2019 10:16 pm
> To: [hidden email]
>
> Hi James,
> You have created an incorrect record in Agreement entity customer should
> be
> from party id and the company should be in to party id. Here is the demo
> data for reference:
>  <Agreement agreementId="AGR_SALES" partyIdFrom="DemoCustomer"
> partyIdTo="Company" roleTypeIdFrom="CUSTOMER"
>  roleTypeIdTo="INTERNAL_ORGANIZATIO" agreementTypeId="SALES_AGREEMENT"
> description="Agreement for DemoCustomer"/>
>
>
> Thanks & Regards
> --
> Yashwant Dhakad
>
>
> On Fri, Dec 13, 2019 at 2:11 AM <[hidden email]> wrote:
>
> > Nicola - Can you tell me the correct way to configure this to work? I
> > have the customer as the Party To and the Company as the Party From. I
> > have an agreement item set up with the a specific price for GZ-1001. Is
> > there any other set up? On the sales order it is still using the
> > default pricing. Any help is much appreciated
> >
> > -------- Original Message --------
> > Subject: Re: Price List Per Customer
> > From: Nicola Mazzoni <[hidden email]>
> > Date: Thu, September 26, 2019 10:26 am
> > To: [hidden email]
> >
> > Hi James,
> > Sure!
> >
> > Accounting -> agreements -> agreements item -> *Agreement Item Type Id =
> > pricing *
> >
> >
> >
> >
> https://demo-stable.ofbiz.apache.org/accounting/control/EditAgreementItem?agreementId=8000&agreementItemSeqId=0001
> >
> >
> >
> > N
> >
> >
> > Il giorno gio 26 set 2019 alle ore 17:13 <[hidden email]> ha
> > scritto:
> >
> > > Thank you Suraj & Nicola!
> > >
> > > I don't see where you can add product and pricing in agreements. Was
> > > this something you customized or was it OTB? Can you point me to the
> > > area in the demo environment?
> > >
> > > Thanks,
> > >
> > > James
> > >
> > > -------- Original Message --------
> > > Subject: Re: Price List Per Customer
> > > From: Nicola Mazzoni <[hidden email]>
> > > Date: Wed, September 25, 2019 7:01 am
> > > To: [hidden email]
> > >
> > > Hello James,
> > > I have also successfully used AGREEMENT for customer-specific prices.
> > > Regards
> > > N
> > >
> > > Il giorno mer 25 set 2019 alle ore 10:55 Suraj Khurana <
> > > [hidden email]> ha scritto:
> > >
> > > > Hello James,
> > > >
> > > > It looks like a B2B scenario where every customer is quoted a
> different
> > > > price.
> > > > You can also explore Agreement model for this, IMO, it will be more
> > > > manageable than managing separate price rules for every customer.
> > > >
> > > > HTH
> > > > --
> > > > Best Regards,
> > > > Suraj Khurana
> > > > Technical Consultant
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Tue, Sep 24, 2019 at 9:48 PM <[hidden email]> wrote:
> > > >
> > > > > We have a situation where we have custom prices specifically to
> each
> > > > > customer. These are not priced on a percentage of another price
> list
> > > > > ...pricing is random per product per customer. Do Use Price Rules I
> > > > > would need to create a price rule for every product/customer
> > > > > combination. Is there an easy way to create a custom price book per
> > > > > customer?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > James
> > > > >
> > > >
> > >
> > >
> > > --
> > > Nicola Mazzoni
> > >
> > >
> > > *Mp Styl**e Srl*
> > > via Meucci, 37
> > > 41019 Limidi di Soliera (MO)
> > > T 059/684916
> > > M 347/9905529
> > >
> > > www.mpstyle.it
> > >
> >
> >
> > --
> > Nicola Mazzoni
> >
> >
> > *Mp Styl**e Srl*
> > via Meucci, 37
> > 41019 Limidi di Soliera (MO)
> > T 059/684916
> > M 347/9905529
> >
> > www.mpstyle.it
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Price List Per Customer

Rishi Solanki
In reply to this post by Yashwant Dhakad-2
James,
What Yashwant is suggesting to follow steps below;
1. Browse to URL shared by Yashwant.
2. Click on continue button.
3. You will see the workeffort id screen to select, ignore it and click on
continue.
4. On next page Add an item to cart.
5. Click on Finalize Order.
6. You will see the screen where you can select agreement ID to select.

HTH!

Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
http://www.mindpathtech.com


On Wed, Dec 18, 2019 at 1:58 AM <[hidden email]> wrote:

>
> Yashwant - Thanks!  It seems we are getting closer but on the 2nd screen
> of the order I do not see agreements drop down.  There is only
> workeffort ID.  Am I missing something?
> -------- Original Message --------
> Subject: Re: Price List Per Customer
> From: Yashwant Dhakad <[hidden email]>
> Date: Sun, December 15, 2019 9:53 pm
> To: [hidden email]
>
> Hi James,
> I dig into the workflow and found that we need to pass agreementId in
> calculateProductPrice service. If you see the order entry process in
> ordermgr
> <https://demo-trunk.ofbiz.apache.org/ordermgr/control/emptycart> and
> the second screen ask the user to select agreementId from the dropdown
> and
> if you select the agreement then you will see the agreement price in the
> shopping cart.
>
> Apart from this, please verify that the product should be associated
> with
> agreement(AgreementProductAppl
> <
> https://demo-trunk.ofbiz.apache.org/catalog/control/ViewProductAgreements?productId=GZ-1000
> >
> ).
>
> Thanks & Regards
> --
> Yashwant Dhakad
>
>
> On Fri, Dec 13, 2019 at 11:10 PM <[hidden email]> wrote:
>
> > I have agreement items get up with GZ-1001 and a price of .95. Do I
> > need to have agreement terms configured too?
> >
> > -------- Original Message --------
> > Subject: RE: Price List Per Customer
> > From: <[hidden email]>
> > Date: Fri, December 13, 2019 10:35 am
> > To: [hidden email]
> >
> >
> > Yashwant - I updated this and it is still pulling in the default price
> > and not the price in the sales agreement. Is there any other
> > configuration points I may be missing?
> > -------- Original Message --------
> > Subject: Re: Price List Per Customer
> > From: Yashwant Dhakad <[hidden email]>
> > Date: Thu, December 12, 2019 10:16 pm
> > To: [hidden email]
> >
> > Hi James,
> > You have created an incorrect record in Agreement entity customer should
> > be
> > from party id and the company should be in to party id. Here is the demo
> > data for reference:
> > <Agreement agreementId="AGR_SALES" partyIdFrom="DemoCustomer"
> > partyIdTo="Company" roleTypeIdFrom="CUSTOMER"
> > roleTypeIdTo="INTERNAL_ORGANIZATIO" agreementTypeId="SALES_AGREEMENT"
> > description="Agreement for DemoCustomer"/>
> >
> >
> > Thanks & Regards
> > --
> > Yashwant Dhakad
> >
> >
> > On Fri, Dec 13, 2019 at 2:11 AM <[hidden email]> wrote:
> >
> > > Nicola - Can you tell me the correct way to configure this to work? I
> > > have the customer as the Party To and the Company as the Party From. I
> > > have an agreement item set up with the a specific price for GZ-1001. Is
> > > there any other set up? On the sales order it is still using the
> > > default pricing. Any help is much appreciated
> > >
> > > -------- Original Message --------
> > > Subject: Re: Price List Per Customer
> > > From: Nicola Mazzoni <[hidden email]>
> > > Date: Thu, September 26, 2019 10:26 am
> > > To: [hidden email]
> > >
> > > Hi James,
> > > Sure!
> > >
> > > Accounting -> agreements -> agreements item -> *Agreement Item Type Id
> =
> > > pricing *
> > >
> > >
> > >
> > >
> >
> https://demo-stable.ofbiz.apache.org/accounting/control/EditAgreementItem?agreementId=8000&agreementItemSeqId=0001
> > >
> > >
> > >
> > > N
> > >
> > >
> > > Il giorno gio 26 set 2019 alle ore 17:13 <[hidden email]> ha
> > > scritto:
> > >
> > > > Thank you Suraj & Nicola!
> > > >
> > > > I don't see where you can add product and pricing in agreements. Was
> > > > this something you customized or was it OTB? Can you point me to the
> > > > area in the demo environment?
> > > >
> > > > Thanks,
> > > >
> > > > James
> > > >
> > > > -------- Original Message --------
> > > > Subject: Re: Price List Per Customer
> > > > From: Nicola Mazzoni <[hidden email]>
> > > > Date: Wed, September 25, 2019 7:01 am
> > > > To: [hidden email]
> > > >
> > > > Hello James,
> > > > I have also successfully used AGREEMENT for customer-specific prices.
> > > > Regards
> > > > N
> > > >
> > > > Il giorno mer 25 set 2019 alle ore 10:55 Suraj Khurana <
> > > > [hidden email]> ha scritto:
> > > >
> > > > > Hello James,
> > > > >
> > > > > It looks like a B2B scenario where every customer is quoted a
> > different
> > > > > price.
> > > > > You can also explore Agreement model for this, IMO, it will be more
> > > > > manageable than managing separate price rules for every customer.
> > > > >
> > > > > HTH
> > > > > --
> > > > > Best Regards,
> > > > > Suraj Khurana
> > > > > Technical Consultant
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Sep 24, 2019 at 9:48 PM <[hidden email]> wrote:
> > > > >
> > > > > > We have a situation where we have custom prices specifically to
> > each
> > > > > > customer. These are not priced on a percentage of another price
> > list
> > > > > > ...pricing is random per product per customer. Do Use Price
> Rules I
> > > > > > would need to create a price rule for every product/customer
> > > > > > combination. Is there an easy way to create a custom price book
> per
> > > > > > customer?
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > James
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Nicola Mazzoni
> > > >
> > > >
> > > > *Mp Styl**e Srl*
> > > > via Meucci, 37
> > > > 41019 Limidi di Soliera (MO)
> > > > T 059/684916
> > > > M 347/9905529
> > > >
> > > > www.mpstyle.it
> > > >
> > >
> > >
> > > --
> > > Nicola Mazzoni
> > >
> > >
> > > *Mp Styl**e Srl*
> > > via Meucci, 37
> > > 41019 Limidi di Soliera (MO)
> > > T 059/684916
> > > M 347/9905529
> > >
> > > www.mpstyle.it
> > >
> >
>