Koalix ERP. Release 0.2

Similar documents
MapEntity Documentation

Gunnery Documentation

crane Documentation Release Globo.com

open-helpdesk Documentation

How to develop with infandango Documentation

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Gerrit

django-wiki Documentation

Installation and Upgrade Guide Zend Studio for Eclipse V6.1

Tangent MicroServices Documentation

Installation and Upgrade Guide Zend Studio for Eclipse V6.1

Trunk Player Documentation

coxtactoe Documentation

MariaDB ColumnStore C++ API Building Documentation

Magento OpenERP Integration Documentation

I hate money. Release 1.0

TangeloHub Documentation

dh-virtualenv Documentation

How to Contribute to a Sphinx Doc Documentation

HyperKitty Documentation

Installation and Upgrade Guide Zend Studio 7.0

Bishop Blanchet Intranet Documentation

manifold Documentation

ganetimgr Documentation

Simplified CICD with Jenkins and Git on the ZeroStack Platform

Code::Blocks Student Manual

Zoook e-sale Documentation

NereidProject Documentation

TrinityCore Documentation

doconv Documentation Release Jacob Mourelos

COUCHDB - INSTALLATION

Django Web Framework: A Comprehensive Introduction and Step by Step Installation

Aldryn Installer Documentation

Easy-select2 Documentation

Cookiecutter Django CMS Documentation

MEZZANINE E-Commerce Web Shop Guide

Spyder Documentation. Release 3. Pierre Raybaut

Beginner Workshop Activity Guide 2012 User Conference

puput Documentation Release 1.0 Marc Tudurí

bootmachine Documentation

POSTouch Open Source Driver (OSE) Installation Guide

Read&Write 4 for Mac TDSB Download Instructions. 1. Open your web browser and enter in the address box

diceware Documentation

Created by: Nicolas Melillo 4/2/2017 Elastic Beanstalk Free Tier Deployment Instructions 2017

upaas Documentation Release 0.2 Łukasz Mierzwa

olapy Documentation Release Abilian SAS

invenio-formatter Documentation

SSH Deploy Key Documentation

imread Documentation Release 0.6 Luis Pedro Coelho

CISE Research Infrastructure: Mid-Scale Infrastructure - NSFCloud (CRI: NSFCloud)

django-konfera Documentation

neo4django Documentation

CROWDCOIN MASTERNODE SETUP COLD WALLET ON WINDOWS WITH LINUX VPS

puppet-diamond Documentation

dh-virtualenv Documentation

Automatic Creation of a Virtual Network with VBoxManage [1]

HPCI CMS for Information Sharing User Manual Ver. 1

Dell EMC ME4 Series vsphere Client Plug-in

Moblin v2 SDK. Open Source Technology Center Presented by Bob Spencer

otree Virtual Machine Manager Documentation

Kivy Designer Documentation

Android Sdk Install Documentation Eclipse. Ubuntu >>>CLICK HERE<<<

Hue Application for Big Data Ingestion

Plumeria Documentation

VisualSP 2010 Help Items

MIT AITI Python Software Development Lab DJ1:

3rd Party Application Deployment Instructions

Django-frontend-notification Documentation

From 0 to 6 GHz in 30 minutes bootstrap your SDR Experience!

Table of Contents. PropellerIDE Documentation

Manual Java Update Mac Developer Package

Merlot Documentation. Release 0.2. Merlot Documentation Team

USING DOCKER FOR MXCUBE DEVELOPMENT AT MAX IV

To install OpenOffice.org 3.0 on a Windows-based computer that meets the minimum system requirements, follow these steps:

Web Pro Manager: General User Guide

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

django-reinhardt Documentation

ardpower Documentation

datapusher Documentation

Manual Java For Mac Developer Package

Using git To Manage Your System's Configuration

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

newspaper Documentation

Dell EMC Networking Napalm Integration Documentation

Singularity: container formats

LFC - Lightning Fast CMS Documentation

vpp-firstcut Documentation

CS Druva insync User Guide. 28 th Oct. 2011

SDN VPN user guide. Release draft (fd6f067) OPNFV

Joomla Extension for CopySafe PDF -- Installation for Joomla 3 --

Autopology Installation & Quick Start Guide

Building a Django Twilio Programmable Chat Application

Bitdock. Release 0.1.0

Setting Up A WordPress Blog

Stethoscope Documentation

Kinto Documentation. Release Mozilla Services Da French Team

KDev-Valgrind : User Documentation

What is VMware View. IMPORTANT: Connecting from Off-Campus. Connecting to View Desktops. Downloading the Client

Secure Browser Installation Manual For Technology Coordinators

