[New Feature Development] Manufacturing Execution System(MES)

Hello All,

Currently, Manufacturing related documents are all over the place, Work Order, Job Card, Operations, BOM, Consumption. There is no overview of the production lifecycle at one central place where users can track the whole process and manage it as well.

Elexess has received requirements from two of our clients for such a system. I am sure there might be other manufacturing companies who would love to have something like this.

We gave it some thought and came up with the idea of having a Manufacturing Execution System(MES) in ERPNext. An MES will help achieve that goal by tracking and gathering data about the complete production lifecycle.

We have put together a mockup of what it should look like. The idea is that the user will scan the Work Order and all the information about it will be displayed. And the user will also be able to perform some actions on it like making Consumption, starting stopping the Operation, creating a Job Card.

We have not started on it yet but it is in our pipeline. This will be vue.js page with all these components on it. This off-course requires more discussion and design improvements.

We wanted to have attention from the community and Frappe Team on it. We need to know if this is something that should be developed within the ERPNext, will the core team be interested in something like this, or should we develop it as a separate app. Since it is a huge development, we can use inputs from the core team if they are interested.

Please let us know your thoughts on this. @rmehta @nabinhait @rohit_w @marination

25 Likes

Amazing idea. I hope it will be part of ERPNext…Go for it I’m sure there will be lots of input. Let the ideas start rolling in. This community Rocks!!!

In manufacturing, we need to input drawing in each item. But until now, I cant find that feature.

1 Like

Also, include something like manufacturing instructions to be displayed based on the job card the user is working upon currently.

I feel it is little unfair to expect the core team to do all the work. Why shouldn’t we as active community members contribute and then create a PR?

1 Like

We are not asking the core team to develop it, we never do. We always develop and contribute it back. But we do need design discussions with the core team so that we are on the same page, that is how we always work with them. :slight_smile:

7 Likes

This is fantastic. We have been talking of an MES for a while. Some quick points.

  1. Use of VueJS in Frappe Framework is discouraged because there is no class hierarchy and no reuse of code, it will have to be object oriented JS, similar to the new POS.
  2. Please engage with @rohit_w and @nabin for reviews on a regular basis. Feel free to ping them on the contributors channel on Telegram!
  3. We will do a design review once the functionality is done and we have a working model.
  4. Please keep contribution guidelines in mind, specially adding comprehensive tests!

All the best. Look forward to this collaboration @KanchanChauhan @dominik

6 Likes

This is in development, but we intend to use it on shop floor.

This is per operation. Made using Vue.js open source, but not complete and specific to our ideas, maybe we can extend this or take some ideas from here develop it separately.

3 Likes

Class hierarchy can be a source of several pain points. For example, React Hooks solves many pain points of React Classes.

Class hierarchy makes it difficult to manage State because class hierarchy can become deeply nested. It can also introduce unintentional bugs because of unforeseen / unwanted side effects in life cycle methods.

React class is giving way to React Hooks because of this.
Vuejs does not have these pain points precisely by abandoning class methodology and adapting the lego like approach of components.

Frappe is ideal for Vuejs. I sincerely hope more examples like this Manufacturing MES effort can be done in Vuejs. The advantage is:

  1. Code reuse is achieved because pre-built components from other developers in other projects can be reused.
  2. Loosely coupled methodology is easier to debug because you don’t have to dig through the deep hole of class hierarcy.
2 Likes

Good points

I know @youssef used it to create a new PoS for ERPNext and we are really amazed at the possibilities.

Regards

1 Like

We integrated Frepple planning engine in the past version for a customer of ours. This is a good opportunity for us to discuss and come up with a great module to be given back to the community. Let us plan on an online meetup with a given agenda and a fixed time?

It is worthwhile to consider making smaller UI enhancements to the current Work Order dashboard in the work order.
This may not let you display information in multiple columns but will help in

  • Making the feature progressively a part of ERPnext(smaller commits)
  • The mobile view will not be very different than the desktop, which may not be the case for the proposed design
  • Action button and a dynamic frappe-datatable(if there is such a thing) may help showing dynamic behavior in table
1 Like

Hey @aakvatech and @KanchanChauhan , any updates on your work?

We had this done nad that’s all was the use case to address so didn’t proceed further. We would add downtime entry record here sometime this year.

3 Likes

@KanchanChauhan Did your team ever make that UI for that mockup?

I’m looking to use it and extend functionality if you are willing to share and collaborate!

1 Like

Seems there is no update, although I would imagine, that a lot of users would like this feature

1 Like
1 Like

Thank you for your reply. How can you install this? We are on frappe cloud, and we do not have any programmers.
Or will this be a part of ERPNext?

It is part of ERPNext V15