Plone module for contact management
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Nicolas Demonte 89f2b1eba0 Remove meta_type overrides #41067
This fixes standard copy-paste behavior. The overrides don't seem useful inside the GED.
https://groups.google.com/forum/#!topic/dexterity-development/78si45jllyA
2020-07-13 15:19:29 +02:00
docs Updated docs/LICENSE.txt 2013-01-28 17:46:26 +01:00
src/collective Remove meta_type overrides #41067 2020-07-13 15:19:29 +02:00
.gitignore Fixed Travis CI integration 2012-12-24 10:17:23 +01:00
.travis.yml Robot tests in Travis 2013-09-30 14:28:01 +02:00
CHANGES.rst Update CHANGES.rst 2013-10-09 16:54:41 +02:00
CONTRIBUTORS.rst Configu cleanup 2013-01-03 16:47:27 +01:00
MANIFEST.in Fixed MANIFEST.in 2013-03-07 17:07:08 +01:00
README.rst Added a tiny documentation 2013-03-06 16:08:17 +01:00
TODO.txt Added TODO.txt 2013-01-16 10:59:23 +01:00
base.cfg Updated infra to use Plone 4.3 and fixed UnicodeDecodeError 2013-06-01 16:07:23 +02:00
bootstrap.py bootstrap.py to force buildout 1.x for jenkins 2013-06-01 18:38:02 +02:00
buildout.cfg Add RobotFramework integration and some RobotFramework tests 2013-09-27 17:29:32 +02:00
checkouts.cfg Add z3c.formwidget.query to checkouts 2013-10-01 15:59:22 +02:00
demo.cfg add collective.contact.facetednav in a demo.cfg 2013-10-02 14:43:54 +02:00
jenkins-base.cfg jenkins: separate common code in its own buildout cfg file 2013-02-27 10:51:26 +01:00
jenkins.cfg jenkins: separate common code in its own buildout cfg file 2013-02-27 10:51:26 +01:00
setup.py Add RobotFramework integration and some RobotFramework tests 2013-09-27 17:29:32 +02:00
sources.cfg add collective.contact.facetednav in a demo.cfg 2013-10-02 14:43:54 +02:00
travis.cfg Robot tests in Travis 2013-09-30 14:28:01 +02:00
versions.cfg use zc.buildout 1.7.1 for jenkins 2013-06-01 17:05:32 +02:00

README.rst

.. contents::

Introduction
============

A Plone add-on that provides a directory where you create persons, organizations, sub-organizations and positions.

How-to
======

First, create a directory in your site. This directory will contain all the informations related to your contacts.

You can then add organizations to his directory. An organization can contain organizations (such as services, divisions or department) or positions (such as CEO, mayor or developer).

You can also add persons to this directory. A person is a physical person that can hold one or more positions or be member of one or more organizations. To associate a person with an organization or a position, add a held position content type in the person's context.

Modify your directory to customize the organization types and the position types that you will associate with your organizations, sub-organizations and positions.

Look at the test data profile collective.contact.core test data for detailed examples.

Installation
============

* Add collective.contact.core to your eggs.
* Re-run buildout.
* Install the product in your plone site.

Tests
=====

This add-on is tested using Travis CI. The current status of the add-on is :

.. image:: https://secure.travis-ci.org/collective/collective.contact.core.png
    :target: http://travis-ci.org/collective/collective.contact.core

Credits
=======

Have an idea? Found a bug? Let us know by `opening a ticket`_.

.. _`opening a ticket`: https://github.com/collective/collective.contact.core/issues