Open Source CRM created in Python with the Flask framework, for managing offers in the work environment.
🚧 It's still WORK IN PROGRESS (I'm still building the modules) 🚧
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
- Python3
- SQLite
- virtualenv
- Flask - The web framework used
- SQLAlchemy - Toolkit and Object Relational Mapper for working with SQL
- Bootstrap - Powerful, extensible, and feature-packed frontend toolkit
- WTForms - Forms validation and rendering library for Python web development
These instructions will get you a working copy of the project on your local machine for development and testing purposes.
- Clone the repository:
`git clone https://github.com/pcanadas/VulpesCRM.git`
- Enter the directory:
`cd/ VulpesCRM`
- Install requirements:
`pip install -r requirements.txt`
- Execute the project:
`python main.py`
You can find much more about how to use this project in our Wiki
- Patricia Cañadas - Initial Work - pcanadas
This project is licensed under the License GPL-3.0 license - see the LICENSE.md file for details