# koalixcrm-github **Repository Path**: shifeipython/koalixcrm-github ## Basic Information - **Project Name**: koalixcrm-github - **Description**: No description available - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-28 - **Last Updated**: 2025-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/KoalixSwitzerland/koalixcrm/actions/workflows/django.yml/badge.svg)](https://github.com/KoalixSwitzerland/koalixcrm/actions/workflows/django.yml) | [![Codacy Badge](https://app.codacy.com/project/badge/Grade/cfae578b5c174f438786c935fa425002)](https://app.codacy.com/gh/KoalixSwitzerland/koalixcrm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/cfae578b5c174f438786c935fa425002)](https://app.codacy.com/gh/KoalixSwitzerland/koalixcrm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)| [![Docker Automated build](https://img.shields.io/docker/automated/koalixswitzerland/koalixcrm.svg)]()
[![Docker Stars](https://img.shields.io/docker/stars/koalixswitzerland/koalixcrm.svg)]() [![Docker Pulls](https://img.shields.io/docker/pulls/koalixswitzerland/koalixcrm.svg)]() | [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/koalix-crm/Lobby) | ## Documentation You can find the documentation of koalixcrm here: [doc](http://readthedocs.org/docs/koalixcrm/en/master/) ## Installation Some information about the installation of koalixcrm: [installation](https://github.com/scaphilo/koalixcrm/wiki/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](https://github.com/scaphilo/koalixcrm/wiki/Release-Process) ## Update from version 1.12 to 1.14 Some information about the update procedure from Version 1.12 to Version 1.14: [update](https://github.com/scaphilo/koalixcrm/wiki/Update)