Skip to main content

Address book content type for Plone

Project description

collective.contacts
-------------------

=======
English
=======

This product provides an address book where you can add Persons, Organizations
and Groups

The address book has 3 customized views, one for Persons, one for Organizations
and one for Groups.

The product is fully internationalized, so if you want it in your language, you
just need to add another folder to the locales folder and add your language there.

It also features search capabilities, export, import and ability to send mail to
several people.

Searching:
----------
There's a quick search and an advanced search.
From the quick one, you can put any text and it will show you all users,
organizations, or groups that have that text (or part of it) in any of their fields.
From the advanced one, you can specify text (or part of it) for each field from
persons or organizations to do a more precise search.

Export:
-------
At the moment you can export your persons or organizations to a csv file. It
exports all fields from them, you can't filter.

Import:
-------
You can import Persons or organizations, but csv has to have very precise
format, so importing a csv that was exported using this exporter is reccomended.

Sending mail:
-------------
This product does not provide any form to send mails from the portal, what it
does is provide you a mailto: with all persons, or organizations that you have
selected, so you can send the email with your favorite email client without
needing to copy&paste all of them.

This product was developed by Menttes[0] sponsored by from Rosario's Municipality[1]

[0] - http://www.menttes.com
[1] - http://www.rosario.gov.ar

=======
Español
=======

Este producto provee una libreta de direcciones a donde se pueden agregar
Personas, Organizaciones y Grupos.

La libreta posee 3 vistas customizadas, una para Personas, otra para
Organizaciones y otra para Grupos.

El producto se encuentra completamente internacionalizado, de manera que si
deseas tenerlo en tu idioma, solo necesitas agregar un directorio dentro de la
carpeta locales y agregar tu idioma ahi.

También provee capacidades de búsqueda, exportar e importar y la habilidad de
enviar correos electronicos a varias personas.

Búsqueda:
---------
Existe una búsqueda rápida y una avanzada.
Desde la búsqueda rápida, se puede ingresar texto, y se obtendrán los usuarios,
organizaciones o grupos que poseen el texto (o parte de él) en alguno de sus campos.
Desde la búsqueda avanzada, se puede especificar el texto (o parte de él) para
buscar en cada campo de las personas, organizacionesde obtener resultados más
precisos.

Exportar:
---------
Por el momento, se pueden exportar personas u organizaciones a un archivo csv.
Se exportan todos los campos de ellos, no se puede filtrar.

Importar:
---------
Se pueden importar Personas u Organizaciones, pero el csv tiene que tener un
formato muy preciso, de manera que se recomienda importar un csv que haya sido
exportado con el exporter provisto aquí.

Enviando correos electrónicos:
------------------------------
Éste producto no provee ningún formulario para enviar correos electrónicos desde
el portal mismo, lo que sí provee es un mailto: con todas las personas u
organizaciones que se hayan seleccionado, de manera de poder utilizar su cliente
de correo preferido sin la necesidad de copiar y pegar las direcciones a mano.

Este producto fue desarrollado por Menttes[0] patrocinado por la Municipalidad
de Rosario[1]

[0] - http://www.menttes.com
[1] - http://www.rosario.gov.ar


=========
Changelog
=========


1.3.3
-----

* Added the sub-sector field to the columns in the organizations view.

* Did some rework on the advanced search templates (for persons and organizations).

* Fixed the referencebrowser_popup template that wasn't showing content when
re-editing a person or a group.

* Fixed bug where drop down fields will not update their content when editing
inline.

* Fixed a typo in spanish translation ("Eportar" instead of "Exportar").

* Added a css to override Plone's default behaviour when editing a drop down
field inline (it repeats the field label).

1.3.2
-----

* Included a custom referencobrowser_popup to show only objects that are
allowed to be referenced inside the reference browser pop up.
(Used when relating a person with an organization for example)

1.3.1
-----

* Fixed display issues with rich text fields

* Added sector and subsector drop downs to the advanced organizations search

* Added a "Go back" link, when doing a quick search.

* [FIXED] was using the same id for translating both work and personal email
in the search for persons template.

* Replaced the way content was retrieved for the views. Now it uses the catalog
and, in the case of the persons, it uses the advanced query capabilities
so it will sort using last name first and then first name.

* Added 2 sortable fields to the catalog, one for the last name and the other
for the first name. They are added and indexed on installation.

* Added types names translation to the old i18n (probably a Plone bug?).

1.3.0
-----

* Did an override over the contentviews template to workaround a possible bug of
Plone when having the default page as a portal_action

* Found a way to get the 'Work' schemata title to be translated to spanish.

* Added some classes to the views, so forms and buttons are hidden when printing

* Added the "Select all" checkbox to all tables.

* Added an uninstall profile.

* When a user has permission to view an address book, it will see the 3
main tabs with the 3 main views.

* Removed the border when inside a search or a search result. This "fixes"
the issue where the wrong tab was selected when inside a search or search
results.

* Added checkboxes to send email and export inside a group view.

* Fixed missing translations under the "Send emails page".

* Added "go back" and "Advanced search" buttons properly when getting or not
getting search results.

* Finished with the country and states fields, added them to the search
templates.

* Fixed a typo with the email spanish translation

* Added a note when sending emails about opening the default email client

1.2.0
-----

* Added Sectors and Sub sectors drop downs to organizations, where you can
select a "sector" and then the "sub sectors" are automatically updated
using KSS (Same behaviour as countries and states). This sectors are
loaded in the address book itself

* Replaced the Country and State text entries with a drop down for all countries
and, using kss, a drop down with states for each country. This was mainly
taken from GetPaid, so most of the credit goes for those great gentlemen.

* Title for the group view page

* Moved some fields to the default schemata, so instead of a drop down, they
are shown as tabs

* Replaced the advanced search link with buttons.

* Fixed a bug with the advanced search. Was giving some errors when searching
persons based on their organization.

* The import script now imports persons even if they had no organization.

* Quick search feature can now return results if part of a string was
entered. And if several words are used, it does an OR of all of them.

* Added "No results found" string when no results are found, instead of
showing an empty table.

* Removed all required fields, only Name and Last name are required for
persons, and just the name for organizations.

* If persons or organizations have no email set, then the checkbox for sending
them an email is disabled. Same if a group has no members, or members with
no email.

1.0.0a3
-------

* Added the default address book view to the 'display' drop down

1.0.0a2
-------

* Translations fixed

1.0.0a1
-------

* Groups,Persons and organizations as addable types

* Tabular views for listing inside an address book with batch navigation

* Quick search feature

* Advanced search feature

* Exporting to CSV persons or organizations

* Importing from CSV persons or organizations

* Sending email (not from site, but from the user's configured email client)

============
Contributors
============

- Emanuel Sartor, Author [emanuel@menttes.com]
- Franco Pellegrini, Co-Author [frapell@menttes.com]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.contacts-1.3.3.tar.gz (106.5 kB view hashes)

Uploaded Source

Built Distribution

collective.contacts-1.3.3-py2.4.egg (225.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page