Jump to content

BOM for sub-assemblies


This topic is 3392 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I would appreciate advice on Best Practice for generating a Bill Of Materials for Products that include sub-assemblies.

I have a Products Table, with records for products such as:

- Cake

- Buns

- Trifle

I have a Product Items Table with the ingredients of each product.  For example, the Product 'Cake' could have:

- Butter

- Sugar

- Eggs

...etc.

 

The solution accepts a Sales Forecast for the range of Products and generates the appropriate MRP (Materials Requirement Plan) down to Ingredient level.  That all works perfectly.

 

The next stage that I am asking for advice on is that an 'Ingredient' could be 'Caramelised Chestnuts'.  That Ingredient is a sub-assembly - it requires the Purchasing Department to buy the ingredients 'Chestnuts' and 'Sugar'.

 

This is a really common requirement (the automotive industry must be full of such requirements, for example), so I am reluctant to try to implement a method without first checking what the current industry modus operandi is for such a calculation.  Can anyone offer advice on the principle I should be using to calculate down to Ingredient level?  I would like the solution to be extensible, obviously - hopefully working even if 'Caramelised Chestnuts' had an Ingredient that was itself another sub-assembly.

I have developed a 'Proof Of Concept' file that loops through Sub-assembly levels, but it is very complex, and I fear I have missed some fundamental principle that has long-before been established.

 

All suggestions gratefully appreciated.

Link to comment
Share on other sites

  • 2 weeks later...

This topic is 3392 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.