Old 09-02-2004   #1 (permalink)
Joe
Registered User
 
Joe's Avatar
 
Join Date: May 2004
Location: Warrington, UK
Posts: 187

Booking systems?

Hey,

I'm making a site for a friend but he requires a booking system on his site, now I'm sure these are powered by PHP but I'm not to good with PHP... anyone got any open source booking systems I can use or help me develop one?

Thanks,
Joe.
__________________
I prefer pizza over sex, only because I can get pizza.
Joe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-02-2004   #2 (permalink)
Recursively call who?
 
GoldNetX's Avatar
 
Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294

Send a message via AIM to GoldNetX
What kind of booking system are you looking to make? Such as a restaurants booking, where people reserve seats, or a system to book artists for a performance night, etc.

I can most likely help if you could specify what it is for, and what it needs to do.
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -
GoldNetX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-02-2004   #3 (permalink)
Read my sig and hire me
 
Evdawg's Avatar
 
Join Date: Oct 2003
Location: Canada, eh!
Posts: 775

Send a message via MSN to Evdawg
what do you mean by booking system? like a hotel booking system?
__________________
Yes, I do freelance design. Feel free to PM me if you want to , or visit my Website.
Evdawg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-02-2004   #4 (permalink)
Joe
Registered User
 
Joe's Avatar
 
Join Date: May 2004
Location: Warrington, UK
Posts: 187

Its for a fear of flying course, all we need is an admin panel where he can check dates that are booked etc.. and the actual booking system to take them booked dates of the list so that no one else can book a course on those days.

www.confidentflying.co.uk

is the website but the actual site is not up yet, just a simple page giving updates.

Joe.
__________________
I prefer pizza over sex, only because I can get pizza.
Joe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-02-2004   #5 (permalink)
Moderator
 
Join Date: Jul 2004
Location: Quebec City, Canada
Posts: 50

I was curious and a quick search on Google showed me that the average hotel booking system goes for more than 1500 euros, so this is oubviously not what you're looking for.

As far as I'm concerned, there is not that much work that goes into such software, so I'd be willing to help at some point. A good templating system would also help you a lot.
The Eagle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-02-2004   #6 (permalink)
Joe
Registered User
 
Joe's Avatar
 
Join Date: May 2004
Location: Warrington, UK
Posts: 187

Thanks for the reply Jean, sorry to be a pain but could someone explain templating systems etc... as well as what they do?

Joe.
__________________
I prefer pizza over sex, only because I can get pizza.
Joe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-02-2004   #7 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
hotscripts.com

great resource, look under php, there is bound to be something there. May look into calendar scripts also.

FYI: A templating system allows your code to be seperate from your design, being new to php, I would recommend against using one until you are familiar with the language.
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-02-2004   #8 (permalink)
Moderator
 
Join Date: Jul 2004
Location: Quebec City, Canada
Posts: 50

Quote:
Originally Posted by Order
FYI: A templating system allows your code to be seperate from your design, being new to php, I would recommend against using one until you are familiar with the language.
Sorry I was quite unclear. What I meant is that if in the end Joe is not the one who codes the scripts, he should request that the programmer uses some sort of templating system.

I would advise against using one of those generic calendars since there isn't a really universal one that fits every job. A respectable booking system is much more than just a calendar anyway.
The Eagle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-02-2004   #9 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
I was pointing him to the general area that he should look, after all, a booking system is in the same category as a calendar, or organizer.
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-03-2004   #10 (permalink)
Joe
Registered User
 
Joe's Avatar
 
Join Date: May 2004
Location: Warrington, UK
Posts: 187

Thanks for the replys guys, I have absolutly no idea where to start with this so could anyone give me some pointers on how to make one or where one can be found?

Thanks,
Joe.
__________________
I prefer pizza over sex, only because I can get pizza.
Joe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-05-2004   #11 (permalink)
Read my sig and hire me
 
Evdawg's Avatar
 
Join Date: Oct 2003
Location: Canada, eh!
Posts: 775

Send a message via MSN to Evdawg
Quote:
Originally Posted by Order
hotscripts.com

great resource, look under php, there is bound to be something there. May look into calendar scripts also.

FYI: A templating system allows your code to be seperate from your design, being new to php, I would recommend against using one until you are familiar with the language.
Actually hotscripts probably wont find you what joe needs. If i've read all the posts correctly he looks like he needs a customizable solution. Something that will outfit the company and what they need EXACTLY.

What I would reccomend to do is go to http://www.sourceforge.net and search "booking" (do NOT search "booking system"). What's great about sourceforge is EVERY SINGLE ONE of the projects are open source! and most of them and GNU GPL. This means that you can use one of those projects as a base and build on top of or edit and modify to suit your needs.

Yay!
__________________
Yes, I do freelance design. Feel free to PM me if you want to , or visit my Website.
Evdawg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-06-2004   #12 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
God bless GPL scripts. I mean, nearly everything on Biorust (except vbulletin) has been adapted from various scripts with GPL licenses. You don't even need an amazing knowledge of programming to adapt them either - I just hacked bits in and out and slapped the scripts around until they worked....
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-06-2004   #13 (permalink)
Joe
Registered User
 
Joe's Avatar
 
Join Date: May 2004
Location: Warrington, UK
Posts: 187

Evdawg, thanks for that link, I found exactly what I needed

Thanks!
Joe.
__________________
I prefer pizza over sex, only because I can get pizza.
Joe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-06-2004   #14 (permalink)
Joe
Registered User
 
Joe's Avatar
 
Join Date: May 2004
Location: Warrington, UK
Posts: 187

Well after trying to mod some of them scripts which proved pointless I'm now asking if anyone could actually create one for me... if anyone could then please PM me.



Sorry for bugging you guys about this!
Joe.
__________________
I prefer pizza over sex, only because I can get pizza.
Joe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 09-07-2004   #15 (permalink)
ahmedtheking
Guest
 
Posts: n/a

I could try if you want... ?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 05:09 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT