Jump to content

Recommended Posts

  • 1 month later...
  • 2 months later...
Posted
Only issue is that open sourcing ours requires some serious, epic amount of work as it's fully integrated into our in-house built MIS/portal/everything system. We'll see what we can do.
  • Thanks 1
  • 2 months later...
Posted

I'm looking at coding one now, not quite sure what to code it in.

I could write it in aspx with a web frontend/sql backend - use an iPad and a stand, problem with this is linking a label printer to it.

The other option I was thinking of was a linx 10 windows tablet and coding it in VB.net and running it as an application - should have no issues with the printing then as I can directly attach the printer, stands are also available

Posted
Waiting to see what's released because I've been asked for a pod in reception where a student can come in and look up their own info to self-print a late slip. Save on sign-in books and the receptionist getting bogged down. Can see this working for that, as well as other things like guest passes etc.
Posted
I'm looking at coding one now, not quite sure what to code it in.

I could write it in aspx with a web frontend/sql backend - use an iPad and a stand, problem with this is linking a label printer to it.

The other option I was thinking of was a linx 10 windows tablet and coding it in VB.net and running it as an application - should have no issues with the printing then as I can directly attach the printer, stands are also available

 

Look up php print you can get it to print to a networked label printer

Posted
Seems like brother do the network label printers, wasn't sure if they did - it's a little bit more cost though (QL-720NW). The problem I had with printing was the print dialog box popping up although after I looked into it further you can start chrome with --kiosk --kiosk-printing for this, but I'm not sure if this would work on iPads - I'll test it out later.
Posted

One of the techies here wrote our Signing in software, again like most of the others he would love to go back and rewrite it as he was learning while coding. Ours does visitor signature, QR code generation, QR code sign out, takes photo of visitor, AD integration.. prints ID badge (Brother QL-570), emails staff member when a visitor has signed in to see them. For repeat visitors they can sign in using a MiFare card. There is an admin interface for office staff so they can see who is currently on site and also print a fire evac report.

 

It runs on a locked down Windows 7 installation, mini-ITX PC, 21.5" Touch Screen (Dell S2240T ), Brother QL-570 label printer

 

It works great for us, he's saved the place a heap of cash and we are really happy with it.

  • 2 weeks later...
  • 2 weeks later...
  • 1 month later...
Posted
Going to bump this thread again. I hope that someone created a system that they could share as i have got to put a solution in at the start of the next academic year and looks like i will be getting a paid solution.
Posted
Going to bump this thread again. I hope that someone created a system that they could share as i have got to put a solution in at the start of the next academic year and looks like i will be getting a paid solution.

 

Drop me a message with what you want it to do, I started making one last year for the school I used to work in then I left to do a Software Engineering Degree Apprenticeship and completely forgot about it, but if you let me know what you want from it etc. I could have a play about with it. I'm currently working on a website for family members as well as degree work but I can fit it in somewhere and see what I can do for you :)

  • Thanks 2
  • 4 weeks later...
  • 11 months later...
Posted

I decided to make one myself. It's done in VB.net with a mssql backend, I'm still working on what to do with the frontend admin but at the mo its just a series of datagrids with the option to sign people in or out.

It's also hard coded to one screen size (1366x768)

 

1.jpg

 

2.jpg

 

Students / Staff go to :-

 

3.jpg

 

As you start typing, it grabs the username from Active Directory and auto populates the dropdown

 

Visitors go to :--

 

4.jpg

 

This prints out a label to a brother QL-570 when done, it also has a special 6 digit code printed which they use to sign out with :-

 

5.jpg

 

 

This isn't in production yet, but works well. I could release the "code" but I would need to sanitise it and also provide SQL info (Stored procedures / tables etc.) it's not in an easily install-able state and it's not exactly pretty!

  • Thanks 2
Posted
Looks nicer than mine, I'm terrible at UX :) saying that my code isn't much better but it works

As long as it does the job and is stable... doesn't really matter what it looks like! :D

Are you going to shell Windows to load your application full screen?

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...