Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Some kind of Ticket System


Go to End


12 Posts   3614 Views

Avatar
Ryan M.

Community Member, 309 Posts

6 November 2010 at 3:50pm

You'd need to create a DataObject for the Ticket, a Page that lists the tickets and displays individual ones when clicked upon.

Use onBeforeWrite to create and send a notification e-mail to yourself (and a confirmation email to the client as well) as the Ticket is either created or updated.

Not sure how to handle and insert emails replied to into the site... never done that before.

Avatar
swaiba

Forum Moderator, 1899 Posts

6 November 2010 at 9:12pm

@Ryan - You could look at the code of one of the ones mentioned, it's all in there how it scans an email box for subjects containing a key and reading it into the db ;-)

Avatar
Stefdv

Community Member, 110 Posts

8 November 2010 at 10:53pm

Wow, everybody tx for the reply's

I'm really glad that you all thinking of this, but i'm not really looking for another app to got this working.
I want to do it with SS, so Ryan tx for the hints. I'll get to it, and post again if i've made some progress.

Avatar
swaiba

Forum Moderator, 1899 Posts

9 November 2010 at 12:04am

Stefdv,

I kinda hijacked it a bit because I wanted to get some ideas on a new ticket system. I fully understand that you want to build your own - if you are doing so because you want a personal project then go for it... if however you actually need a ticketing system to meet an urgent need and you want to provide ease of access to your users... I recommend using one that is out there ( due to the respond by email feature). But which ever way you go hope it works out for the best!

Barry

Go to Top