Minimum Quantity ordered on Sales order

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

Minimum Quantity ordered on Sales order

Len Shein
Is there a configuration that can be set which will not allow a product to
be added to the cart unless a 'minimum quantity' has been ordered.

For example on a Sales order I would like a product to be bought in
quantities of a 100 or more.

 

 

 

Thank You

 

Len Shein

 

[hidden email]

[hidden email]

 

516.742.7888 ext.225

732.333.4303

 

Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Rishi Solanki
No it is not available OOTB, need to write separate logic for it.
Either by adding a field to Product entity or can be achieved though the
minimum order price.
Minimum order price means we can put a Minimum Order Price with each Product
in ProductPrice entity and do some calculations on that basis and get the
minimum order quantity for the particular product.

Rishi Solanki
Manager, Enterprise Software Developer
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:

> Is there a configuration that can be set which will not allow a product to
> be added to the cart unless a 'minimum quantity' has been ordered.
>
> For example on a Sales order I would like a product to be bought in
> quantities of a 100 or more.
>
>
>
>
>
>
>
> Thank You
>
>
>
> Len Shein
>
>
>
> [hidden email]
>
> [hidden email]
>
>
>
> 516.742.7888 ext.225
>
> 732.333.4303
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Jacques Le Roux
Administrator
This could be a nice contribution, BTW

Jacques

From: "Rishi Solanki" <[hidden email]>

> No it is not available OOTB, need to write separate logic for it.
> Either by adding a field to Product entity or can be achieved though the
> minimum order price.
> Minimum order price means we can put a Minimum Order Price with each Product
> in ProductPrice entity and do some calculations on that basis and get the
> minimum order quantity for the particular product.
>
> Rishi Solanki
> Manager, Enterprise Software Developer
> HotWax Media Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxmedia.com
>
>
> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>
>> Is there a configuration that can be set which will not allow a product to
>> be added to the cart unless a 'minimum quantity' has been ordered.
>>
>> For example on a Sales order I would like a product to be bought in
>> quantities of a 100 or more.
>>
>>
>>
>>
>>
>>
>>
>> Thank You
>>
>>
>>
>> Len Shein
>>
>>
>>
>> [hidden email]
>>
>> [hidden email]
>>
>>
>>
>> 516.742.7888 ext.225
>>
>> 732.333.4303
>>
>>
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Rishi Solanki
Will try to submit patch ASAP.

Rishi Solanki
Manager, Enterprise Software Developer
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
[hidden email]> wrote:

> This could be a nice contribution, BTW
>
> Jacques
>
> From: "Rishi Solanki" <[hidden email]>
>
>  No it is not available OOTB, need to write separate logic for it.
>> Either by adding a field to Product entity or can be achieved though the
>> minimum order price.
>> Minimum order price means we can put a Minimum Order Price with each
>> Product
>> in ProductPrice entity and do some calculations on that basis and get the
>> minimum order quantity for the particular product.
>>
>> Rishi Solanki
>> Manager, Enterprise Software Developer
>> HotWax Media Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxmedia.com
>>
>>
>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>>
>>  Is there a configuration that can be set which will not allow a product
>>> to
>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>
>>> For example on a Sales order I would like a product to be bought in
>>> quantities of a 100 or more.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Thank You
>>>
>>>
>>>
>>> Len Shein
>>>
>>>
>>>
>>> [hidden email]
>>>
>>> [hidden email]
>>>
>>>
>>>
>>> 516.742.7888 ext.225
>>>
>>> 732.333.4303
>>>
>>>
>>>
>>>
>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

RE: Minimum Quantity ordered on Sales order

lshein
Thanks

-----Original Message-----
From: Rishi Solanki [mailto:[hidden email]]
Sent: Thursday, April 01, 2010 5:15 AM
To: [hidden email]; Jacques Le Roux
Subject: Re: Minimum Quantity ordered on Sales order

Will try to submit patch ASAP.

Rishi Solanki
Manager, Enterprise Software Developer
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
[hidden email]> wrote:

> This could be a nice contribution, BTW
>
> Jacques
>
> From: "Rishi Solanki" <[hidden email]>
>
>  No it is not available OOTB, need to write separate logic for it.
>> Either by adding a field to Product entity or can be achieved though the
>> minimum order price.
>> Minimum order price means we can put a Minimum Order Price with each
>> Product
>> in ProductPrice entity and do some calculations on that basis and get the
>> minimum order quantity for the particular product.
>>
>> Rishi Solanki
>> Manager, Enterprise Software Developer
>> HotWax Media Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxmedia.com
>>
>>
>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>>
>>  Is there a configuration that can be set which will not allow a product
>>> to
>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>
>>> For example on a Sales order I would like a product to be bought in
>>> quantities of a 100 or more.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Thank You
>>>
>>>
>>>
>>> Len Shein
>>>
>>>
>>>
>>> [hidden email]
>>>
>>> [hidden email]
>>>
>>>
>>>
>>> 516.742.7888 ext.225
>>>
>>> 732.333.4303
>>>
>>>
>>>
>>>
>>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Rishi Solanki
https://issues.apache.org/jira/browse/OFBIZ-3633
Soon patch will be uploaded with example data by Deepak Dixit.

Rishi Solanki
Manager, Enterprise Software Developer
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:

