https://github.com/tmcdos/factory-log
Simple log for the job done in factory per employee, order, operation
https://github.com/tmcdos/factory-log
factory job-logs job-tracker
Last synced: about 1 year ago
JSON representation
Simple log for the job done in factory per employee, order, operation
- Host: GitHub
- URL: https://github.com/tmcdos/factory-log
- Owner: tmcdos
- License: mit
- Created: 2017-03-08T15:14:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T10:52:29.000Z (over 8 years ago)
- Last Synced: 2025-01-21T09:48:30.700Z (over 1 year ago)
- Topics: factory, job-logs, job-tracker
- Language: PHP
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Job log for factories
### Simple tracking of the job done in factory per employee, order, operation ###
----------
There are several screens/forms:
1. List of employees - first and last name, nickname, team, flag for active/fired
2. List of work operations - name, cost, flag for active/obsolete
3. List of orders - order ID, project name, country, flag for active/finished
4. Log of the job done - who has done a given amount and type of operations regarding some order/project
5. Reports - employee worksheets, job done per employee/operation/order, payroll for salary (optionally excluding some operations)
Unfortunately there is no web interface for creating accounts - so you will have to manually edit table USER in database.