This project is under active development.

Open CRM

Open CRM is a fully featured native Drupal CRM solution based on the Party Module with the aim of having a comparable feature set to other popular CRM systems such as CiviCRM.

A Party is record in the CRM system, a contact like an individual or
organisation.

This module is aimed at developers who might be looking at integrating CRM systems such as CiviCRM into their existing website. If you're making a new site and want to use Open CRM, we reccomend you try the install profile here.

Party Dashboard

Party Dashboard allows you to easily navigate and control the records in your database. By making use of Search API, SOLR and Facets it is quick and easy to find the record you want, even in systems with 100,000+ contacts. Our largest client currently uses Party Dashboard to manage 225,000 contacts!

The Party Dashboard looks the cleanest with our admin theme that uses flexbox to generate a web application style layout. We hope to make this theme available shortly.

Features

Open CRM - Provides basic CRM functionality and the Party Dashboard. This uses the Search API to provide search facets which is a incredibly easy way of obtaining simple reports from your data.

Ubercart Ajax Attributes Discount Calculations Module

Ubercart Ajax Attributes Discount Calculations Module is a enhanced version of Ubercart Ajax Attribute Calculations module.

Chime

This will allow creation of a event handler which plays sound based on certain action.

Google_Calendar


This project is merged with Gcal

.

This module allows you to manage your google calendars. Apis provided by module will allow you to create, update, delete, fetch calendar details. You can also create, update, delete, get, move an event from particular calendar. You can fetch calendar settings, color details, etc.

This module uses google api php client refer http://code.google.com/p/google-api-php-client/ to interact with google and manage calendars

Requirements
Google OAuth2 - Required for authenticating with google.

Api Functions

Create Calendar

$params = array(
    'Summary' => 'My Calendar',  //Title of the calendar
  );
google_calendar_calendar_create($params, 'Calendar_Account');   //Calendar_Account is the name of the oauth2 account managed with the help of Google OAuth2.

Create Event

$params = array(
    'Summary' => 'My Event',  //Title of the event
    'Start' => '2012-12-24 12:30:00',
    'End' => '2012-12-24 14:30:00',
    'Timezone' => 'Asia/Calcutta'
  );
google_calendar_event_create($params, 'Calendar_Account');   //Calendar_Account is the name of the oauth2 account managed with the help of Google OAuth2.

Spock

Spock is a theme working upon the baset heme mothership.
Shipped with the latest version of bootstrap, this baby get's you up in no time!

Basically, Spock is a mixture of assets, resets and defaults I need whenever I start a new project.

Pages

Subscribe with RSS Subscribe to RSS - Under active development