ATSC595 Air Pollution Modelling HYSPLIT Model Quick Guide- OSX, Linux Feb M. Fung

Junos Snapshot Administrator in Python

Transcription:

Koalix ERP Release 0.2 March 01, 2016

Contents 1 Features 3 1.1 Screenshots................................................ 3 1.2 Installation................................................ 6 2 Indices and tables 11 i

ii

Koalix ERP - Beautiful ERP for small business Warning: This project is currently in alpha phase and not recommended for productive use! Contents 1

2 Contents

CHAPTER 1 Features Koalix ERP provides following benefits: Clear and beautiful user interface: Koalix ERP provides an beautiful and easy to use graphical user interface with a lot of nice features Easily create your own templates for PDF export: You can easily create your own templates since it s just HTML Excellent workflow: All important features just one click away User management: Create and manage user accounts, groups and permissions Fully integrated CMS: You can add wikis, blogs, galleries,... Ready for webshop: You want to start a webshop? Integrate easily in KoalixCRM Multiple translations: Currently available translations: English German Upcoming translations: Spanish Italian French Contents: 1.1 Screenshots 3

Contents Screenshots Create Customer Basic Settings Product Overview 4 Chapter 1. Features

1.1. Screenshots 5

1.1.1 Create Customer 1.1.2 Basic Settings 1.1.3 Product Overview 1.2 6 Installation Chapter 1. Features

Note: This version is not recommended for production use. Therefore production installation is not yet mentioned in this documentation. Contents Installation By platform * Debian / Ubuntu * Fedora * Archlinux * Gentoo * Mac OS X * Windows Common Package Requirements Setting up the demo Install the initial data Setting up for development 1.2.1 By platform Pango, GdkPixbuf, and cairo can not be installed with pip and need to be installed from your platform s packages. lxml and CFFI can, but you d still need their own dependencies. This section lists system packages for lxml or CFFI when available, the dependencies otherwise. lxml needs libxml2 and libxslt, CFFI needs libffi. On Debian, the package names with development files are libxml2-dev, libxslt1-dev and libffi-dev. Debian / Ubuntu Debian 7.0 Wheezy or newer, Ubuntu 11.10 Oneiric or newer: sudo apt-get install python-dev python-pip python-lxml libcairo2 libpango1.0-0 libgdk-pixbuf2.0-0 lib Debian 6.0 Squeeze, Ubuntu 10.04 Lucid: GDK-PixBuf is part of GTK+, which also depends on cairo and Pango. sudo apt-get install python-dev python-pip python-lxml libgtk2.0-0 libffi-dev Fedora sudo yum install python-devel python-pip python-lxml cairo pango gdk-pixbuf2 libffi-devel Archlinux sudo pacman -S python-pip python-lxml cairo pango gdk-pixbuf2 Gentoo emerge weasyprint 1.2. Installation 7

Mac OS X With Macports sudo port install py27-pip py27-lxml cairo pango gdk-pixbuf2 libffi With Homebrew: brew install python cairo pango gdk-pixbuf libxml2 libxslt libffi Windows Get CPython 2.7 from python.org, Christoph Gohlke s unofficial binaries for CFFI and lxml, and Alexander Shaduri s GTK+ installer. Make sure that Set up PATH environment variable checked. Common Package Requirements Following requirements are common for both, development and demo installation of Koalix ERP. Please install the following packages: Python 2.7 (other versions currently not working, sorry) Django 1.7 Mezzanine>=3.1.10 po-localization django-bootstrap3 django-braces django-import-export django-fsm django-extra-views Caution: Do not use a Django version below 1.7! It will not work. Tip: If you have installed pip you can just use pip install -r requirements.txt Setting up the demo 1. Download the source 2. Extract to a folder of your choice 3. Open console and change to that folder 4. Execute python manage.py createdb 5. Create an superuser when you re asked for 8 Chapter 1. Features

6. Execute python manage.py collectstatic 7. Execute python manage.py runserver 8. Open your browser and go to http://127.0.0.1:8000 9. Login with the username and password you created at step #4 Hint: You can use the superuser to browse the CMS backend at http://127.0.0.1:8000/admin/ Note: If you re using an non-admin user you should assign permissions and groups Install the initial data To install the initial user groups do the following: 1. Open console and change to project folder 2. Execute python manage.py loaddata auth_groups Setting up for development You first need to install some more packages Optional dev apps: django-debug-toolbar django-extensions django-compressor For documentation: Sphinx sphinx-rtd-theme Tip: If you have installed pip you can just use pip install -r dev-requirements.txt GIT clone from: https://github.com/tfroehlich82/koalixcrm.git 1.2. Installation 9

10 Chapter 1. Features

CHAPTER 2 Indices and tables genindex modindex search 11