phpScheduleIt
May 23, 2013, 12:47:36 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Boarding Pass Approch to User Check-in  (Read 2330 times)
aj
Newbie
*

Karma: 0
Posts: 23


« on: March 01, 2011, 09:49:25 AM »

Our company has a large number of volunteers every day and we needed a way to speed up the process when they arrived.      So I developed a boarding pass approach similar to what the airlines use.    It is now fully functional as a modification to phpScheduleit.  Once a user registers they are sent a confirmation email that includes a barcode name tag.    They bring that tag with them on the day they come to volunteer and scan in.   It was a very easy modification / addition.

I used an open source bar code program developed by Charles J. Scheffold.   It is available at: http://www.sid6581.net/cs/php-scripts/barcode/.  I just used the barcode generator in this way:

Code:
$msg = <IMG SRC="http://' . $_SERVER['HTTP_HOST'] . '/barcode.php?barcode=' . $_SESSION['sessionID'] . &width=300&height=60&quality=100&format=jpg">';

I modified the confirmation email to include the above along with their name and formatted as a name tag.   

Hope this helps

Note: I am looking to enhance phpScheduleIt with more support for groups.   I would like to add functionality to the reservation dialog: instead of just adding users, include groups on the left had side of the dialog.  When groups are selected to be added then they would be exploded to include their specific users.  There would be no need to include group names in the reservation invited users, so exploding them would include the specific users.   

I am new to PHP and having some trouble with coming up with the code.   If anyone has any code that is similar or can send me an example I would appreciate it.   It’s for a good cause, for the fight against hunger, a non-profit company, the Houston Food Bank.

/aj

Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #1 on: March 07, 2011, 01:49:08 PM »

Very cool.  Thank you for the contribution!
Logged
sunlight
Newbie
*

Karma: 0
Posts: 15


WWW
« Reply #2 on: September 06, 2012, 09:31:18 AM »

wow, it's nice
they have to type the password anyway to login, right ?
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!