-
Notifications
You must be signed in to change notification settings - Fork 0
Future Development: Tracking Productivity
- How to track Productivity?
Tracking of productivity is vital for every manufacturing organisation and I know it is not going to be easy to get that thing done in EPRNext. At the time of writing there is no particular way to track productivity of an organisation in erpnext. This wiki looks at the possible solutions the rules that would be needed to be in place for tracking productivity in erpnext in future.
- Forms needed for Productivity Tracking.
Basically material moves between warehouses in erpnext through Stock Entries. Now in a process company the material in a warehouse undergoes a process in a particular machine. Now we don't have a way to track how much time an item took on the machine for a particular process. For this we could have a form which would take the following data:
- Machine on which the process was carried out (we have masters for this in erpnext)
- Operator who undertook the job (employee master)
- Item Code (there could be case when batch of items are processed like 2 or 3 items are processed)
- Quantity of item processed
- Start Time
- Stop Time
- Total Time taken for the process (Calculated field stop time - start time)
- Real Life Situation and Rules to Govern Such Entries.
Now we could have many items in a warehouse and the data entry person is generally not the machine operator since that person is not computer savvy at least in India. So we would have a case where a lot of entries are to be done in one go, so we could have a stock entry like page for this thing as well.
-
We would have to ensure that if there are say 1000 pcs of Item A in for a Process in WH-1 then the data entry person cannot enter more than 1000 pcs into the productivity sheet.
-
One machine cannot be involved in doing 2 jobs in 1 time. Like if a person enters the productivity sheet for MC-1 from 10AM to 1 PM for item A then that machine should be shown as occupied during this time (I hope people understand what I mean by this).
-
We could have a Gantt Chart for Machines or Operator and maybe there we could have a birds eye view of the productivity or the machines' running time.
-
We could also have a field for setup time involved in the machines' operation.
####Community Wiki
- [Install ERPNext on Debian based systems](Install ERPNext on Debian based systems)
- [Install ERPNext on RedHat based systems](Install ERPNext on RedHat based systems)
- [Country wise Chart of Accounts](Country wise Chart of Accounts)
- [Developer Docs](Developer Docs)
- [Some Useful Aliases](Some Useful Aliases)
- [Test Checklists](Test Checklists)
- [Community Developed Custom Scripts](Community Developed Custom Scripts)
- [Legacy Print Formats (Category)](Legacy Print Formats (Category))
- [WSGI Production Deployment](WSGI Production Deployment)
- [Version 4 Permission Use Cases](Version 4 Permission Use Cases)
- [Adding Custom Form to Website](Adding Custom Form to Website)
- [Apache HTTP Settings for Mac OS](Apache HTTP Settings for Mac OS)
- [ERPNext Upgrade to Version 5](ERPNext Upgrade to Version 5)
- [Feature Suggestions](Feature Suggestions)
- [How to Install ERPNext Version 3](How to Install ERPNext Version 3)
- [Future Development: Tracking Productivity](Future Development: Tracking Productivity)
- [Improve Precision of Stock Valuation](Improve Precision of Stock Valuation)
- [Integrating Emails in ERPNext](Integrating Emails in ERPNext)
- [Migrating your erpnext instance to wsgi](Migrating your erpnext instance to wsgi)
- [MySQL configuration file](MySQL configuration file)
- [Restoring From ERPNext Backup](Restoring From ERPNext Backup)
- [Setting up Backup Manager](Setting up Backup Manager)
- [Setting up TLS SSL certificates Let's Encrypt for ERPNext sites](Setting up TLS SSL certificates Let's Encrypt for ERPNext sites)
- [Ubuntu HA Cluster with lsyncd, remote MariaDB, Apache Reverse Proxy Setup Guide](Ubuntu HA Cluster with lsyncd, remote MariaDB, Apache Reverse Proxy Setup Guide)
- [Updating ERPNext Instance](Updating ERPNext Instance)
- [Agri Farm ERPNext](Agri Farm ERPNext)
- [Troubleshooting Guide Template](Troubleshooting Guide Template)
- ["Expense or Difference account is mandatory for [YOUR ITEM HERE] as it impacts overall stock value"]("Expense or Difference account is mandatory for [YOUR ITEM HERE] as it impacts overall stock value")