Help Regarding product stock

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

Help Regarding product stock

Vikas
Dear All

I want one help from ofBiz, I will explain my requirement with an example


I got 100 products (say slot1) from my supplier with the price of $100, after two months got another slot (say slot2; but products in slot1 are still remaining) with price $75. How can I manage these two prices with ofbiz. My confusion is after selling the slot1 completely the price should automatically changed to the price of slot2.

Is any way to do the same with ofbiz

Please advice.

Thanks & Regards
Vikas
Reply | Threaded
Open this post in threaded view
|

Re: Help Regarding product stock

Jacques Le Roux
Administrator
Prices have dates from and thru to handle that case.
To automatize it you will need custom import code

Jacques

From: "Vikas" <[hidden email]>

> Dear All
>
> I want one help from ofBiz, I will explain my requirement with an example
>
>
> I got 100 products (say slot1) from my supplier with the price of $100,
> after two months got another slot (say slot2; but products in slot1 are
> still remaining) with price $75. How can I manage these two prices with
> ofbiz. My confusion is after selling the slot1 completely the price should
> automatically changed to the price of slot2.
>
> Is any way to do the same with ofbiz
>
> Please advice.
>
> Thanks & Regards
> Vikas
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Help-Regarding-product-stock-tp4642491.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

Re: Help Regarding product stock

Rishi Solanki
Another option is you can set the ProductPrice.customPriceCalcService which
in turn calculate the price on the basis of cost. Doing it in way Jacques
suggest is better option IMO.

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


On Mon, Jul 1, 2013 at 12:19 PM, Jacques Le Roux <
[hidden email]> wrote:

> Prices have dates from and thru to handle that case.
> To automatize it you will need custom import code
>
> Jacques
>
> From: "Vikas" <[hidden email]>
> > Dear All
> >
> > I want one help from ofBiz, I will explain my requirement with an example
> >
> >
> > I got 100 products (say slot1) from my supplier with the price of $100,
> > after two months got another slot (say slot2; but products in slot1 are
> > still remaining) with price $75. How can I manage these two prices with
> > ofbiz. My confusion is after selling the slot1 completely the price
> should
> > automatically changed to the price of slot2.
> >
> > Is any way to do the same with ofbiz
> >
> > Please advice.
> >
> > Thanks & Regards
> > Vikas
> >
> >
> >
> > --
> > View this message in context:
> http://ofbiz.135035.n4.nabble.com/Help-Regarding-product-stock-tp4642491.html
> > Sent from the OFBiz - User mailing list archive at Nabble.com.
>