civicrm for fun and nonprofit

28
CiviCRM for fun* and nonprofit *fun not guaranteed @ kalacave / 2013 / 03 / 02

Upload: andrew-mallis

Post on 15-Jan-2015

271 views

Category:

Technology


1 download

DESCRIPTION

An overview of CiviCRM and touchstone and circa 4.3.x on features

TRANSCRIPT

Page 1: CiviCRM for fun and nonprofit

CiviCRM for fun* and nonprofit *fun not guaranteed

@ kalacave / 2013 / 03 / 02

Page 2: CiviCRM for fun and nonprofit

http://bit.ly/civi138this presentation

Page 3: CiviCRM for fun and nonprofit

ANDREW MALLISSolutions Architect

d.o andrew_mallis

twitter @andrew_mallis

email [email protected]

Page 4: CiviCRM for fun and nonprofit

who uses

Page 5: CiviCRM for fun and nonprofit

marquis adopters

Amnesty International

TechSoup

EFF

Democrats Abroad

Wikipedia

New York State Senate

Creative Commons

Green Party of Canada

Page 6: CiviCRM for fun and nonprofit

Adopters' budget

adoption budget

83% > 500K

14% 500K – 3M

Page 7: CiviCRM for fun and nonprofit

Adoption by sector

Page 8: CiviCRM for fun and nonprofit

Adoption by Country

Page 9: CiviCRM for fun and nonprofit

Adoption by CMS

Page 10: CiviCRM for fun and nonprofit

Adoption by CMS

Page 11: CiviCRM for fun and nonprofit

what is

Page 12: CiviCRM for fun and nonprofit

YES!

a Constituent Relationship Management system

designed from the ground up for non-profits, membership and

advocacy organizations

designed for CONTACTS, INTERACTIONS, TRANSACTIONS

Drupal || Wordpress || Joomla

Page 13: CiviCRM for fun and nonprofit

10,000 foot view

Constituents are INDIVIDUALS, ORGs, HOUSEHOLDs

capture contact info

fully custom relations between contacts

custom data fields

GROUPS can be static or "smart"

interactions like meetings, phone calls, emails tracked as

ACTIONS

ACTIONS can be part of workflows using CASES

REPORTS out of the box are fully extensible

expose records publicly

strong DE-DUPING of records

Page 14: CiviCRM for fun and nonprofit

9,000 foot view

run SURVEYS & PETITIONS

segment users for on-the-fly BULK MAILING

manage segmented NEWSLETTERs and tie interactions to users

manage DONOR base

run CAMPAIGNS

sell TICKETS to EVENTS

answer questions like "who from California donated more than

$100 in 2012?"

batch update records

export anything to a CSV

Page 15: CiviCRM for fun and nonprofit

core modules

…ALSO

CiviGRANT

CiviCAMPAIGN

Page 16: CiviCRM for fun and nonprofit

what we care about

MySQL + PHP + jQuery

same coding standards as Drupal

expose data with Drupal Views (events, contributions, members,

etc)

webform_civicrm can build better forms

free

really good API

extensible with modules

(smarty) templates

import your data

OG integration

Page 17: CiviCRM for fun and nonprofit

Civi + webform = love

Page 18: CiviCRM for fun and nonprofit

API

http://yoursite.com/civicrm/api/explorer

PHP<?phpcivicrm_initialize( ); $result = civicrm_api( $entity, $actions, $params);?>

RESThttp://www.example.com/civicrm/ajax/rest?json=1&debug=1&version=3&entity=Contact&action=get&first_name=Alice&last_name=Roberts

Page 19: CiviCRM for fun and nonprofit

API

DRUSH$ drush civicrm-api contact.get first_name=Alice last_name=Roberts

AJAXCRM.api('Contact','get', { first_name: 'Alice', last_name: 'Roberts' }, { success: function(data) { window.alert('Found ' + data.count + ' item(s)'); } });

Page 20: CiviCRM for fun and nonprofit

what's new in CiviCRM 4.3.x

Page 21: CiviCRM for fun and nonprofit

highlights

Quickbooks integration

custom data can move between custom data groups

lots of in-place editing

contact edit locking

Discount codes

profile form designer

CiviMOBILE!

"better" notifications

can run outside sites/all/modules

…more

Page 22: CiviCRM for fun and nonprofit

NEW! Extensions Ecosystem

Page 23: CiviCRM for fun and nonprofit

extension sexiness

CiviCRM sync with Mailchimp

Campaign Monitor

Constant Contact

CiviLDAP (search only)

Google Apps

CiviMobile (surveys, add contacts)

Page 24: CiviCRM for fun and nonprofit

STARTERKIT on Pantheon

http://downloads.civicrm.org/ civicrm-4.3.1-starterkit.tgz

(+ a distro on Pantheon with dev account)

Features 8.9MB (vs. 12.7) by removing duplicate libraries (jquery,

ckeditor…) update alerts for Civi reports back to d.o. major props to Kalamuna opportunity for co-sponshorship

@kreynan

Page 25: CiviCRM for fun and nonprofit

Civi config as Features!

Page 26: CiviCRM for fun and nonprofit

demo

Page 27: CiviCRM for fun and nonprofit

Q & A

Page 28: CiviCRM for fun and nonprofit

thanks!