https://github.com/openedoo/module_employee
https://github.com/openedoo/module_employee
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openedoo/module_employee
- Owner: openedoo
- License: mit
- Created: 2017-02-20T05:28:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T09:33:36.000Z (almost 9 years ago)
- Last Synced: 2024-01-09T10:47:57.618Z (about 2 years ago)
- Language: Python
- Size: 326 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Openedoo module_employee
Module for managing employee inspired from JIBAS.
## Instalation
Install this module inside Openedoo
```
$ python manage.py module install https://github.com/openedoo/module_employee
```
Update file in `openedoo_project/tables.py`
```
from modules.module_employee import models
```
Then update your database
```
$ python manage.py db upgrade
$ python manage.py db migrate
```
You can see this modules at
```
http:///employee
```
## UI Developing
Use Gulp for compiling sass files inside `module_employee`
```
$ npm install
$ gulp
```
## #TODO: list
* Make codebase more modular and clean
* Better notification message
* Validate unique data