Jump to content

Recommended Posts

Posted

Hello,

 

I've recently sourced a touch screen PC from a friend of mine and want to use it as a sign in device in reception. Do you know any free/open source piece of software that would use the touch screen functionality? I don't need any fancy online or database functions.

Posted
I made a nice php/sql web based one for our school. Runs in a full screen browser on a touch screen with a receipt printer for a fire list and a label printer to print off visitor badges. Feedback from staff and ofsted has been good.

 

I'm currently writing v2 which will be pretty much the same but just tidier code and a better design.

 

[ATTACH=CONFIG]30872[/ATTACH][ATTACH=CONFIG]30873[/ATTACH][ATTACH=CONFIG]30874[/ATTACH]

 

Exactly what I'm after. How long did it take you to code this?

Posted

It took a while but was a side project for a quite some time. Been in use in two schools for a couple of years.

 

It is my intention to release it once the code is tidied up. The current code is a mess as it started out just the staff then visitors, regular visitors, pre-booked visitors and other bits have been added and slotted in here and there.

 

There's also currently no installation script for the mysql.

 

If it's something people are interested in I can try and get a shift on doing it.

Posted (edited)

Motion carried! How difficult would it be to make it connect to MSSQL?

 

we built ours with functioning label printer!

As in, something like a Dymo?

Edited by Edu-IT
Posted
Motion carried! How difficult would it be to make it connect to MSSQL?

 

Not sure, it doesn't use many fancy commands, just update, insert, select. Never used MSSQL so don't know where the differences are.

Posted
I made a nice php/sql web based one for our school. Runs in a full screen browser on a touch screen with a receipt printer for a fire list and a label printer to print off visitor badges. Feedback from staff and ofsted has been good.

 

I'm currently writing v2 which will be pretty much the same but just tidier code and a better design.

 

[ATTACH=CONFIG]30872[/ATTACH][ATTACH=CONFIG]30873[/ATTACH][ATTACH=CONFIG]30874[/ATTACH]

 

 

Wow!

 

We have a purchase one and its to complicated for visitors to use, Takes ages for them to sign in.

Posted
Or @SovietRussia Would you release yours? What backend is it?

 

PHP/MySQL but as others said, no install scripts and custom built for work.

 

v5.png

 

It wouldn't be very difficult to re-code the backend but would take a while (as is tied into all our services with AD etc.)

Posted
Ok then. I'll get updating it and release when ready. I'll aim for end of the month.

 

Bet you are wish you kept quiet now! ha ha

Posted (edited)

I have also built our sign-in system - This is what we use for all staff (we have RFID cards). It has a PHP/MySQL backend and a .NET application for the sign-in frontend.

 

It handles all staff/visitor sign-ins. Working patterns, reporting, email reminders, fire register (hooked into NET2 Access Control) so it automatically prints the fire register once the fire alarm goes off.

 

We couldn't find anything on the market at the time that did everything that we wanted.

 

1.jpg 2.jpg 3.jpg

 

It is still very much in development, but currently live with all staff/visitors.

Edited by SteveM555
  • Thanks 3
Posted
Bet you are wish you kept quiet now! ha ha

 

It was always my intention to release it. I'm a massive believer in FOSS and after using various packages over my years in IT support would like to give something back however small.

Posted
Really like the looks of the other solutions people have designed. I'm happy with how my front end looks, but the back end needs some re-design to make it easier to navigate and run reports.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...