courtly
courtly
courtly
courtly

Upcoming Events

San Francisco CiviCRM Meetup - February 8th, 2012
February 8th, 2012
Come meet others from the Bay Area who are interested in, using or developing (more...)

UK usergroup - London meetup
February 8th, 2012
Come and meet others from the UK that are using CiviCRM or are interested in (more...)

London user and administrator training
February 23rd, 2012
A comprehensive two day hands on training course covering the configuration, (more...)

CiviCRM London sprint Feb 2012
February 27th, 2012
Following the CiviCRM training here in London, we will have a CiviCRM code (more...)

Philadelphia - CiviCRM Meetup for Q1 2012
March 13th, 2012

UK South West - CiviCRM Meetup
March 20th, 2012
Come meet others from the Area who are interested in, using or developing for (more...)

[Bristol, UK] user and administrator training
March 21st, 2012
A comprehensive hands on training course covering the configuration, (more...)

San Francisco user and administrator training
March 29th, 2012
A comprehensive two day hands on training course covering the configuration, (more...)

CiviCRM Usability, Test and Code Sprint - San Francisco (March 2012)
March 29th, 2012
This usability, code and test sprint is targeted at CiviCRM users and (more...)

CiviCon 2012 San Francisco Bay Area - April 2nd 2012
April 2nd, 2012
CiviCon is THE annual event bringing together the people who use, develop, (more...)

CiviCRM Documentation, Test and Code Sprint - after CiviCon San Francisco (April 2012)
April 4th, 2012
This sprint is targeted at CiviCRM users and developers who want to work on (more...)

CiviCRM Components

Tools for engaging your supporters...

CiviContribute


CiviEvent


CiviMail


CiviMember


CiviReport


Loading data into CiviCRM for a Dutch Housing Corporation

Not Just a Contact Database

These optional components give you more power to connect and engage your supporters.

  • civiCASE

  • Case management for clients and constituents.

  • civiEVENT

  • Online event registration and participant tracking.

  • civiMEMBER

  • Online signup and membership management.

  • civiMAIL

  • Personalized email blasts and newsletters.

  • civiREPORT

  • Report generation and template management.

November 9, 2009 - 07:02 — ErikHommel

We started a project with a Dutch Housing Corporation called 'De Goede Woning' 2 months ago. They use CiviCRM to get a grip on their requirements towards a CRM-package. It is very possible that they will use CiviCRM after the project, but the objective is to understand what CRM means and what is needed for their specific situation. We use bog-standard CiviCRM (version 3.02 on Drupal 6.14 with the Dutch translation) with CiviCase. If you want to know more about the project, let me know! I love telling stories about our projects :-)

Right now I want to focus on the interface we created. De Goede Woning uses a main information system called First (based on Oracle) that holds all their houses and transactions. And to get a good go at prototyping we wanted to load some of the data (customers and suppliers) into CiviCRM. We have developed an interface (using PHP and MySQL) that reads their data and then populates CiviCRM with Organizations, Households and Individuals, using the CiviCRM API's. We also establish a relationship between the household and the individual, and populate some custom data.

For households we have loaded the basic data (name, address, phone etc.) and on top of that show :

  • the code of the unit the customer rent if applicable
  • the rent they are charged
  • the number of years they have rented with De Goede Woning
  • the start and end date of the rental periode
    • For individuals we have the 'burger service nummer' as custom data. For organizations we load two administrative codes as additional information.

      There are some parts of the interface that required a little additional attention:

      • Establishing the link between a Household and an Individual can be done quite easily using the API civicrm_relationship_create. On top of that we wanted the Individual to use the Household address, and this has to be done separately by repeating the household_id in the parameter mail_to_household_id in the API civicrm_contact_add.
      • There is no API for Custom Data, so these were populated directly into the database. For more information on this, give me a shout!

      On our website you can find a blog with screenprints and more detailed information.....both in Dutch and in English.

      Erik Hommel, EE-atWork

( categories: )