CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions (Moderator: Dave Greenberg) »
  • Happy Birthday
Pages: [1]

Author Topic: Happy Birthday  (Read 1859 times)

craigntammy

  • I’m new here
  • *
  • Posts: 16
  • Karma: 0
Happy Birthday
July 26, 2007, 08:05:13 pm
OK this is something that I have always wanted from a contact manager

1. the ability to receive reminders of individuals birthdays
2. the ability to receive reminders of anniversaries (belongs to a family)
3. the ability to receive reminders of "custom" anniversaries ie. anniversary of joining site/organization etc (less important)

I think this could be done by integrating two existing drupal modules

http://drupal.org/project/birthdays
http://drupal.org/project/postcard

Using these modules it would be quite easy to go beyond organizing our contacts to communicating with them in a more personal way.

so my question is this should this be added to civicrm core or just done by patching the modules themselves
I think adding them to core is the way to go as joomla doesn't really have a good birthday extension

I have already submitted this on the birthday modules issues page

http://drupal.org/node/149261

but am thinking building into civicrm core makes more sense

Give me some feed back on what you all think

Thanks
Craig Bertrand

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Happy Birthday
July 26, 2007, 09:01:12 pm

I think that in the below case a drupal module / joomla component makes more sense than building it into core. Alternatively this might be a good fit for a CiviCRM extension, once we flush out how to extend CiviCRM more seamlessly. See http://civicrm.org/blog/ for a series of posts by Rob Thorne on how to extend CiviCRM.

lobo

A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

craigntammy

  • I’m new here
  • *
  • Posts: 16
  • Karma: 0
Re: Happy Birthday
July 26, 2007, 09:16:55 pm
OK if this is simply added to the birthdays module

1. check if civicrm is installed
2. use the id and birth_date fields in the civicrm_individual table

how would that work with separate civicrm and drupal data bases
would that be a problem or not?



Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Happy Birthday
July 26, 2007, 10:32:44 pm

You can use the civicrm api's to do part 2:

1. retrieve all contact whose birth_date is today along with all needed information (like name and address) using civicrm_contact_search api

2. For all contacts retrieved via 1, do the needed action :)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

craigntammy

  • I’m new here
  • *
  • Posts: 16
  • Karma: 0
Re: Happy Birthday
July 26, 2007, 10:45:14 pm
thanks now I have a direction to learn in  ;)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Feature Requests and Suggestions (Moderator: Dave Greenberg) »
  • Happy Birthday

This forum was archived on 2017-11-26.