Skip to content

darroyolpz/Production-Planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Factory Planning

Main advantage of being in a big company is having BI tools such as QlikView to extract information about your system. In our case, we're working with Infor as our ERP and get all the data imported to QV every day.

Unfortunately, vast majority of companies don't use this data for more than getting some sales figures. Truth is, you can do much more, specially in operations side.

Problems to solve

It's really difficult getting an ERP 100% fully functional for your needs unless you paid a huge amount of money in consulting. Roughly speaking, these type of systems are good for getting an overview of your operations, but not so good on detailed / fine-tunning issues or error spotting.

Planning is one of those fields where everything must be accurate since a slight error at data entry may lead to many mistakes (i.e. changing delivery dates by mistake, mistyping requested product, etc.).

There is also a problem in the format the data is extracted from the platform. Columns layout usually changes every six months, so we need robust system to get only the needed fields.

Solution found

Since we already have a BI system with all the information, we created a template to track all this data. New fields have been added for detailed calculations and colour code have been implemented to check the data more visually.

This system makes the errors easier to spot and allows planning department to check everything at a glance. This is the algorithm flow chart we use:

Flow chart

This need system doesn't care about the columns layout. All the information is in a table, so using column name is enough for getting the values we need.

About

Script that merges different files to schedule the workload on a factory. Color-coded cells for visual alerts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors