Go to file
Tarun Bhardwaj 3e3f9a7536 Display activity stream on project page #2222
Web handler and template to show activity stream on project page

Review ID: 358001
2013-08-13 12:08:22 +05:30
doc Modified Nereid Project documentation #1352 2013-05-29 17:26:22 +05:30
static Display activity stream on project page #2222 2013-08-13 12:08:22 +05:30
templates Display activity stream on project page #2222 2013-08-13 12:08:22 +05:30
tests Merged nereid-activity-stream #2153 2013-08-08 18:39:16 +05:30
.travis.yml Release version 2.6.2.0 2013-08-09 13:51:27 +05:30
LICENSE First Release 2012-08-09 20:12:28 +05:30
README.rst Add a README 2013-05-21 20:58:58 +05:30
__init__.py Display activity stream on project page #2222 2013-08-13 12:08:22 +05:30
application.py [Nereid Project] Migration to 2.6 #1246 2013-05-21 17:37:47 +05:30
company.py [Nereid Project] Migration to 2.6 #1246 2013-05-21 17:37:47 +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 Display activity stream on project page #2222 2013-08-13 12:08:22 +05:30
project.xml Fix: "timesheet.line" for the field "object_" is not in selection #2221 2013-08-09 12:31:30 +05:30
setup.py Use TableHandler not Interface 2013-05-21 20:19:09 +05:30
tryton.cfg Release version 2.6.2.0 2013-08-09 13:51:27 +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