BOM With Multiple Levels

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

BOM With Multiple Levels

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: BOM With Multiple Levels

Yashwant Dhakad-2
Hi James,
Yes, It supported and while creating production run please select the *Create
Dependent Production Runs *field to yes.

Thanks & Regards
--
Yashwant Dhakad


On Mon, Jan 28, 2019 at 2:36 AM <[hidden email]> wrote:

> All - Does Ofbiz handle Multi-Level BOM in one production process?
>
> For Example for Product ABC the components are:
>
> Mix123
> CAP218
> Bottle127
>
> However MIX123 also has components:
> DP2897 & M2781
>
> So the question is can I make Mix 123 as the 1st part of the production
> process in Making Product ABC?
>
> Thanks,
>
> James
>
Reply | Threaded
Open this post in threaded view
|

Re: BOM With Multiple Levels

Ankush Upadhyay-2
In addition to Yashwant's reply, as per the code when UI supply
createDependentProductionRun field with Y, finally
*createProductionRunsForProductBom* call's and as per
*BOMTree.EXPLOSION_MANUFACTURING* value it seems that it goes to 2 levels
only.
When we further dig into the code and reach out to method *loadChildren*,
we can see another check that restrict multi-level BOM and that is
component(in your case Mix123) should not have warehouse stocking(as per
database perspective ProductFacility record).

Thanks
--
Ankush Upadhyay


On Mon, Jan 28, 2019 at 9:44 AM Yashwant Dhakad <
[hidden email]> wrote:

> Hi James,
> Yes, It supported and while creating production run please select the
> *Create
> Dependent Production Runs *field to yes.
>
> Thanks & Regards
> --
> Yashwant Dhakad
>
>
> On Mon, Jan 28, 2019 at 2:36 AM <[hidden email]> wrote:
>
> > All - Does Ofbiz handle Multi-Level BOM in one production process?
> >
> > For Example for Product ABC the components are:
> >
> > Mix123
> > CAP218
> > Bottle127
> >
> > However MIX123 also has components:
> > DP2897 & M2781
> >
> > So the question is can I make Mix 123 as the 1st part of the production
> > process in Making Product ABC?
> >
> > Thanks,
> >
> > James
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: BOM With Multiple Levels

Pierre Smits-3
In reply to this post by james-2
HI James,

Of course, OFBiz supports multi-level BoM out-of-the-box. You can simulate
this in my demo site for breweries (see [1]) by setting the quantity to
e.g. 1000 for the product (a bottle of beer) and the explosion type to
'explosion'. This will show the quantities (and cost) for not only the 1000
end products, but also the underlying elements: 1000 bottles of beer
without a label and the beer. In effect showing a BoM of  3 levels deep.


[1]
https://brewery-demo.orrtiz.com/mfg/control/BomSimulation?productId=HissVat-0002F33mE
(use userId:* brewmeister*, and password: *orrtiz* )

Best regards,

Pierre Smits

*Apache Trafodion <https://trafodion.apache.org>, Vice President*
*Apache Directory <https://directory.apache.org>, PMC Member*
Apache Incubator <https://incubator.apache.org>, committer
*Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges)
since 2008*
Apache Steve <https://steve.apache.org>, committer


On Sun, Jan 27, 2019 at 10:06 PM <[hidden email]> wrote:

> All - Does Ofbiz handle Multi-Level BOM in one production process?
>
> For Example for Product ABC the components are:
>
> Mix123
> CAP218
> Bottle127
>
> However MIX123 also has components:
> DP2897 & M2781
>
> So the question is can I make Mix 123 as the 1st part of the production
> process in Making Product ABC?
>
> Thanks,
>
> James
>
Reply | Threaded
Open this post in threaded view
|

Re: BOM With Multiple Levels

wp.rauchholz
In reply to this post by Yashwant Dhakad-2
Are the intermediate products in your production run stockable items or do
they move directly to the next production step?
In that case, you could maybe define these items as phantom items and blow
demand through them (in case Ofbiz offers this functionality).
Like that you build-up your BOM as the product, but reduce number of
transaction.

