MRP Run for Plant and Warehouse

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

MRP Run for Plant and Warehouse

Schumann
Dear Gurus,

It came to my attention today that the Manufacturing MRP run applies only for Facility with TypeID “Warehouse”.
For release 16.11.03, here below is the definition of the Forms:
                <entity-options entity-name="Facility" description="${facilityName} [${facilityId}]">
                    <entity-constraint name="facilityTypeId" operator="equals" value="WAREHOUSE"/>
                </entity-options>

I have set one of my Facility as “Plant” instead of “Warehouse”.
My question is if I want to make both “warehouse” and “plant” possible for MRP run, how shall I modify the code above?

Thanks for your advices!
Schumann
+86-18001501800

发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用

Reply | Threaded
Open this post in threaded view
|

Re: MRP Run for Plant and Warehouse

Suraj Khurana
Hi,

You can modify the code as
                <entity-options entity-name="Facility"
description="${facilityName} [${facilityId}]">
                    <entity-constraint name="facilityTypeId" operator="in"
value="WAREHOUSE,PLANT"/>
                </entity-options>

HTH.
--
Best Regards,
*Suraj Khurana* | Sr. Enterprise Software Engineer
HotWax Commerce  by  HotWax Systems
Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010




On Sun, Mar 11, 2018 at 6:10 PM, Schumann Ye <[hidden email]>
wrote:

> Dear Gurus,
>
> It came to my attention today that the Manufacturing MRP run applies only
> for Facility with TypeID “Warehouse”.
> For release 16.11.03, here below is the definition of the Forms:
>                 <entity-options entity-name="Facility"
> description="${facilityName} [${facilityId}]">
>                     <entity-constraint name="facilityTypeId"
> operator="equals" value="WAREHOUSE"/>
>                 </entity-options>
>
> I have set one of my Facility as “Plant” instead of “Warehouse”.
> My question is if I want to make both “warehouse” and “plant” possible for
> MRP run, how shall I modify the code above?
>
> Thanks for your advices!
> Schumann
> +86-18001501800
>
> 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
>
>
Reply | Threaded
Open this post in threaded view
|

答复: MRP Run for Plant and Warehouse

Schumann
Dear Suraj,



Many thanks for your help!

BTW, where could I get the API or manual with regard to the code grammar?

Advanced thanks!



Schumann

发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用



________________________________
From: Suraj Khurana <[hidden email]>
Sent: Monday, March 12, 2018 5:04:45 PM
To: [hidden email]
Subject: Re: MRP Run for Plant and Warehouse

Hi,

You can modify the code as
                <entity-options entity-name="Facility"
description="${facilityName} [${facilityId}]">
                    <entity-constraint name="facilityTypeId" operator="in"
value="WAREHOUSE,PLANT"/>
                </entity-options>

HTH.
--
Best Regards,
*Suraj Khurana* | Sr. Enterprise Software Engineer
HotWax Commerce  by  HotWax Systems
Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010




On Sun, Mar 11, 2018 at 6:10 PM, Schumann Ye <[hidden email]>
wrote:

> Dear Gurus,
>
> It came to my attention today that the Manufacturing MRP run applies only
> for Facility with TypeID “Warehouse”.
> For release 16.11.03, here below is the definition of the Forms:
>                 <entity-options entity-name="Facility"
> description="${facilityName} [${facilityId}]">
>                     <entity-constraint name="facilityTypeId"
> operator="equals" value="WAREHOUSE"/>
>                 </entity-options>
>
> I have set one of my Facility as “Plant” instead of “Warehouse”.
> My question is if I want to make both “warehouse” and “plant” possible for
> MRP run, how shall I modify the code above?
>
> Thanks for your advices!
> Schumann
> +86-18001501800
>
> 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
>
>
Reply | Threaded
Open this post in threaded view
|

Re: 答复: MRP Run for Plant and Warehouse

Rishi Solanki
Schumann,

Here you go -
https://cwiki.apache.org/confluence/display/OFBIZ/Mini+Language+-+minilang+-+simple-method+-+Reference

