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.
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.
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:
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.