> Thanks
>
> -----Original Message-----
> From: Rishi Solanki [mailto:[hidden email]]
> Sent: Thursday, April 01, 2010 5:15 AM
> To: [hidden email]; Jacques Le Roux
> Subject: Re: Minimum Quantity ordered on Sales order
>
> Will try to submit patch ASAP.
>
> Rishi Solanki
> Manager, Enterprise Software Developer
> HotWax Media Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxmedia.com
>
>
> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
> [hidden email]> wrote:
>
> > This could be a nice contribution, BTW
> >
> > Jacques
> >
> > From: "Rishi Solanki" <[hidden email]>
> >
> >  No it is not available OOTB, need to write separate logic for it.
> >> Either by adding a field to Product entity or can be achieved though the
> >> minimum order price.
> >> Minimum order price means we can put a Minimum Order Price with each
> >> Product
> >> in ProductPrice entity and do some calculations on that basis and get
> the
> >> minimum order quantity for the particular product.
> >>
> >> Rishi Solanki
> >> Manager, Enterprise Software Developer
> >> HotWax Media Pvt. Ltd.
> >> Direct: +91-9893287847
> >> http://www.hotwaxmedia.com
> >>
> >>
> >> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
> >>
> >>  Is there a configuration that can be set which will not allow a product
> >>> to
> >>> be added to the cart unless a 'minimum quantity' has been ordered.
> >>>
> >>> For example on a Sales order I would like a product to be bought in
> >>> quantities of a 100 or more.
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> Thank You
> >>>
> >>>
> >>>
> >>> Len Shein
> >>>
> >>>
> >>>
> >>> [hidden email]
> >>>
> >>> [hidden email]
> >>>
> >>>
> >>>
> >>> 516.742.7888 ext.225
> >>>
> >>> 732.333.4303
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Jacques Le Roux
Administrator
Thanks guys,

Much appreciated

Jacques

From: "Rishi Solanki" <[hidden email]>

> https://issues.apache.org/jira/browse/OFBIZ-3633
> Soon patch will be uploaded with example data by Deepak Dixit.
>
> Rishi Solanki
> Manager, Enterprise Software Developer
> HotWax Media Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxmedia.com
>
>
> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>
>> Thanks
>>
>> -----Original Message-----
>> From: Rishi Solanki [mailto:[hidden email]]
>> Sent: Thursday, April 01, 2010 5:15 AM
>> To: [hidden email]; Jacques Le Roux
>> Subject: Re: Minimum Quantity ordered on Sales order
>>
>> Will try to submit patch ASAP.
>>
>> Rishi Solanki
>> Manager, Enterprise Software Developer
>> HotWax Media Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxmedia.com
>>
>>
>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>> [hidden email]> wrote:
>>
>> > This could be a nice contribution, BTW
>> >
>> > Jacques
>> >
>> > From: "Rishi Solanki" <[hidden email]>
>> >
>> >  No it is not available OOTB, need to write separate logic for it.
>> >> Either by adding a field to Product entity or can be achieved though the
>> >> minimum order price.
>> >> Minimum order price means we can put a Minimum Order Price with each
>> >> Product
>> >> in ProductPrice entity and do some calculations on that basis and get
>> the
>> >> minimum order quantity for the particular product.
>> >>
>> >> Rishi Solanki
>> >> Manager, Enterprise Software Developer
>> >> HotWax Media Pvt. Ltd.
>> >> Direct: +91-9893287847
>> >> http://www.hotwaxmedia.com
>> >>
>> >>
>> >> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>> >>
>> >>  Is there a configuration that can be set which will not allow a product
>> >>> to
>> >>> be added to the cart unless a 'minimum quantity' has been ordered.
>> >>>
>> >>> For example on a Sales order I would like a product to be bought in
>> >>> quantities of a 100 or more.
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> Thank You
>> >>>
>> >>>
>> >>>
>> >>> Len Shein
>> >>>
>> >>>
>> >>>
>> >>> [hidden email]
>> >>>
>> >>> [hidden email]
>> >>>
>> >>>
>> >>>
>> >>> 516.742.7888 ext.225
>> >>>
>> >>> 732.333.4303
>> >>>
>> >>>
>> >>>
>> >>>
>> >>>
>> >>
>> >
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Deepak Dixit-2
In reply to this post by Rishi Solanki

Done uploaded patch with example, I had added MINIMUM_ORDER_PRICE for
product Id: WG-5569 .

Regards
--
Deepak Dixit
Enterprise Software Developer
HotWax Media Pvt. Ltd.
Website :- www.hotwaxmedia.com
Contact :- +91-98267-54548


Rishi Solanki wrote:

> https://issues.apache.org/jira/browse/OFBIZ-3633
> Soon patch will be uploaded with example data by Deepak Dixit.
>
> Rishi Solanki
> Manager, Enterprise Software Developer
> HotWax Media Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxmedia.com
>
>
> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>
>  
>> Thanks
>>
>> -----Original Message-----
>> From: Rishi Solanki [mailto:[hidden email]]
>> Sent: Thursday, April 01, 2010 5:15 AM
>> To: [hidden email]; Jacques Le Roux
>> Subject: Re: Minimum Quantity ordered on Sales order
>>
>> Will try to submit patch ASAP.
>>
>> Rishi Solanki
>> Manager, Enterprise Software Developer
>> HotWax Media Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxmedia.com
>>
>>
>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>> [hidden email]> wrote:
>>
>>    
>>> This could be a nice contribution, BTW
>>>
>>> Jacques
>>>
>>> From: "Rishi Solanki" <[hidden email]>
>>>
>>>  No it is not available OOTB, need to write separate logic for it.
>>>      
>>>> Either by adding a field to Product entity or can be achieved though the
>>>> minimum order price.
>>>> Minimum order price means we can put a Minimum Order Price with each
>>>> Product
>>>> in ProductPrice entity and do some calculations on that basis and get
>>>>        
>> the
>>    
>>>> minimum order quantity for the particular product.
>>>>
>>>> Rishi Solanki
>>>> Manager, Enterprise Software Developer
>>>> HotWax Media Pvt. Ltd.
>>>> Direct: +91-9893287847
>>>> http://www.hotwaxmedia.com
>>>>
>>>>
>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>>>>
>>>>  Is there a configuration that can be set which will not allow a product
>>>>        
>>>>> to
>>>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>>>
>>>>> For example on a Sales order I would like a product to be bought in
>>>>> quantities of a 100 or more.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Thank You
>>>>>
>>>>>
>>>>>
>>>>> Len Shein
>>>>>
>>>>>
>>>>>
>>>>> [hidden email]
>>>>>
>>>>> [hidden email]
>>>>>
>>>>>
>>>>>
>>>>> 516.742.7888 ext.225
>>>>>
>>>>> 732.333.4303
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>          
>>    
>
>  


Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Jacques Le Roux
Administrator
In reply to this post by Len Shein
BTW Len,

Could you please test it. This would help me reviewing...

TIA

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Thanks guys,
>
> Much appreciated
>
> Jacques
>
> From: "Rishi Solanki" <[hidden email]>
>> https://issues.apache.org/jira/browse/OFBIZ-3633
>> Soon patch will be uploaded with example data by Deepak Dixit.
>>
>> Rishi Solanki
>> Manager, Enterprise Software Developer
>> HotWax Media Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxmedia.com
>>
>>
>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>>
>>> Thanks
>>>
>>> -----Original Message-----
>>> From: Rishi Solanki [mailto:[hidden email]]
>>> Sent: Thursday, April 01, 2010 5:15 AM
>>> To: [hidden email]; Jacques Le Roux
>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>
>>> Will try to submit patch ASAP.
>>>
>>> Rishi Solanki
>>> Manager, Enterprise Software Developer
>>> HotWax Media Pvt. Ltd.
>>> Direct: +91-9893287847
>>> http://www.hotwaxmedia.com
>>>
>>>
>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>> [hidden email]> wrote:
>>>
>>> > This could be a nice contribution, BTW
>>> >
>>> > Jacques
>>> >
>>> > From: "Rishi Solanki" <[hidden email]>
>>> >
>>> >  No it is not available OOTB, need to write separate logic for it.
>>> >> Either by adding a field to Product entity or can be achieved though the
>>> >> minimum order price.
>>> >> Minimum order price means we can put a Minimum Order Price with each
>>> >> Product
>>> >> in ProductPrice entity and do some calculations on that basis and get
>>> the
>>> >> minimum order quantity for the particular product.
>>> >>
>>> >> Rishi Solanki
>>> >> Manager, Enterprise Software Developer
>>> >> HotWax Media Pvt. Ltd.
>>> >> Direct: +91-9893287847
>>> >> http://www.hotwaxmedia.com
>>> >>
>>> >>
>>> >> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>>> >>
>>> >>  Is there a configuration that can be set which will not allow a product
>>> >>> to
>>> >>> be added to the cart unless a 'minimum quantity' has been ordered.
>>> >>>
>>> >>> For example on a Sales order I would like a product to be bought in
>>> >>> quantities of a 100 or more.
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>> Thank You
>>> >>>
>>> >>>
>>> >>>
>>> >>> Len Shein
>>> >>>
>>> >>>
>>> >>>
>>> >>> [hidden email]
>>> >>>
>>> >>> [hidden email]
>>> >>>
>>> >>>
>>> >>>
>>> >>> 516.742.7888 ext.225
>>> >>>
>>> >>> 732.333.4303
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>>
>>> >>
>>> >
>>>
>>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Scott Gray-2
Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice in the same way that SupplierProduct has?

Regards
Scott

On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:

> BTW Len,
>
> Could you please test it. This would help me reviewing...
>
> TIA
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> Thanks guys,
>> Much appreciated
>> Jacques
>> From: "Rishi Solanki" <[hidden email]>
>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>> Rishi Solanki
>>> Manager, Enterprise Software Developer
>>> HotWax Media Pvt. Ltd.
>>> Direct: +91-9893287847
>>> http://www.hotwaxmedia.com
>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>>>> Thanks
>>>>
>>>> -----Original Message-----
>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>> To: [hidden email]; Jacques Le Roux
>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>
>>>> Will try to submit patch ASAP.
>>>>
>>>> Rishi Solanki
>>>> Manager, Enterprise Software Developer
>>>> HotWax Media Pvt. Ltd.
>>>> Direct: +91-9893287847
>>>> http://www.hotwaxmedia.com
>>>>
>>>>
>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>> [hidden email]> wrote:
>>>>
>>>> > This could be a nice contribution, BTW
>>>> >
>>>> > Jacques
>>>> >
>>>> > From: "Rishi Solanki" <[hidden email]>
>>>> >
>>>> >  No it is not available OOTB, need to write separate logic for it.
>>>> >> Either by adding a field to Product entity or can be achieved though the
>>>> >> minimum order price.
>>>> >> Minimum order price means we can put a Minimum Order Price with each
>>>> >> Product
>>>> >> in ProductPrice entity and do some calculations on that basis and get
>>>> the
>>>> >> minimum order quantity for the particular product.
>>>> >>
>>>> >> Rishi Solanki
>>>> >> Manager, Enterprise Software Developer
>>>> >> HotWax Media Pvt. Ltd.
>>>> >> Direct: +91-9893287847
>>>> >> http://www.hotwaxmedia.com
>>>> >>
>>>> >>
>>>> >> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>>>> >>
>>>> >>  Is there a configuration that can be set which will not allow a product
>>>> >>> to
>>>> >>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>> >>>
>>>> >>> For example on a Sales order I would like a product to be bought in
>>>> >>> quantities of a 100 or more.
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> Thank You
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> Len Shein
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> [hidden email]
>>>> >>>
>>>> >>> [hidden email]
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>> 516.742.7888 ext.225
>>>> >>>
>>>> >>> 732.333.4303
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>>
>>>> >>
>>>> >
>>>>
>>>>
>>>
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Ashish Vijaywargiya
+1

--
Ashish
Sent from my iPod

On 02-Apr-2010, at 8:27 PM, Scott Gray <[hidden email]>  
wrote:

