Open Source CRM created in Python with the Flask framework, for managing offers in the work environment.
:construction: It’s still WORK IN PROGRESS (I’m still building the modules) :construction:
VulpesCRM contains the following modules (along with the completion progress report):
Login screen
Home page (with alerts for delays in contacting the customer as established in the offer tracking)
Offers page with customer contact tracking
User management (different access level depending on user type)
Report dashboard
These instructions will get you a working copy of the project on your local machine for development and testing purposes.
`git clone https://github.com/pcanadas/VulpesCRM.git`
`cd/ VulpesCRM`
`pip install -r requirements.txt`
`python main.py`
## Wiki :book:
You can find much more about how to use this project in our Wiki
## Authors :black_nib:
## License :page_facing_up:
This project is licensed under the License GPL-3.0 license - see the LICENSE.md file for details