Skip to content

KoalixSwitzerland/koalixcrm

Welcome to the koalixcrm

Why koalixcrm

Values:Features:
  • Free and open
  • REST interface to many entities
  • Open source
  • BSD license
  • Simple and beautiful user interface
  • High quality output documents
  • Small business <10 employees with access
  • Cloud hosted, Self-hosted, Not hosted (single-user, offline)
  • Manage Contacts, Leads, Persons
  • Manage Products and Prices
  • Manage Documents such as Invoices, Quotes, Purchase Orders, ...
  • Manage Projects, Tasks, Work (Traditional project management)
  • Manage Document Tempaltes
  • Double Entry Accounting
  • Create Project Reports
  • Adjust Access Rights

Quality badges on master

Project build: Codacy results: Docker: Social Networks:
Django CI Codacy Badge
Codacy Badge
Docker Automated build
Docker Stars Docker Pulls
Gitter chat

Documentation

You can find the documentation of koalixcrm here: doc

Installation

Some information about the installation of koalixcrm: installation

Development environment setup

To set up the development environment for KoalixCRM, you can use Docker with the following commands:

docker-compose pull docker-compose up

To run the application, use:

docker compose run --service-ports web python manage.py runserver 0.0.0.0:8000 --settings=projectsettings.settings.development_docker_sqlite_settings.py

Release Process

Information about the release process: Release Process

Update from version 1.11 to 1.12

Some information about the update procedure from Version 1.11 to Version 1.12: update