Can anyone tell me what the best tools for a custom barcode inventory application would be?
Can anyone tell me what the best tools for a custom barcode inventory application would be?
We’re looking to create an inventory application to be deployed to many unstaffed “parts closets” in various locations around the campus. Some of these locations have computers nearby while others do not.
We have an Oracle inventory database which currently must be updated manually from checkout sheets. A worker retrieving a part notes the part number and the quantity taken. What we’d like to do is provide a bar code scanner which the worker could use to scan either the barcode label on the part tray or the UPC code on the part itself. (The part numbers in the database are sequentially assigned and wouldn’t match the UPCs, but we could use a lookup table.) We also want a device with a screen and some sort of input capability because we want the worker to be able to indicate quantity when taking multiples. We also would like alphanumeric entry to associate scanned parts with a job code, though we could code that into work order printout in the form of a barcode. From a flexibility standpoint, being able to type it in as a backup would be preferable. Finally, since some of these closets are without nearby computers, we’d like the devices to be able to connect directly to a WiFi signal or through ethernet in cases where WiFi isn’t available.
Clearly we’ll need a custom application, but it doesn’t need to be very complex. It’s just going to be passing update queries to the database. It’ll need to display some data on screen, like an identification of what was just scanned and the quantity chosen. It would also need to be able to differentiate between a UPC code and our parts number codes (luckily they’re a different number of digits).
2D scanning capability is not needed. We’ll need these to be relatively inexpensive, as we’ll need many of them. I’m willing to learn whatever programming language is necessary to develop the application — I won’t have to learn it too in-depth.
What do you suggest as a starting point? Any devices that you may have worked with that sound like they’ll fit the bill? Any software already ready to go or easily customizable to fit our needs?
Thanks Colanth.
I’ve looked at those mobile computers and yes, they’re a little on the expensive side.
To clarify on my level of experience — I do know SQL fairly well. I write custom queries on a regular basis for updates and reports. I’m not a sophisticated application developer, but I do have some programming background in my past and have written several VB applications for an Access database we use for a separate purpose. Obviously a higher level language would make things easier for me…
I’m going to consider the cheap netbook plus wired scanner combo…
Tags: anyone, application, Barcode, best, custom, inventory, tell, tools, would
Under Forum

1 Comment for Can anyone tell me what the best tools for a custom barcode inventory application would be?
1. Colanth | December 27th, 2010 at 2:43 am
You could use wireless scanners (contact Symbol – the world’s leader in the technology – http://www.motorola.com/Business/US-EN/Product+Lines/Symbol ) that have a keyboard, screen, wifi and Ethernet built in. You’d need a source of AC power and Ethernet or a decent wifi signal. You could have them design the software or have your Oracle programmers do it.
You’re not talking about inexpensive hardware, though. I’m just guessing, but you’re probably in the $1,000-$2,000 per terminal range.
You could do it cheaper if you wanted to write your own software. A $200 netbook and a cheap ($500) scanner would do it. (A really cheap scanner is a photocell, an led and a “lens” you couldn’t read a billboard from – $3 worth of parts for $90. They’re not worth the effort to throw them away.)
“I’m willing to learn whatever programming language is necessary to develop the application”? Unless you’re already an application developer, you have to learn programming first. Then you have to learn a programming language. You can’t learn parts of a language – either you learn it or not. You’re looking at a few years before you can write a system like this – if you’re good. And to interface with the database you’ll have to learn SQL too.
Hiring someone experienced is cheaper.
Leave a Comment for Can anyone tell me what the best tools for a custom barcode inventory application would be?
You must be logged in to post a comment.
Trackback this post | Subscribe to the comments via RSS Feed