> Wouldn't it be better to add a minimumOrderQuantity field to  
> ProductPrice in the same way that SupplierProduct has?
>
> Regards
> Scott
>
> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>
>> BTW Len,
>>
>> Could you please test it. This would help me reviewing...
>>
>> TIA
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> Thanks guys,
>>> Much appreciated
>>> Jacques
>>> From: "Rishi Solanki" <[hidden email]>
>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>> Rishi Solanki
>>>> Manager, Enterprise Software Developer
>>>> HotWax Media Pvt. Ltd.
>>>> Direct: +91-9893287847
>>>> http://www.hotwaxmedia.com
>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]>  
>>>> wrote:
>>>>> Thanks
>>>>>
>>>>> -----Original Message-----
>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>> To: [hidden email]; Jacques Le Roux
>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>
>>>>> Will try to submit patch ASAP.
>>>>>
>>>>> Rishi Solanki
>>>>> Manager, Enterprise Software Developer
>>>>> HotWax Media Pvt. Ltd.
>>>>> Direct: +91-9893287847
>>>>> http://www.hotwaxmedia.com
>>>>>
>>>>>
>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>> [hidden email]> wrote:
>>>>>
>>>>>> This could be a nice contribution, BTW
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>
>>>>>> No it is not available OOTB, need to write separate logic for it.
>>>>>>> Either by adding a field to Product entity or can be achieved  
>>>>>>> though the
>>>>>>> minimum order price.
>>>>>>> Minimum order price means we can put a Minimum Order Price  
>>>>>>> with each
>>>>>>> Product
>>>>>>> in ProductPrice entity and do some calculations on that basis  
>>>>>>> and get
>>>>> the
>>>>>>> minimum order quantity for the particular product.
>>>>>>>
>>>>>>> Rishi Solanki
>>>>>>> Manager, Enterprise Software Developer
>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>> Direct: +91-9893287847
>>>>>>> http://www.hotwaxmedia.com
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein  
>>>>>>> <[hidden email]> wrote:
>>>>>>>
>>>>>>> Is there a configuration that can be set which will not allow  
>>>>>>> a product
>>>>>>>> to
>>>>>>>> be added to the cart unless a 'minimum quantity' has been  
>>>>>>>> ordered.
>>>>>>>>
>>>>>>>> For example on a Sales order I would like a product to be  
>>>>>>>> bought in
>>>>>>>> quantities of a 100 or more.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thank You
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Len Shein
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 516.742.7888 ext.225
>>>>>>>>
>>>>>>>> 732.333.4303
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Jacques Le Roux
Administrator
In reply to this post by Scott Gray-2
This would mean that the minimum ordered quantity would depend on price and not the product itself. Why not, but I would have
thought it would have rather depended on the product. Have you an use case, or is it rather to open things? Because for the supplier
I see the reason, for the price less.

Jacques

>Scott Gray wrote:
> Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice in the same way that SupplierProduct has?
>
> Regards
> Scott
>
> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>
>> BTW Len,
>>
>> Could you please test it. This would help me reviewing...
>>
>> TIA
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> Thanks guys,
>>> Much appreciated
>>> Jacques
>>> From: "Rishi Solanki" <[hidden email]>
>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>> Rishi Solanki
>>>> Manager, Enterprise Software Developer
>>>> HotWax Media Pvt. Ltd.
>>>> Direct: +91-9893287847
>>>> http://www.hotwaxmedia.com
>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>>>>> Thanks
>>>>>
>>>>> -----Original Message-----
>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>> To: [hidden email]; Jacques Le Roux
>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>
>>>>> Will try to submit patch ASAP.
>>>>>
>>>>> Rishi Solanki
>>>>> Manager, Enterprise Software Developer
>>>>> HotWax Media Pvt. Ltd.
>>>>> Direct: +91-9893287847
>>>>> http://www.hotwaxmedia.com
>>>>>
>>>>>
>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>> [hidden email]> wrote:
>>>>>
>>>>>> This could be a nice contribution, BTW
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>
>>>>>>  No it is not available OOTB, need to write separate logic for it.
>>>>>>> Either by adding a field to Product entity or can be achieved though the
>>>>>>> minimum order price.
>>>>>>> Minimum order price means we can put a Minimum Order Price with each
>>>>>>> Product
>>>>>>> in ProductPrice entity and do some calculations on that basis and get
>>>>> the
>>>>>>> minimum order quantity for the particular product.
>>>>>>>
>>>>>>> Rishi Solanki
>>>>>>> Manager, Enterprise Software Developer
>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>> Direct: +91-9893287847
>>>>>>> http://www.hotwaxmedia.com
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>>>>>>>
>>>>>>>  Is there a configuration that can be set which will not allow a product
>>>>>>>> to
>>>>>>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>>>>>>
>>>>>>>> For example on a Sales order I would like a product to be bought in
>>>>>>>> quantities of a 100 or more.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thank You
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Len Shein
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 516.742.7888 ext.225
>>>>>>>>
>>>>>>>> 732.333.4303


Reply | Threaded
Open this post in threaded view
|

RE: Minimum Quantity ordered on Sales order

lshein
I agree with Jacques; IMO I think the minimum ordered quantity should not
have to be based on a price, why make the system to any calculations when
the requirement is solely based on the quantity entered.  Is it possible to
add a new field (minimumOrderedQuantity) to the product and then have the
cart validate against this field when added to the cart?


-----Original Message-----
From: Jacques Le Roux [mailto:[hidden email]]
Sent: Friday, April 02, 2010 12:56 PM
To: [hidden email]
Subject: Re: Minimum Quantity ordered on Sales order

This would mean that the minimum ordered quantity would depend on price and
not the product itself. Why not, but I would have
thought it would have rather depended on the product. Have you an use case,
or is it rather to open things? Because for the supplier
I see the reason, for the price less.

Jacques

>Scott Gray wrote:
> Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice
in the same way that SupplierProduct has?

