LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 02-11-2012, 03:18 PM   #1
Naviathan
LQ Newbie
 
Registered: May 2003
Location: NC
Distribution: Bodhi Linux
Posts: 7

Rep: Reputation: 0
Day Care Check-In Software


I've recently been presented with an opportunity to outfit a local Puppy Day Care with computers. Currently their whole system is on paper except for the credit card machine. They want to be able to do typical POS for the sales side and they want a check-in system for the day care side. Preferably this check-in system would integrate with an invoicing system, but it's not entirely necessary, I think I can work around that. I know there's Kid-Check type software for windows, but being the Linux loving kind of guy I was hoping the OSS community would have something out there to work with.

Any suggestions are greatly appreciated!
 
Old 02-12-2012, 08:00 AM   #2
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Intersting project. Just the type I've been working on in my "previous life"...

Are you willing to write the software yourself? If so, I'd go with a web-based setup. Consider a webserver central to the system. It serves PHP pages. A subscriber would check in the pup via a barcode scanner, the barcode sits on a personal badge. This ID would be sent off to the server to be checked for validity, and outstanding payments. Upon clearance, the next page can be presented where the pup can be enrolled for the day. Each kennel/cage could be suplied with a barcode. Now, imagine this: an owner checks the pup in, the pup is cleared and a ticket is being printed. On that ticket there is a barcode. Scanning the ticket first and the kennel next (done by an employee using an RF barcode scamnner), effectively "links" the pup "into" its place.
The registration of each transaction can be bundled for billing.
On the billing side, again, a PHP webpage would be presented, this time not for a pup, but for an employee, logging in. The rest is as simple as creating an appropriate page, or a PDF to be mailed to the owner for payment.
As I stated, intersting project.
May I look "over your shoulder"? Maybe I could pick up some extra's...thanks

Thor
 
Old 02-12-2012, 05:39 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
For a simple database it might be possible to create one in openoffice's base.

It might be that turnkey linux has something that may help you get going.


I still don't see the dogs checking in. Must be well trained ones you get. Even then, their little paws seem to get stuck on the enter key sometimes. You may have to get the owners of the dumb dogs to sign in for them.
 
Old 02-12-2012, 10:05 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,317
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
I suggest that you widen your horizons. What is a daycare other than a type of hotel?

Try googling for "hotel management software linux." There's a bit of stuff, but I didn't bother looking at it because I don't have your frame of reference.
 
Old 02-12-2012, 10:36 PM   #5
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
I think Thor's idea is the simplest and most effective. The use of a scanner (barcode or chip) will allow a simple check-in check-out system to be developed. Swipe to check-in and when the pup leaves swipe to check-out. Simple, effective, and one person can operate it so other staff can do other things.
 
Old 02-13-2012, 01:34 AM   #6
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
I still don't see the dogs checking in. Must be well trained ones you get. Even then, their little paws seem to get stuck on the enter key sometimes. You may have to get the owners of the dumb dogs to sign in for them.
@ jefro - yeah, but I had the owner or employee in mind doing the checking in...

@ k3lt01 - Thanks, I hope OP can put that together...but it seems easy enough to do that...still, a lovely project though.

Thor
 
Old 02-13-2012, 04:00 PM   #7
Naviathan
LQ Newbie
 
Registered: May 2003
Location: NC
Distribution: Bodhi Linux
Posts: 7

Original Poster
Rep: Reputation: 0
I'm not much of a programmer unfortunately. I can do a bit of web coding, mostly snippet size, I've never attempted a full on project. I don't think I'd even have time for that right now. I did find a Day Care project that is almost exactly what Thor was describing. I've been talking with the developer a bit and he seems to have this worked out pretty well, even has a billing module. I think a hotel reservation/billing system would be a bit over the top for this environment. I also need to look at ways to integrate it with a POS and something to track grooming. Maybe I can add a boolean entry in the database and toggle it with a check box in the day care system. I'm still mulling this thing through. Also any suggestions on POS software would be great. I've looked at a few, but they don't seem complete to me. I probably just need to work with them more.
 
Old 02-14-2012, 03:38 AM   #8
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
...so, what would be a complete POS software? To me (and I had this discussion years ago with a -then- colleague) anything that bills (in any way) to the satisfaction of the user is complete. In other words, you may not even have to go that far. Are the clients happy with a simple PDF being mailed? Would a payment tracking be needed?

Maybe the colleague you spoke to is willing to adapt-and-sell his solution...would make your job super simple. Virtually no more after-sales worries...

Thor
 
Old 02-22-2012, 05:14 AM   #9
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
@ OP

Wil you manage with this?

Thor
 
Old 02-22-2012, 06:12 AM   #10
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3938Reputation: 3938Reputation: 3938Reputation: 3938Reputation: 3938Reputation: 3938Reputation: 3938Reputation: 3938Reputation: 3938Reputation: 3938Reputation: 3938
Actum Ne Agas: Do Not Do A Thing Already Done.

Consider:
  1. The company exists to board puppies for the day.
  2. The company wants to use computers to help them.
  3. That's it.

Linux doesn't fit into that picture unless there is existing software .. no one has to develop anything .. out there, for Linux, that does everything. And, furthermore, that "does everything" best.

Otherwise: they want a solution, not your new project, and I cannot and do not believe that there is not a suitable piece of software out there right now that can do the job. Because that's what they're saying that they want: "best," not necessarily "Linux." They're asking for a product off the shelf; not a custom-built home. If it runs on Windows, then buy Windows, just to run it. If it runs on an IBM 704, buy one of those, just to run it.

Do not "impose Linux upon" that scenario. Do not impose "writing new software" upon any scenario unless you truly cannot avoid it. And there just aren't that many altogether-new things left to do in this world.

Last edited by sundialsvcs; 02-22-2012 at 06:16 AM.
 
Old 02-22-2012, 08:07 AM   #11
Naviathan
LQ Newbie
 
Registered: May 2003
Location: NC
Distribution: Bodhi Linux
Posts: 7

Original Poster
Rep: Reputation: 0
I'm not trying to force Linux on anyone. I just figured if there was already something available that I haven't found yet that I might get an answer here. Don't assume something just because you woke up on the wrong side of the keyboard this morning.

As an update, we ended up going with Kennelsoft Atlantis since it is by far the most complete system for the job and the company actually responds to emails and phone calls. Now I have to find computers at a decent price that have Windows of some variant on them.
 
Old 02-22-2012, 10:30 AM   #12
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Good for you, Naviathan.

If you needed something written, okay, then write it. If there is existing software, fair enough, because it unburdens you from the technical hassle.

Glad you worked it out!

Thor
 
  


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
OpenOffice.org Calc formula to check if day is last day of the month win32sux Linux - Software 1 01-19-2009 12:38 PM
Software Care - Linux CD shop open :) miggols99 Linux - General 2 05-03-2008 07:03 PM
Software to take care of source packages BlahBlah_X Linux - Software 7 04-14-2007 11:43 AM
Do people even care about software freedom? Cyran General 27 02-16-2007 06:38 PM
eye care software superbuper Linux - Desktop 1 01-22-2007 09:50 AM

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

All times are GMT -5. The time now is 10:25 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