Skip to content

pcanadas/VulpesCRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VulpesCRM

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) 🚧

Features List 🔨

VulpesCRM contains the following modules (along with the completion progress report):

  • Login screen

    login

  • Home page (with alerts for delays in contacting the customer as established in the offer tracking)

    home

  • Offers page with customer contact tracking

    offers

  • User management (different access level depending on user type)

    users

  • Report dashboard

    report

Installation Requirements 📋

  • Python3
  • SQLite
  • virtualenv

Built with 🔩

  • 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

Installation Steps 🔧

These instructions will get you a working copy of the project on your local machine for development and testing purposes.

  1. Clone the repository:
`git clone https://github.com/pcanadas/VulpesCRM.git` 
  1. Enter the directory:
`cd/ VulpesCRM`
  1. Install requirements:
`pip install -r requirements.txt`
  1. Execute the project:
`python main.py`

Wiki 📖

You can find much more about how to use this project in our Wiki

Authors ✒️

  • Patricia Cañadas - Initial Work - pcanadas

License 📄

This project is licensed under the License GPL-3.0 license - see the LICENSE.md file for details

About

Open Source CRM based on Python's Flask framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published