Go to file
Priyanka Rani 271edcab8e Merge branch 'release/2.8.0.3' 2013-10-24 14:09:25 +05:30
doc Flake8ify nereid_project #2218 2013-08-17 13:09:55 +05:30
static Display activity stream on project page #2222 2013-08-13 12:08:22 +05:30
templates Migration to 2.8 #2089 2013-09-21 17:32:13 +05:30
tests Show activity stream of projects only where user is participant #2878 2013-10-16 12:12:59 +05:30
.travis.yml Migration to 2.8 #2089 2013-09-21 17:32:13 +05:30
LICENSE First Release 2012-08-09 20:12:28 +05:30
MANIFEST.in Add Manifest file 2013-10-23 17:32:38 +05:30
README.rst Add a README 2013-05-21 20:58:58 +05:30
__init__.py Add _json to attachment and commits 2013-09-07 20:47:59 +05:30
application.py Flake8ify nereid_project #2218 2013-08-17 13:09:55 +05:30
company.py Use simplejson instead of json 2013-10-12 15:16:05 +05:30
company.xml First Release 2012-08-09 20:12:28 +05:30
fabfile.py Remove the directory contents before building docs 2013-05-30 17:47:23 +05:30
localhost First Release 2012-08-09 20:12:28 +05:30
project.py Show activity stream of projects only where user is participant #2878 2013-10-16 12:12:59 +05:30
project.xml Activity stream for commit on task #2282 2013-09-13 10:56:14 +05:30
setup.cfg Use simplejson instead of json 2013-10-12 15:16:05 +05:30
setup.py Change setup.py to pick up the description #3001 2013-10-23 22:47:47 +05:30
tryton.cfg Bump version to 2.8.0.3 #3001 2013-10-24 14:08:55 +05:30
urls.xml Display activity stream on project page #2222 2013-08-13 12:08:22 +05:30

README.rst

Nereid Project
===============

A web based project management system built on the Tryton framework and
nereid.

**Nereid Project** is an open-source collaborative development platform offered
by Team Openlabs. It is mainly used for managing project processes. While it
could be used for managing any kind of projects, it is primarily used at
Openlabs to manage software projects. It is designed to help organise projects
& tasks. The aim is to connect everything together on a single interface,
avoiding unecessary time consumption, and track project's progress, task's
status, shared files, time spent on individual tasks. 

The goal of nereid project is to provide a friendly web based user interface to 
stakeholders outside the company to the powerful project management module of 
Tryton.

* Separate user accounts for users outside the company (like customers &
  freelancers) without giving access to Tryton.

* Simplify the project management tasks to encourage participation from users
  who may not be tech savvy.


Installation
------------

.. code:: sh

    $ pip install trytond_nereid_project

To install from source
``````````````````````

.. code:: sh

    $ git clone git://github.com/openlabs/nereid-project.git
    $ cd nereid-project
    $ python setup.py install


Build Status (Master)
---------------------

.. image:: https://travis-ci.org/openlabs/nereid-project.png?branch=master
.. _Master: https://travis-ci.org/openlabs/nereid-project


Build Status (Develop)
---------------------

.. image:: https://travis-ci.org/openlabs/nereid-project.png?branch=develop
.. _Develop: https://travis-ci.org/openlabs/nereid-project