
Easy On-Line Event Ticketing? 42
Ronster writes "Dear /.ers (slash-daughters?) I am looking for an elegant online solution to a real-world annoyance. I lead regular tours of my local cemetery, which I enjoy immensely. However, I hate the administration - can you recommend an on-line service, or some software (ideally open source) that I could host on my website, that would allow people to register for these tours, perhaps issue them with a ticket, and even let them cancel their reservation, all without allowing the total number of reservations for each event becoming more than, say, 25? Thanks."
Not sure of any open source software but... (Score:1, Insightful)
Re:Not sure of any open source software but... (Score:5, Insightful)
The way I see it, you might be able to design this in a "couple hours". Coding, testing...
Re:Not sure of any open source software but... (Score:1)
Re:Not sure of any open source software but... (Score:2)
Now let the public post and decide when THEY want to see the band. And have them pay for it. And let them cancel whenever they want.
I'm sorry, but you're looking at this from the wrong angle.
Re:Not sure of any open source software but... (Score:1)
Re:Not sure of any open source software but... (Score:2)
Re:Not sure of any open source software but... (Score:2)
That's why Project Managers pad programmer's estimates, and multiply them by a guesstimate outrageous factor.
Re:Not sure of any open source software but... (Score:2)
And sometimes it's not even unperceived complexity in the request. Sometimes it's the client saying "I know I said X but I MEANT Y!"
Re:Not sure of any open source software but... (Score:1)
Like for example, when I'm building a system where users/admins need to log in, I have an authentication module I can plug into any PHP code. I also have a PHP template system I use on all my apps which makes it very fast to develop a fully working system very quickly.
Now a basic a
Re:Not sure of any open source software but... (Score:2)
Re:Not sure of any open source software but... (Score:2)
In my experience, this is only true if you're stripping down a pre-existing application package to suit a customer's needs. I mean, if it is so obvious to implement, why not have it pre-written and save the coding, testing and documenting altogether? Just license and charge for configuration and deployment.
To go the library and custom code route opens a big can of worms... how do you bill your customer for their use? Is your customer licensing or buying the solution or the code? How are you handling
Re:Not sure of any open source software but... (Score:2)
Re:Not sure of any open source software but... (Score:1)
Re:Not sure of any open source software but... (Score:2)
Re:Not sure of any open source software but... (Score:2, Insightful)
Re:Not sure of any open source software but... (Score:2)
I have to wonder, if this person had said ASP.NET/MSAccess, would they have gotten modded up so high?
Re:Not sure of any open source software but... (Score:1)
Re:Two words... (Score:1, Insightful)
Re:Two words... (Score:2)
some thoughts... (Score:4, Informative)
Re:some thoughts... (Score:2)
Just show the customer an id or two, which he/she hs to remember for picking up the ticket, or cancel it.
Cancelling w/o passwords & no email need (Score:3, Interesting)
You could cancel reservations by having people enter a [randomly generated] number which is printed on their ticket -- in essence, outsourcing the sessionID to the physical ticket.
It would make more sense, too, to just have them print out a ticket from the website [with the date, time and cancellation #]; that way, they wouldn't even *need* an email address to be able to ta
try these guys"? (Score:2)
(i have no affiliation- isaw it due to slashback, they're schlepping for the last starfighter musical-fees seem low enough)
https://www.smarttix.com/aboutus.aspx
What cemetary do you work for? (Score:2)
Re:What cemetary do you work for? (Score:1, Informative)
Mars and Left Handed Sugar (Score:2, Interesting)
The search for life on mars [spherix.com] and developing left-handed or reduced calorie sugar [naturlose.com]are related to ticket reservations. [biospherics.com]
Dr. Gilbert V. Levin's company Spherics [biospherics.com] does all three.
That's not offtopic you drunken mods. (Score:1)
It reminds me of three bumper stickers I've seen together on one car. "0-60 in five minutes", "This is not an abandoned vehicle", and "I'd rather be driving a Titlist".
Re:That's not offtopic you drunken mods. (Score:2)
these bozo's have inspired me to do more meta-moderation
I can help you... (Score:1)
why not use an ecommerce app? (Score:2, Informative)
Just create a product for each day/time you give the tour and set the inventory to the number of tickets that you want to distribute for each tour.
When someone 'buys' a ticket then the inventory is depleted by one.
If someone cancels their order then the ticket should become available again and the inventory should increase.
I'd use Mambo CMS as a frontend. It has a nice event calendar component. Add events to the calendar with links to the product in the ecommerce pack
Brown Paper Tickets (Score:5, Informative)
The story: hippy response to TicketBastard.
Free to set up events. No min or max. Many options for different prices, etc. They even handle mailing the tickets. They take a small % off the top of each ticket to cover their costs.
In their own words:
You almost feel good about buying tickets from them. Crazy...
Small problems highlight larger ones (Score:3, Interesting)
Such an application should almost be done with wizards today.
This level of application should become one-click development for every day people...
Rather than empower people with merely writing documents, this guy should be able to take a web-u-like OS package and make some powerful results - perhaps based on JavaServer Faces or
On a brighter note I wrote a simple application for my local theatre, simple enough that I could really experiment with interface and FEEL of the program. I coded a javascript home-roll date picker (simpler and nicer than the ones you can d/l) and they can add events, and book tickets.
of course this is designed to be run with the theatre in single user mode - with no logins.
For max 25 people - I would consider using email / phone interfaces from a website.
www.hotscripts.com (Score:2, Informative)