All Projects → kmbn → sunny-crm

kmbn / sunny-crm

Licence: other
A multi-user web-based CRM for freelancers with an emphasis on flow and momentum

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to sunny-crm

springcrm
An open-source CRM.
Stars: ✭ 14 (-12.5%)
Mutual labels:  crm
zoho-crm-php
An API wrapper library for Zoho CRM, written in PHP.
Stars: ✭ 15 (-6.25%)
Mutual labels:  crm
wooms
Интеграция МойСклад и магазинов на базе WooCommerce (WordPress)
Stars: ✭ 31 (+93.75%)
Mutual labels:  crm
vtiger
🐯 Vtiger is the #1 business automation software. Try it with Docker!
Stars: ✭ 59 (+268.75%)
Mutual labels:  crm
utopia-crm
Utopía is an open source platform for community based newsrooms to manage their subscriptions
Stars: ✭ 15 (-6.25%)
Mutual labels:  crm
logd.me
Your personal and friendly life log!
Stars: ✭ 16 (+0%)
Mutual labels:  crm
ng-crm
A Simple Angular 6 CRM (CRUD Example)
Stars: ✭ 50 (+212.5%)
Mutual labels:  crm
Wilson
ERP / CRM system for small to medium construction companies.
Stars: ✭ 84 (+425%)
Mutual labels:  crm
AmoCRM
Javascript библиотека для работы с AmoCRM
Stars: ✭ 80 (+400%)
Mutual labels:  crm
laravel-crm
Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
Stars: ✭ 927 (+5693.75%)
Mutual labels:  crm
SugarRestSharp
SugarRestSharp is a .NET C# SugarCRM/SuiteCRM Rest API Client. It is .NET C# Wrapper for the SugarCRM/SuiteCRM REST API Client.
Stars: ✭ 29 (+81.25%)
Mutual labels:  crm
node-sellsy
Node Sellsy API wrapper
Stars: ✭ 15 (-6.25%)
Mutual labels:  crm
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (+43.75%)
Mutual labels:  crm
mira
A place for notes, but for the people I keep in touch with
Stars: ✭ 99 (+518.75%)
Mutual labels:  crm
cerb-release
For over 20 years, teams of all sizes have used Cerb to manage their email workloads. Whether you're a solo founder replying to a few support messages per day, or a team with hundreds of members replying to thousands of messages per hour, you can serve your audience faster with Cerb's time-tested tools. Development at: https://github.com/jstande…
Stars: ✭ 37 (+131.25%)
Mutual labels:  crm
corebos
core Business Operating System. An OPEN SOURCE business application that helps small and medium business handle all the day to day tasks.
Stars: ✭ 128 (+700%)
Mutual labels:  crm
CRM
基于SSM开发的客户关系管理系统
Stars: ✭ 183 (+1043.75%)
Mutual labels:  crm
peppermint
An open source ticket management & help desk solution. A freshdesk alternative
Stars: ✭ 367 (+2193.75%)
Mutual labels:  crm
F-RevoCRM
日本で最も利用されているオープンソースCRM
Stars: ✭ 19 (+18.75%)
Mutual labels:  crm
touchbase.ai
E2E-encryption-powered Personal CRM - smartly engage more in meaningful relationships
Stars: ✭ 12 (-25%)
Mutual labels:  crm

Sunny CRM

A multi-user web-based CRM for freelancers with an emphasis on flow and momentum. Concentrate on contacting—and staying on contact with—clients and potential clients rather than categorizing and sorting your address book. Maintaining a viable stable of clients is a matter of consistently following up on inquiries and conversations. Sunny CRM makes it easy to add the latest update about a client and quickly schedule a follow-up with a concrete task. Based on years of freelance experience.

Sunny CRM is built with Python 3, Flask, and Bootstrap.

Setup

  1. cd path/to/sunny-crm
  2. Optional: set up a virtual environment using virtualenv.
  3. Install the required packages: pip install -r requirements.txt
  4. Pick a config file. A default.cfg file is included. If you want to enable email for password recovery, etc, you can either edit default.cfg or create a new file with the same format. Then do export FLASK_CONFIG_FILE=path/to/config/file. If you want to use the default settings, do export FLASK_CONFIG_FILE=../default.cfg.
  5. Initialize the database: python manage.py init_db
  6. Start the app: python manage.py runserver (debug mode will be enabled). If you want to disable debugging, do python manage.py runserver --no-debug instead.
  7. Open a browser and navigate to http://localhost:5000/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].