Although minilang is deprecated and will be removed in upcoming release.
The release you are working having support for this.

HTH!

Best,


Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Mon, Mar 12, 2018 at 4:45 PM, Schumann Ye <[hidden email]>
wrote:

> Dear Suraj,
>
>
>
> Many thanks for your help!
>
> BTW, where could I get the API or manual with regard to the code grammar?
>
> Advanced thanks!
>
>
>
> Schumann
>
> 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
>
>
>
> ________________________________
> From: Suraj Khurana <[hidden email]>
> Sent: Monday, March 12, 2018 5:04:45 PM
> To: [hidden email]
> Subject: Re: MRP Run for Plant and Warehouse
>
> Hi,
>
> You can modify the code as
>                 <entity-options entity-name="Facility"
> description="${facilityName} [${facilityId}]">
>                     <entity-constraint name="facilityTypeId" operator="in"
> value="WAREHOUSE,PLANT"/>
>                 </entity-options>
>
> HTH.
> --
> Best Regards,
> *Suraj Khurana* | Sr. Enterprise Software Engineer
> HotWax Commerce  by  HotWax Systems
> Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
>
>
>
>
> On Sun, Mar 11, 2018 at 6:10 PM, Schumann Ye <[hidden email]>
> wrote:
>
> > Dear Gurus,
> >
> > It came to my attention today that the Manufacturing MRP run applies only
> > for Facility with TypeID “Warehouse”.
> > For release 16.11.03, here below is the definition of the Forms:
> >                 <entity-options entity-name="Facility"
> > description="${facilityName} [${facilityId}]">
> >                     <entity-constraint name="facilityTypeId"
> > operator="equals" value="WAREHOUSE"/>
> >                 </entity-options>
> >
> > I have set one of my Facility as “Plant” instead of “Warehouse”.
> > My question is if I want to make both “warehouse” and “plant” possible
> for
> > MRP run, how shall I modify the code above?
> >
> > Thanks for your advices!
> > Schumann
> > +86-18001501800
> >
> > 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

答复: 答复: MRP Run for Plant and Warehouse

Schumann
Dear Rishi,

It helps.
Thanks. Do you know where I can find out what language OFBiz is going to use to replace minilang, so that I can learn it myself?
Thanks again!

B.R.
Schumann

-----邮件原件-----
发件人: Rishi Solanki <[hidden email]>
发送时间: 2018年3月13日 19:31
收件人: ofbizuser <[hidden email]>
主题: Re: 答复: MRP Run for Plant and Warehouse

Schumann,

Here you go -
https://cwiki.apache.org/confluence/display/OFBIZ/Mini+Language+-+minilang+-+simple-method+-+Reference

Although minilang is deprecated and will be removed in upcoming release.
The release you are working having support for this.

HTH!

Best,


Rishi Solanki
Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Mon, Mar 12, 2018 at 4:45 PM, Schumann Ye <[hidden email]>
wrote:

> Dear Suraj,
>
>
>
> Many thanks for your help!
>
> BTW, where could I get the API or manual with regard to the code grammar?
>
> Advanced thanks!
>
>
>
> Schumann
>
> 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
>
>
>
> ________________________________
> From: Suraj Khurana <[hidden email]>
> Sent: Monday, March 12, 2018 5:04:45 PM
> To: [hidden email]
> Subject: Re: MRP Run for Plant and Warehouse
>
> Hi,
>
> You can modify the code as
>                 <entity-options entity-name="Facility"
> description="${facilityName} [${facilityId}]">
>                     <entity-constraint name="facilityTypeId" operator="in"
> value="WAREHOUSE,PLANT"/>
>                 </entity-options>
>
> HTH.
> --
> Best Regards,
> *Suraj Khurana* | Sr. Enterprise Software Engineer HotWax Commerce  by  
> HotWax Systems Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P.
> India 452010
>
>
>
>
> On Sun, Mar 11, 2018 at 6:10 PM, Schumann Ye
> <[hidden email]>
> wrote:
>
> > Dear Gurus,
> >
> > It came to my attention today that the Manufacturing MRP run applies
> > only for Facility with TypeID “Warehouse”.
> > For release 16.11.03, here below is the definition of the Forms:
> >                 <entity-options entity-name="Facility"
> > description="${facilityName} [${facilityId}]">
> >                     <entity-constraint name="facilityTypeId"
> > operator="equals" value="WAREHOUSE"/>
> >                 </entity-options>
> >
> > I have set one of my Facility as “Plant” instead of “Warehouse”.
> > My question is if I want to make both “warehouse” and “plant”
> > possible
> for
> > MRP run, how shall I modify the code above?
> >
> > Thanks for your advices!
> > Schumann
> > +86-18001501800
> >
> > 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: 答复: 答复: MRP Run for Plant and Warehouse