>
> Regards
> Scott
>
> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>
>> BTW Len,
>>
>> Could you please test it. This would help me reviewing...
>>
>> TIA
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> Thanks guys,
>>> Much appreciated
>>> Jacques
>>> From: "Rishi Solanki" <[hidden email]>
>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>> Rishi Solanki
>>>> Manager, Enterprise Software Developer
>>>> HotWax Media Pvt. Ltd.
>>>> Direct: +91-9893287847
>>>> http://www.hotwaxmedia.com
>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>>>>> Thanks
>>>>>
>>>>> -----Original Message-----
>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>> To: [hidden email]; Jacques Le Roux
>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>
>>>>> Will try to submit patch ASAP.
>>>>>
>>>>> Rishi Solanki
>>>>> Manager, Enterprise Software Developer
>>>>> HotWax Media Pvt. Ltd.
>>>>> Direct: +91-9893287847
>>>>> http://www.hotwaxmedia.com
>>>>>
>>>>>
>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>> [hidden email]> wrote:
>>>>>
>>>>>> This could be a nice contribution, BTW
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>
>>>>>>  No it is not available OOTB, need to write separate logic for it.
>>>>>>> Either by adding a field to Product entity or can be achieved though
the
>>>>>>> minimum order price.
>>>>>>> Minimum order price means we can put a Minimum Order Price with each
>>>>>>> Product
>>>>>>> in ProductPrice entity and do some calculations on that basis and
get

>>>>> the
>>>>>>> minimum order quantity for the particular product.
>>>>>>>
>>>>>>> Rishi Solanki
>>>>>>> Manager, Enterprise Software Developer
>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>> Direct: +91-9893287847
>>>>>>> http://www.hotwaxmedia.com
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]>
wrote:
>>>>>>>
>>>>>>>  Is there a configuration that can be set which will not allow a
product

>>>>>>>> to
>>>>>>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>>>>>>
>>>>>>>> For example on a Sales order I would like a product to be bought in
>>>>>>>> quantities of a 100 or more.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thank You
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Len Shein
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>> [hidden email]
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 516.742.7888 ext.225
>>>>>>>>
>>>>>>>> 732.333.4303



Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Scott Gray-2
In reply to this post by Jacques Le Roux
On 2/04/2010, at 10:56 AM, Jacques Le Roux wrote:

> This would mean that the minimum ordered quantity would depend on price and not the product itself.

Isn't this a good thing?  Different ProductStores could have different minimum quantity requirements.

> Why not, but I would have thought it would have rather depended on the product.

Why?

> Have you an use case, or is it rather to open things? Because for the supplier I see the reason, for the price less.

Only Len's use case.  If a ProductPrice is dependent on a minimum quantity and the product cannot be added to the cart without a valid price then this seems like a natural solution.

>
> Jacques
>
>> Scott Gray wrote:
>> Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice in the same way that SupplierProduct has?
>>
>> Regards
>> Scott
>>
>> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>>
>>> BTW Len,
>>>
>>> Could you please test it. This would help me reviewing...
>>>
>>> TIA
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> Thanks guys,
>>>> Much appreciated
>>>> Jacques
>>>> From: "Rishi Solanki" <[hidden email]>
>>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>>> Rishi Solanki
>>>>> Manager, Enterprise Software Developer
>>>>> HotWax Media Pvt. Ltd.
>>>>> Direct: +91-9893287847
>>>>> http://www.hotwaxmedia.com
>>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>>>>>> Thanks
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>>> To: [hidden email]; Jacques Le Roux
>>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>>
>>>>>> Will try to submit patch ASAP.
>>>>>>
>>>>>> Rishi Solanki
>>>>>> Manager, Enterprise Software Developer
>>>>>> HotWax Media Pvt. Ltd.
>>>>>> Direct: +91-9893287847
>>>>>> http://www.hotwaxmedia.com
>>>>>>
>>>>>>
>>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>>> [hidden email]> wrote:
>>>>>>
>>>>>>> This could be a nice contribution, BTW
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>>
>>>>>>> No it is not available OOTB, need to write separate logic for it.
>>>>>>>> Either by adding a field to Product entity or can be achieved though the
>>>>>>>> minimum order price.
>>>>>>>> Minimum order price means we can put a Minimum Order Price with each
>>>>>>>> Product
>>>>>>>> in ProductPrice entity and do some calculations on that basis and get
>>>>>> the
>>>>>>>> minimum order quantity for the particular product.
>>>>>>>>
>>>>>>>> Rishi Solanki
>>>>>>>> Manager, Enterprise Software Developer
>>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>>> Direct: +91-9893287847
>>>>>>>> http://www.hotwaxmedia.com
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>>>>>>>>
>>>>>>>> Is there a configuration that can be set which will not allow a product
>>>>>>>>> to
>>>>>>>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>>>>>>>
>>>>>>>>> For example on a Sales order I would like a product to be bought in
>>>>>>>>> quantities of a 100 or more.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Thank You
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Len Shein
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> [hidden email]
>>>>>>>>>
>>>>>>>>> [hidden email]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 516.742.7888 ext.225
>>>>>>>>>
>>>>>>>>> 732.333.4303
>
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

BJ Freeman
In reply to this post by Len Shein

Why can this be a promo since it could also change with dates
or
it could be based on the breakdown from receiving from a suppler and
different suppliers have  different quantity per package.

=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>


Len Shein sent the following on 4/2/2010 10:10 AM:

