LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-29-2010, 08:25 AM   #1
slomok
LQ Newbie
 
Registered: Nov 2010
Posts: 23

Rep: Reputation: 0
Open source reservation software


Hi,

I am looking for open source reservation software, so that a patron could book time to use a computer. I have googled around looking for software. Most of the programs that I am finding, are looking not to supported anymore. Anyone here using that type of software? I have looked at pre-book software, but can't use because of the OS, I am running on my workstations. I will keep checking sourceforge.net to see if I can find anything.

Thanks,
slo
 
Old 11-29-2010, 08:50 AM   #2
AsusDave
Member
 
Registered: Jul 2008
Distribution: Debian, Ubuntu 10.04
Posts: 151

Rep: Reputation: 34
Can you expand on what you are needing?

Are you running an Internet Cafe and need to allow people to pre-book/reserve time on your existing workstations, or are you more like a hotel or B&B and are trying to monetize your Internet connection provided to guests?

You don't specifically say what OS you use on your workstations, that may help in the answer. Are they all W7?

HTH
Dave
 
Old 11-29-2010, 09:06 AM   #3
slomok
LQ Newbie
 
Registered: Nov 2010
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by AsusDave View Post
Can you expand on what you are needing?
Are you running an Internet Cafe and need to allow people to pre-book/reserve time on your existing workstations, or are you more like a hotel or B&B and are trying to monetize your Internet connection provided to guests?

Quote:
This reservation software would be for a public library. So that a patron could go to the computer, book a computer in our system for a certain time. Go to that computer at that time and log in.
You don't specifically say what OS you use on your workstations, that may help in the answer. Are they all W7?

Quote:
All of the workstations are running Windows 7.
 
Old 11-29-2010, 09:17 AM   #4
AsusDave
Member
 
Registered: Jul 2008
Distribution: Debian, Ubuntu 10.04
Posts: 151

Rep: Reputation: 34
Ok, this helps quite a bit. Now just a few more questions...

Are your reservations PC dependent? That is to say, If I like using PC #4, do I reserve the actual PC #4 or should a reservation mean a PC will be free during that time?

Do you want the reservations to be made at the Point of Use (the actual PCs themselves) or some sort of kiosk system?

Are you opposed to adding additional hardware/making changes to your existing network?

A solution may exist using your current equipment, but you would be much better served with some sort of central database/administration component if for no other reason than fault tolerance.

HTH
Dave
 
Old 11-29-2010, 09:54 AM   #5
slomok
LQ Newbie
 
Registered: Nov 2010
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by AsusDave View Post
Ok, this helps quite a bit. Now just a few more questions...
Are your reservations PC dependent? That is to say, If I like using PC #4, do I reserve the actual PC #4 or should a reservation mean a PC will be free during that time?

Quote:
The reservations are PC dependent, If I wanted to use PC #4, the patron would be able to reserve PC #4 for 1 hour on a specific date. A patron would log on, a timer would start counting down, log off the patron when the time limit has been reached.
Do you want the reservations to be made at the Point of Use (the actual PCs themselves) or some sort of kiosk system?

Quote:
I would like to have some sort of kiosk system, where one computer could be dedicated to allow patrons to reserver time on a computer. (but reserving time from any PC would be great too)
Are you opposed to adding additional hardware/making changes to your existing network?

Quote:
I am willing to make changes, if that would be required.
A solution may exist using your current equipment, but you would be much better served with some sort of central database/administration component if for no other reason than fault tolerance.

Quote:
I have been looking, noticed a lot of reservations systems that can tie in with a patron database, which is what I am looking for. But I want to look opensouce exhaustively before I look to paying for this type of reservation software.

Last edited by slomok; 11-29-2010 at 10:20 AM. Reason: typo
 
Old 11-29-2010, 10:08 AM   #6
AsusDave
Member
 
Registered: Jul 2008
Distribution: Debian, Ubuntu 10.04
Posts: 151

Rep: Reputation: 34
http://www.php.brickhost.com/

Check these guys out. Good looking system, uses php/mySQL so it is pretty much platform agnostic. (I would recommend a good Linux box to handle everything though)

They have an online demo, the snag would be logging the user off the system after their time is expired.

HTH
Dave
 
1 members found this post helpful.
Old 11-29-2010, 02:28 PM   #7
slomok
LQ Newbie
 
Registered: Nov 2010
Posts: 23

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by AsusDave View Post
http://www.php.brickhost.com/

Check these guys out. Good looking system, uses php/mySQL so it is pretty much platform agnostic. (I would recommend a good Linux box to handle everything though)
Hi Dave,

Thanks for the help. After looking at phpscheduleit website, I just don't see this is what I am looking for. I have looked at other opensource reservation software, and found that most of them look like there is no more support or abandoned. I have looked at Open Kiosk, Windsor Internet Booking System, Cybera - Cyber Cafe Administration. Any others that I am missing?

Thanks
 
Old 11-29-2010, 03:17 PM   #8
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Hi, Slomok -

It really doesn't sound like it should be such a big deal.

STRONG SUGGESTION:
1. You probably want a web-based reservation program.
It's simpler, cheaper...
... it scales well to as many or as few hosts as you want
... and it's completely platform agnostic: you can use Windows 7, Linux, or any OS you want

2. The "server" need consist of nothing more than Apache, PHP and a MySQL database. That's it!

3. Q: what exactly are your objections to phpScheduleIt (http://www.php.brickhost.com/)?

On the face of it, it sounds "ideal". If we better understood why you don't seem to like it, perhaps we could suggest some better alternatives.

Thank you in advance!

PS:
I noticed a post you made at the beginning of the month. It sounds like it's probably related to your current project.

What you're looking for is a "Captive Portal".

The solution is usually router-based (vs. "magic" in your web server). There are paid solutions ... and there are also excellent open source Captive Portal solutions. Check it out!
 
Old 12-01-2010, 08:27 AM   #9
slomok
LQ Newbie
 
Registered: Nov 2010
Posts: 23

Original Poster
Rep: Reputation: 0
Hi paul,

I will give phpscheduleit a try, my other post at the beginning of the month, I marked as solved.

Thanks
 
Old 12-13-2010, 10:46 AM   #10
slomok
LQ Newbie
 
Registered: Nov 2010
Posts: 23

Original Poster
Rep: Reputation: 0
Hi,

I have phpscheduleit up and running, I was wondering if anyone here is running this software also?

Thanks
 
Old 01-03-2011, 09:11 AM   #11
slomok
LQ Newbie
 
Registered: Nov 2010
Posts: 23

Original Poster
Rep: Reputation: 0
Hello,

I tried phpschedule out, but doesn't do what I need it to do. I'm looking for a system that will control the client, and log off the user when there time is up. I was looking at code.google.com/p/powerline/, this sounds like what I want. I just can't seem to get it to work correctly. Has anyone used this before?

Thanks
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Distinguish between freeware, shareware, open source software and closed source ... turbomen Linux - Newbie 1 11-16-2010 02:49 AM
LXer: Red Hat to set up open-source software store: source LXer Syndicated Linux News 0 03-09-2007 02:16 PM
LXer: Libraries facilitate open access to information with open source software LXer Syndicated Linux News 0 01-23-2007 03:54 AM
Looking for a reservation software for transport company deancicca Linux - Software 2 12-24-2006 08:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration