Giter Site home page Giter Site logo

ph00lt0 / django-crm Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 3.0 616 KB

CRM with invoicing and accounting. All rights reserved.

License: Other

Python 61.06% HTML 22.00% JavaScript 14.48% CSS 2.47%
educational-project django python django-rest-framework

django-crm's Introduction

Intro

Building a CRM system focused on invoicing and accounting. Current solutions like Akaunting, or Odoo are in my opinion overcomplicated for smaller companies. I hope to offer a service that will be an easy tool, written in a powerful framework that can help to administrate, and do invoicing.

Currently the app has a login system based on sessions. This might be replaced for token authentication in the future, however I first want to research the security drawbacks of this. I plan to implement a frontend framework like VueJS that can live as an library within Django, this in order to profit from Django's in-build security features. Since I am planning to use a SPA as frontend at some point in the future all crud operations will go through the Django Rest Framework.

Middleware is implemented to create a record when the client has viewed an invoice.

Celery Task worker is implemented to send invoices over email. Celery has the advantage over Django RQ that it supports more database types and operate systems.

Signals are used to create or delete an account for every client that is added to the system. I plan to integrate password less login for clients to view their invoices.

ERD

ERD DESIGN CRM

Installation instructions

  • install the requirements in a virtual environment
  • create an env file.
  • run migrations
  • create a super user
  • start the server
  • login to the django admin panel
  • create at least 1 currency that will be used as default

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.