Aditya Sharma
Hi Schumann Ye,

Refer following links for better insight:
https://markmail.org/message/6f2nxqlaxmvoncsi
https://markmail.org/message/n2ybsyet5r4xcqsz


Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
<http://www.hotwaxsystems.com/>

<https://www.linkedin.com/in/aditya-sharma-78291810a/>

On Wed, Mar 14, 2018 at 5:57 AM, Schumann Ye <[hidden email]>
wrote:

> Dear Rishi,
>
> It helps.
> Thanks. Do you know where I can find out what language OFBiz is going to
> use to replace minilang, so that I can learn it myself?
> Thanks again!
>
> B.R.
> Schumann
>
> -----邮件原件-----
> 发件人: Rishi Solanki <[hidden email]>
> 发送时间: 2018年3月13日 19:31
> 收件人: ofbizuser <[hidden email]>
> 主题: Re: 答复: MRP Run for Plant and Warehouse
>
> Schumann,
>
> Here you go -
> https://cwiki.apache.org/confluence/display/OFBIZ/Mini+
> Language+-+minilang+-+simple-method+-+Reference
>
> Although minilang is deprecated and will be removed in upcoming release.
> The release you are working having support for this.
>
> HTH!
>
> Best,
>
>
> Rishi Solanki
> Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Mar 12, 2018 at 4:45 PM, Schumann Ye <[hidden email]>
> wrote:
>
> > Dear Suraj,
> >
> >
> >
> > Many thanks for your help!
> >
> > BTW, where could I get the API or manual with regard to the code grammar?
> >
> > Advanced thanks!
> >
> >
> >
> > Schumann
> >
> > 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
> >
> >
> >
> > ________________________________
> > From: Suraj Khurana <[hidden email]>
> > Sent: Monday, March 12, 2018 5:04:45 PM
> > To: [hidden email]
> > Subject: Re: MRP Run for Plant and Warehouse
> >
> > Hi,
> >
> > You can modify the code as
> >                 <entity-options entity-name="Facility"
> > description="${facilityName} [${facilityId}]">
> >                     <entity-constraint name="facilityTypeId"
> operator="in"
> > value="WAREHOUSE,PLANT"/>
> >                 </entity-options>
> >
> > HTH.
> > --
> > Best Regards,
> > *Suraj Khurana* | Sr. Enterprise Software Engineer HotWax Commerce  by
> > HotWax Systems Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P.
> > India 452010
> >
> >
> >
> >
> > On Sun, Mar 11, 2018 at 6:10 PM, Schumann Ye
> > <[hidden email]>
> > wrote:
> >
> > > Dear Gurus,
> > >
> > > It came to my attention today that the Manufacturing MRP run applies
> > > only for Facility with TypeID “Warehouse”.
> > > For release 16.11.03, here below is the definition of the Forms:
> > >                 <entity-options entity-name="Facility"
> > > description="${facilityName} [${facilityId}]">
> > >                     <entity-constraint name="facilityTypeId"
> > > operator="equals" value="WAREHOUSE"/>
> > >                 </entity-options>
> > >
> > > I have set one of my Facility as “Plant” instead of “Warehouse”.
> > > My question is if I want to make both “warehouse” and “plant”
> > > possible
> > for
> > > MRP run, how shall I modify the code above?
> > >
> > > Thanks for your advices!
> > > Schumann
> > > +86-18001501800
> > >
> > > 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
> > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

