Incident Management Database

6 posts by 4 authors in: Forums > CMS Builder
Last Post: October 8, 2010   (RSS)

By northernpenguin - October 2, 2010

Hi

I am in the process of creating an incident management database. Basically, the intent is to allow for owners of a condo unit to place "incident tickets" to the management company. I'm debating whether to use CMSB or just create my own php/MySQL system. I already use CMSB for the website with the membership plugin, so I was wondering if it would just be easier with CMSB.

Inputting the incident info is straight forward, the issue is the follow up response(s) from both the management company & the owner.

Any suggestions would be greatly appreciated!
--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke

Re: [northernpenguin] Incident Management Database

By Toledoh - October 2, 2010

Im playing with a similar thing at the moment - including the email download plugin to capture a complaint from email. Looks good so far.
Cheers,

Tim (toledoh.com.au)

Re: [northernpenguin] Incident Management Database

By Jason - October 4, 2010

Hi,

From the sounds of it, it would be easier to build your own system on top of CMSB, since CMSB will simply the process of creating the necessary database tables. In addition, the website membership plugin will make it easier to keep track of who is submitting what.

Hope this helps. Let me know if you have any other questions.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Christopherb] Incident Management Database

By northernpenguin - October 7, 2010

Hi Chris

How do you keep the client updated as to the status of each incident?

Ragi
--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke

Re: [northernpenguin] Incident Management Database

By Christopherb - October 8, 2010

We actually have it running a couple different ways.

1.) Just a basic method of having all the incidents within the CMS database so that the tech department could keep better records. (As apposed to just a bunch of emailed incident reports.)

2.) We assign a username and password based on the ticket, which has added comment fields and can be accessed via the clients website and is drawn from the CMS builder database. (This took a bit of programming.)

In the 2nd instance we have a script which pulls pulls formatted tab delimited data from the emails body text and places it into separated fields for further processing.