Wolfgang

On Mon, Jan 28, 2019 at 5:14 AM Yashwant Dhakad <
[hidden email]> wrote:

> Hi James,
> Yes, It supported and while creating production run please select the
> *Create
> Dependent Production Runs *field to yes.
>
> Thanks & Regards
> --
> Yashwant Dhakad
>
>
> On Mon, Jan 28, 2019 at 2:36 AM <[hidden email]> wrote:
>
> > All - Does Ofbiz handle Multi-Level BOM in one production process?
> >
> > For Example for Product ABC the components are:
> >
> > Mix123
> > CAP218
> > Bottle127
> >
> > However MIX123 also has components:
> > DP2897 & M2781
> >
> > So the question is can I make Mix 123 as the 1st part of the production
> > process in Making Product ABC?
> >
> > Thanks,
> >
> > James
> >
>


--

Wolfgang Rauchholz
Reply | Threaded
Open this post in threaded view
|

RE: BOM With Multiple Levels

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: BOM With Multiple Levels

Pierre Smits-3
Hi James,

Have a look at [1] to get a feel of one production run being dependent
another. You have to keep in mind that doing this in such a way (through
invoking the 'Create Dependent Production Runs' on a new production run),
you may work towards undesirable efficiency results on the preceding
production runs.

Feel free to contact me directly via email or Skype to have a more
meaningful chat on the subject.


[1]
https://brewery-demo.orrtiz.com/mfg/control/ProductionRunDeclaration?productionRunId=10031

Best regards,

Pierre Smits

*Apache Trafodion <https://trafodion.apache.org>, Vice President*
*Apache Directory <https://directory.apache.org>, PMC Member*
Apache Incubator <https://incubator.apache.org>, committer
*Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges)
since 2008*
Apache Steve <https://steve.apache.org>, committer


On Mon, Jan 28, 2019 at 1:15 PM <[hidden email]> wrote:

> Thank you Pierre.  In your example when you run a production run for
> HissVat-0002F33mE does it also create a production run for
> HissVat-0002B7?
>
>
>
> -------- Original Message --------
> Subject: Re: BOM With Multiple Levels
> From: Pierre Smits <[hidden email]>
> Date: Mon, January 28, 2019 12:56 am
> To: [hidden email]
>
> HI James,
>
> Of course, OFBiz supports multi-level BoM out-of-the-box. You can
> simulate
> this in my demo site for breweries (see [1]) by setting the quantity to
> e.g. 1000 for the product (a bottle of beer) and the explosion type to
> 'explosion'. This will show the quantities (and cost) for not only the
> 1000
> end products, but also the underlying elements: 1000 bottles of beer
> without a label and the beer. In effect showing a BoM of 3 levels deep.
>
>
> [1]
>
> https://brewery-demo.orrtiz.com/mfg/control/BomSimulation?productId=HissVat-0002F33mE
> (use userId:* brewmeister*, and password: *orrtiz* )
>
> Best regards,
>
> Pierre Smits
>
> *Apache Trafodion <https://trafodion.apache.org>, Vice President*
> *Apache Directory <https://directory.apache.org>, PMC Member*
> Apache Incubator <https://incubator.apache.org>, committer
> *Apache OFBiz <https://ofbiz.apache.org>, contributor (without
> privileges)
> since 2008*
> Apache Steve <https://steve.apache.org>, committer
>
>
> On Sun, Jan 27, 2019 at 10:06 PM <[hidden email]> wrote:
>
> > All - Does Ofbiz handle Multi-Level BOM in one production process?
> >
> > For Example for Product ABC the components are:
> >
> > Mix123
> > CAP218
> > Bottle127
> >
> > However MIX123 also has components:
> > DP2897 & M2781
> >
> > So the question is can I make Mix 123 as the 1st part of the production
> > process in Making Product ABC?
> >
> > Thanks,
> >
> > James
> >
>