> I agree with Jacques; IMO I think the minimum ordered quantity should not
> have to be based on a price, why make the system to any calculations when
> the requirement is solely based on the quantity entered.  Is it possible to
> add a new field (minimumOrderedQuantity) to the product and then have the
> cart validate against this field when added to the cart?
>
>
> -----Original Message-----
> From: Jacques Le Roux [mailto:[hidden email]]
> Sent: Friday, April 02, 2010 12:56 PM
> To: [hidden email]
> Subject: Re: Minimum Quantity ordered on Sales order
>
> This would mean that the minimum ordered quantity would depend on price and
> not the product itself. Why not, but I would have
> thought it would have rather depended on the product. Have you an use case,
> or is it rather to open things? Because for the supplier
> I see the reason, for the price less.
>
> Jacques
>
>> Scott Gray wrote:
>> Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice
> in the same way that SupplierProduct has?
>> Regards
>> Scott
>>
>> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>>
>>> BTW Len,
>>>
>>> Could you please test it. This would help me reviewing...
>>>
>>> TIA
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> Thanks guys,
>>>> Much appreciated
>>>> Jacques
>>>> From: "Rishi Solanki" <[hidden email]>
>>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>>> Rishi Solanki
>>>>> Manager, Enterprise Software Developer
>>>>> HotWax Media Pvt. Ltd.
>>>>> Direct: +91-9893287847
>>>>> http://www.hotwaxmedia.com
>>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>>>>>> Thanks
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>>> To: [hidden email]; Jacques Le Roux
>>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>>
>>>>>> Will try to submit patch ASAP.
>>>>>>
>>>>>> Rishi Solanki
>>>>>> Manager, Enterprise Software Developer
>>>>>> HotWax Media Pvt. Ltd.
>>>>>> Direct: +91-9893287847
>>>>>> http://www.hotwaxmedia.com
>>>>>>
>>>>>>
>>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>>> [hidden email]> wrote:
>>>>>>
>>>>>>> This could be a nice contribution, BTW
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>>
>>>>>>>  No it is not available OOTB, need to write separate logic for it.
>>>>>>>> Either by adding a field to Product entity or can be achieved though
> the
>>>>>>>> minimum order price.
>>>>>>>> Minimum order price means we can put a Minimum Order Price with each
>>>>>>>> Product
>>>>>>>> in ProductPrice entity and do some calculations on that basis and
> get
>>>>>> the
>>>>>>>> minimum order quantity for the particular product.
>>>>>>>>
>>>>>>>> Rishi Solanki
>>>>>>>> Manager, Enterprise Software Developer
>>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>>> Direct: +91-9893287847
>>>>>>>> http://www.hotwaxmedia.com
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]>
> wrote:
>>>>>>>>  Is there a configuration that can be set which will not allow a
> product
>>>>>>>>> to
>>>>>>>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>>>>>>>
>>>>>>>>> For example on a Sales order I would like a product to be bought in
>>>>>>>>> quantities of a 100 or more.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Thank You
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Len Shein
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> [hidden email]
>>>>>>>>>
>>>>>>>>> [hidden email]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 516.742.7888 ext.225
>>>>>>>>>
>>>>>>>>> 732.333.4303
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Jacques Le Roux
Administrator
In reply to this post by Scott Gray-2
Scott Gray wrote:
> On 2/04/2010, at 10:56 AM, Jacques Le Roux wrote:
>
>> This would mean that the minimum ordered quantity would depend on price and not the product itself.
>
> Isn't this a good thing?  Different ProductStores could have different minimum quantity requirements.

I did not thought about that, and yes this seems a good reason indeed to open things (because it also means that more efforts are
needed, instead of one value for the product, as much as needed for prices, this is why I asked about your underlying idea)

Jacques

>> Why not, but I would have thought it would have rather depended on the product.
>
> Why?
>
>> Have you an use case, or is it rather to open things? Because for the supplier I see the reason, for the price less.
>
> Only Len's use case.  If a ProductPrice is dependent on a minimum quantity and the product cannot be added to the cart without a
> valid price then this seems like a natural solution.
>
>>
>> Jacques
>>
>>> Scott Gray wrote:
>>> Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice in the same way that SupplierProduct has?
>>>
>>> Regards
>>> Scott
>>>
>>> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>>>
>>>> BTW Len,
>>>>
>>>> Could you please test it. This would help me reviewing...
>>>>
>>>> TIA
>>>>
>>>> Jacques
>>>>
>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>> Thanks guys,
>>>>> Much appreciated
>>>>> Jacques
>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>>>> Rishi Solanki
>>>>>> Manager, Enterprise Software Developer
>>>>>> HotWax Media Pvt. Ltd.
>>>>>> Direct: +91-9893287847
>>>>>> http://www.hotwaxmedia.com
>>>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]> wrote:
>>>>>>> Thanks
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>>>> To: [hidden email]; Jacques Le Roux
>>>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>>>
>>>>>>> Will try to submit patch ASAP.
>>>>>>>
>>>>>>> Rishi Solanki
>>>>>>> Manager, Enterprise Software Developer
>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>> Direct: +91-9893287847
>>>>>>> http://www.hotwaxmedia.com
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>>>> [hidden email]> wrote:
>>>>>>>
>>>>>>>> This could be a nice contribution, BTW
>>>>>>>>
>>>>>>>> Jacques
>>>>>>>>
>>>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>>>
>>>>>>>> No it is not available OOTB, need to write separate logic for it.
>>>>>>>>> Either by adding a field to Product entity or can be achieved though the
>>>>>>>>> minimum order price.
>>>>>>>>> Minimum order price means we can put a Minimum Order Price with each
>>>>>>>>> Product
>>>>>>>>> in ProductPrice entity and do some calculations on that basis and get
>>>>>>> the
>>>>>>>>> minimum order quantity for the particular product.
>>>>>>>>>
>>>>>>>>> Rishi Solanki
>>>>>>>>> Manager, Enterprise Software Developer
>>>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>>>> Direct: +91-9893287847
>>>>>>>>> http://www.hotwaxmedia.com
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]> wrote:
>>>>>>>>>
>>>>>>>>> Is there a configuration that can be set which will not allow a product
>>>>>>>>>> to
>>>>>>>>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>>>>>>>>
>>>>>>>>>> For example on a Sales order I would like a product to be bought in
>>>>>>>>>> quantities of a 100 or more.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Thank You
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Len Shein
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> [hidden email]
>>>>>>>>>>
>>>>>>>>>> [hidden email]
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 516.742.7888 ext.225
>>>>>>>>>>
>>>>>>>>>> 732.333.4303


Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