答复: 答复: 答复: MRP Run for Plant and Warehouse

Schumann
Dear Aditya,

Thanks for your info.
I checked what you sent with the links and now that I recalled.
So it would be Java or / and Groovy for the future, which is good, and I know where to go.

Thanks and have a nice day!
Schumann

-----邮件原件-----
发件人: Aditya Sharma <[hidden email]>
发送时间: 2018年3月14日 12:12
收件人: [hidden email]
主题: Re: 答复: 答复: MRP Run for Plant and Warehouse

Hi Schumann Ye,

Refer following links for better insight:
https://markmail.org/message/6f2nxqlaxmvoncsi
https://markmail.org/message/n2ybsyet5r4xcqsz


Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer HotWax Commerce <http://www.hotwax.co/> by HotWax Systems <http://www.hotwaxsystems.com/>

<https://www.linkedin.com/in/aditya-sharma-78291810a/>

On Wed, Mar 14, 2018 at 5:57 AM, Schumann Ye <[hidden email]>
wrote:

> Dear Rishi,
>
> It helps.
> Thanks. Do you know where I can find out what language OFBiz is going
> to use to replace minilang, so that I can learn it myself?
> Thanks again!
>
> B.R.
> Schumann
>
> -----邮件原件-----
> 发件人: Rishi Solanki <[hidden email]>
> 发送时间: 2018年3月13日 19:31
> 收件人: ofbizuser <[hidden email]>
> 主题: Re: 答复: MRP Run for Plant and Warehouse
>
> Schumann,
>
> Here you go -
> https://cwiki.apache.org/confluence/display/OFBIZ/Mini+
> Language+-+minilang+-+simple-method+-+Reference
>
> Although minilang is deprecated and will be removed in upcoming release.
> The release you are working having support for this.
>
> HTH!
>
> Best,
>
>
> Rishi Solanki
> Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Mar 12, 2018 at 4:45 PM, Schumann Ye
> <[hidden email]>
> wrote:
>
> > Dear Suraj,
> >
> >
> >
> > Many thanks for your help!
> >
> > BTW, where could I get the API or manual with regard to the code grammar?
> >
> > Advanced thanks!
> >
> >
> >
> > Schumann
> >
> > 发送自 Windows 10 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
> >
> >
> >
> > ________________________________
> > From: Suraj Khurana <[hidden email]>
> > Sent: Monday, March 12, 2018 5:04:45 PM
> > To: [hidden email]
> > Subject: Re: MRP Run for Plant and Warehouse
> >
> > Hi,
> >
> > You can modify the code as
> >                 <entity-options entity-name="Facility"
> > description="${facilityName} [${facilityId}]">
> >                     <entity-constraint name="facilityTypeId"
> operator="in"
> > value="WAREHOUSE,PLANT"/>
> >                 </entity-options>
> >
> > HTH.
> > --
> > Best Regards,
> > *Suraj Khurana* | Sr. Enterprise Software Engineer HotWax Commerce  
> > by HotWax Systems Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P.
> > India 452010
> >
> >
> >
> >
> > On Sun, Mar 11, 2018 at 6:10 PM, Schumann Ye
> > <[hidden email]>
> > wrote:
> >
> > > Dear Gurus,
> > >
> > > It came to my attention today that the Manufacturing MRP run
> > > applies only for Facility with TypeID “Warehouse”.
> > > For release 16.11.03, here below is the definition of the Forms:
> > >                 <entity-options entity-name="Facility"
> > > description="${facilityName} [${facilityId}]">
> > >                     <entity-constraint name="facilityTypeId"
> > > operator="equals" value="WAREHOUSE"/>
> > >                 </entity-options>
> > >
> > > I have set one of my Facility as “Plant” instead of “Warehouse”.
> > > My question is if I want to make both “warehouse” and “plant”
> > > possible
> > for
> > > MRP run, how shall I modify the code above?
> > >
> > > Thanks for your advices!
> > > Schumann
> > > +86-18001501800
> > >
> > > 发送自 Windows 10
> > > 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>应用
> > >
> > >
> >
>