BJ Freeman
In reply to this post by Scott Gray-2
Your IPOD is a year ahead.
:D

=========================
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro>


Ashish Vijaywargiya sent the following on 4/2/2011 9:37 AM:

> +1
>
> --
> Ashish
> Sent from my iPod
>
> On 02-Apr-2010, at 8:27 PM, Scott Gray <[hidden email]> wrote:
>
>> Wouldn't it be better to add a minimumOrderQuantity field to
>> ProductPrice in the same way that SupplierProduct has?
>>
>> Regards
>> Scott
>>
>> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>>
>>> BTW Len,
>>>
>>> Could you please test it. This would help me reviewing...
>>>
>>> TIA
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> Thanks guys,
>>>> Much appreciated
>>>> Jacques
>>>> From: "Rishi Solanki" <[hidden email]>
>>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>>> Rishi Solanki
>>>>> Manager, Enterprise Software Developer
>>>>> HotWax Media Pvt. Ltd.
>>>>> Direct: +91-9893287847
>>>>> http://www.hotwaxmedia.com
>>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]>
>>>>> wrote:
>>>>>> Thanks
>>>>>>
>>>>>> -----Original Message-----
>>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>>> To: [hidden email]; Jacques Le Roux
>>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>>
>>>>>> Will try to submit patch ASAP.
>>>>>>
>>>>>> Rishi Solanki
>>>>>> Manager, Enterprise Software Developer
>>>>>> HotWax Media Pvt. Ltd.
>>>>>> Direct: +91-9893287847
>>>>>> http://www.hotwaxmedia.com
>>>>>>
>>>>>>
>>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>>> [hidden email]> wrote:
>>>>>>
>>>>>>> This could be a nice contribution, BTW
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>>
>>>>>>> No it is not available OOTB, need to write separate logic for it.
>>>>>>>> Either by adding a field to Product entity or can be achieved
>>>>>>>> though the
>>>>>>>> minimum order price.
>>>>>>>> Minimum order price means we can put a Minimum Order Price with
>>>>>>>> each
>>>>>>>> Product
>>>>>>>> in ProductPrice entity and do some calculations on that basis
>>>>>>>> and get
>>>>>> the
>>>>>>>> minimum order quantity for the particular product.
>>>>>>>>
>>>>>>>> Rishi Solanki
>>>>>>>> Manager, Enterprise Software Developer
>>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>>> Direct: +91-9893287847
>>>>>>>> http://www.hotwaxmedia.com
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Is there a configuration that can be set which will not allow a
>>>>>>>> product
>>>>>>>>> to
>>>>>>>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>>>>>>>
>>>>>>>>> For example on a Sales order I would like a product to be
>>>>>>>>> bought in
>>>>>>>>> quantities of a 100 or more.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Thank You
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Len Shein
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> [hidden email]
>>>>>>>>>
>>>>>>>>> [hidden email]
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 516.742.7888 ext.225
>>>>>>>>>
>>>>>>>>> 732.333.4303
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Ashish Vijaywargiya
Issue fixed.
--
Ashish
Sent from my iPod

On 02-Apr-2010, at 11:08 PM, BJ Freeman <[hidden email]> wrote:

> Your IPOD is a year ahead.
> :D
>
> =========================
> BJ Freeman
> http://bjfreeman.elance.com
> Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93 
> >
> Specialtymarket.com <http://www.specialtymarket.com/>
>
> Systems Integrator-- Glad to Assist
>
> Chat  Y! messenger: bjfr33man
> Linkedin
> <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro 
> >
>
>
> Ashish Vijaywargiya sent the following on 4/2/2011 9:37 AM:
>> +1
>>
>> --
>> Ashish
>> Sent from my iPod
>>
>> On 02-Apr-2010, at 8:27 PM, Scott Gray <[hidden email]>  
>> wrote:
>>
>>> Wouldn't it be better to add a minimumOrderQuantity field to
>>> ProductPrice in the same way that SupplierProduct has?
>>>
>>> Regards
>>> Scott
>>>
>>> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>>>
>>>> BTW Len,
>>>>
>>>> Could you please test it. This would help me reviewing...
>>>>
>>>> TIA
>>>>
>>>> Jacques
>>>>
>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>> Thanks guys,
>>>>> Much appreciated
>>>>> Jacques
>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>>>> Rishi Solanki
>>>>>> Manager, Enterprise Software Developer
>>>>>> HotWax Media Pvt. Ltd.
>>>>>> Direct: +91-9893287847
>>>>>> http://www.hotwaxmedia.com
>>>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]>
>>>>>> wrote:
>>>>>>> Thanks
>>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>>>> To: [hidden email]; Jacques Le Roux
>>>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>>>
>>>>>>> Will try to submit patch ASAP.
>>>>>>>
>>>>>>> Rishi Solanki
>>>>>>> Manager, Enterprise Software Developer
>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>> Direct: +91-9893287847
>>>>>>> http://www.hotwaxmedia.com
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>>>> [hidden email]> wrote:
>>>>>>>
>>>>>>>> This could be a nice contribution, BTW
>>>>>>>>
>>>>>>>> Jacques
>>>>>>>>
>>>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>>>
>>>>>>>> No it is not available OOTB, need to write separate logic for  
>>>>>>>> it.
>>>>>>>>> Either by adding a field to Product entity or can be achieved
>>>>>>>>> though the
>>>>>>>>> minimum order price.
>>>>>>>>> Minimum order price means we can put a Minimum Order Price  
>>>>>>>>> with
>>>>>>>>> each
>>>>>>>>> Product
>>>>>>>>> in ProductPrice entity and do some calculations on that basis
>>>>>>>>> and get
>>>>>>> the
>>>>>>>>> minimum order quantity for the particular product.
>>>>>>>>>
>>>>>>>>> Rishi Solanki
>>>>>>>>> Manager, Enterprise Software Developer
>>>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>>>> Direct: +91-9893287847
>>>>>>>>> http://www.hotwaxmedia.com
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein  
>>>>>>>>> <[hidden email]>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Is there a configuration that can be set which will not  
>>>>>>>>> allow a
>>>>>>>>> product
>>>>>>>>>> to
>>>>>>>>>> be added to the cart unless a 'minimum quantity' has been  
>>>>>>>>>> ordered.
>>>>>>>>>>
>>>>>>>>>> For example on a Sales order I would like a product to be
>>>>>>>>>> bought in
>>>>>>>>>> quantities of a 100 or more.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Thank You
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Len Shein
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> [hidden email]
>>>>>>>>>>
>>>>>>>>>> [hidden email]
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 516.742.7888 ext.225
>>>>>>>>>>
>>>>>>>>>> 732.333.4303
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>
>>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Minimum Quantity ordered on Sales order

Rishi Solanki
In reply to this post by Jacques Le Roux
I have added comment on the Jira better if we discuss on the issue so that
discussion History can be traceable. :)

Rishi Solanki
Manager, Enterprise Software Developer
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Fri, Apr 2, 2010 at 11:05 PM, Jacques Le Roux <
[hidden email]> wrote:

> Scott Gray wrote:
>
>> On 2/04/2010, at 10:56 AM, Jacques Le Roux wrote:
>>
>>  This would mean that the minimum ordered quantity would depend on price
>>> and not the product itself.
>>>
>>
>> Isn't this a good thing?  Different ProductStores could have different
>> minimum quantity requirements.
>>
>
> I did not thought about that, and yes this seems a good reason indeed to
> open things (because it also means that more efforts are needed, instead of
> one value for the product, as much as needed for prices, this is why I asked
> about your underlying idea)
>
> Jacques
>
>
>  Why not, but I would have thought it would have rather depended on the
>>> product.
>>>
>>
>> Why?
>>
>>  Have you an use case, or is it rather to open things? Because for the
>>> supplier I see the reason, for the price less.
>>>
>>
>> Only Len's use case.  If a ProductPrice is dependent on a minimum quantity
>> and the product cannot be added to the cart without a
>> valid price then this seems like a natural solution.
>>
>>
>>> Jacques
>>>
>>>  Scott Gray wrote:
>>>> Wouldn't it be better to add a minimumOrderQuantity field to
>>>> ProductPrice in the same way that SupplierProduct has?
>>>>
>>>> Regards
>>>> Scott
>>>>
>>>> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>>>>
>>>>  BTW Len,
>>>>>
>>>>> Could you please test it. This would help me reviewing...
>>>>>
>>>>> TIA
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>
>>>>>> Thanks guys,
>>>>>> Much appreciated
>>>>>> Jacques
>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>
>>>>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>>>>> Rishi Solanki
>>>>>>> Manager, Enterprise Software Developer
>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>> Direct: +91-9893287847
>>>>>>> http://www.hotwaxmedia.com
>>>>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein <[hidden email]>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> -----Original Message-----
>>>>>>>> From: Rishi Solanki [mailto:[hidden email]]
>>>>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>>>>> To: [hidden email]; Jacques Le Roux
>>>>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>>>>
>>>>>>>> Will try to submit patch ASAP.
>>>>>>>>
>>>>>>>> Rishi Solanki
>>>>>>>> Manager, Enterprise Software Developer
>>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>>> Direct: +91-9893287847
>>>>>>>> http://www.hotwaxmedia.com
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>>>>> [hidden email]> wrote:
>>>>>>>>
>>>>>>>>  This could be a nice contribution, BTW
>>>>>>>>>
>>>>>>>>> Jacques
>>>>>>>>>
>>>>>>>>> From: "Rishi Solanki" <[hidden email]>
>>>>>>>>>
>>>>>>>>> No it is not available OOTB, need to write separate logic for it.
>>>>>>>>>
>>>>>>>>>> Either by adding a field to Product entity or can be achieved
>>>>>>>>>> though the
>>>>>>>>>> minimum order price.
>>>>>>>>>> Minimum order price means we can put a Minimum Order Price with
>>>>>>>>>> each
>>>>>>>>>> Product
>>>>>>>>>> in ProductPrice entity and do some calculations on that basis and
>>>>>>>>>> get
>>>>>>>>>>
>>>>>>>>> the
>>>>>>>>
>>>>>>>>> minimum order quantity for the particular product.
>>>>>>>>>>
>>>>>>>>>> Rishi Solanki
>>>>>>>>>> Manager, Enterprise Software Developer
>>>>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>>>>> Direct: +91-9893287847
>>>>>>>>>> http://www.hotwaxmedia.com
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein <[hidden email]>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>> Is there a configuration that can be set which will not allow a
>>>>>>>>>> product
>>>>>>>>>>
>>>>>>>>>>> to
>>>>>>>>>>> be added to the cart unless a 'minimum quantity' has been
>>>>>>>>>>> ordered.
>>>>>>>>>>>
>>>>>>>>>>> For example on a Sales order I would like a product to be bought
>>>>>>>>>>> in
>>>>>>>>>>> quantities of a 100 or more.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Thank You
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Len Shein
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> [hidden email]
>>>>>>>>>>>
>>>>>>>>>>> [hidden email]
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 516.742.7888 ext.225
>>>>>>>>>>>
>>>>>>>>>>> 732.333.4303
>>>>>>>>>>>
>>>>>>>>>>
>
>