|
![]() |
|
| Author |
|
|||||||
|
trog
AGN Admin
Posts: 19618
Location: Brisbane, Queensland
|
Question; I'm interested in some sort of asset tracking system - I guess something where we could (for example) print out a bar code sticker thing and stick it on some physical asset and then scan that into a database. Does anyone have any experience in things like that ? I have no idea where to even start looking for something like that.
|
|||||||
| #0 12:39pm 08/11/06 |
|
|||||||
|
system
|
--
|
|||||||
| #0 |
|
|||||||
|
casa
Simes
Posts: 1998
Location: Brisbane, Queensland
|
So... wouldn't a system like you see at coles or woolies do the trick? Not only would they use their bar code scanning system for price checks, but I'm sure they would use it for stock checking n s***. I know a tin of baked beans is far different from a 64 port bajillion ten million terabyte switches, but its the jist yeah? I'd just be asking my local corner store what they use :P |
|||||||
| #1 02:01pm 08/11/06 |
|
|||||||
|
trog
AGN Admin
Posts: 19622
Location: Brisbane, Queensland
|
yeh that's the gist I guess. Maybe OfficeWorks has some s*** like that? I'm sure it's a fairly common requirement?!?!
|
|||||||
| #2 02:15pm 08/11/06 |
|
|||||||
|
Spook
Posts: 17104
Location: Brisbane, Queensland
|
u dont want to just write your own?
perl + sql = not long to do |
|||||||
| #3 02:19pm 08/11/06 |
|
|||||||
|
trog
AGN Admin
Posts: 19623
Location: Brisbane, Queensland
|
can I write a barcode scanner in perl?
|
|||||||
| #4 02:21pm 08/11/06 |
|
|||||||
|
Spook
Posts: 17105
Location: Brisbane, Queensland
|
yes
i have lots of code for reading scanned barcodes! you tell me what format barcode you are scanning, and ill give you the code to decode it or did you mean you are chasing the hardware for it? coz hand scanners are cheap as last edited by Spook at 14:29:48 08/Nov/06 |
|||||||
| #5 02:29pm 08/11/06 |
|
|||||||
|
stinky
Posts: 1705
Location: Brisbane, Queensland
|
you can get scanners that plug in like a keyboard and just dump whatever the barcode reads. I've seen php/mysql stuff that reads the barcode reader into a form.
|
|||||||
| #6 02:37pm 08/11/06 |
|
|||||||
|
Spook
Posts: 17106
Location: Brisbane, Queensland
|
yer, we got plenty of hand held scanners around work
they just dump the barcode into notepad or whatever u want to capture their input then just decode that with nifty perl, insert into database profit last edited by Spook at 14:39:51 08/Nov/06 |
|||||||
| #7 02:39pm 08/11/06 |
|
|||||||
|
trog
AGN Admin
Posts: 19624
Location: Brisbane, Queensland
|
or did you mean you are chasing the hardware for it?Yeh, well both - I have no idea. After thinking about it some more I was wondering if scanners would be overkill but if they're not a jillion squiggabucks then they're probably worth it i guess. What sort of scanners should I be looking at/where can I get 'em from? |
|||||||
| #8 02:45pm 08/11/06 |
|
|||||||
|
TicMan
Posts: 1214
Location: Brisbane, Queensland
|
I've seen POS systems that are just a web site, when the item is scanned it drops the barcode number or ID tag into a form field and then presumably, magic happens, and you pay for your items and leave.
|
|||||||
| #9 02:51pm 08/11/06 |
|
|||||||
|
E.T.
Posts: 411
Location: Queensland
|
Looks like your covered on this now. If you still want a Database hacked up let me know. I can put a stand alone Database together with Filemaker and export it as a runtime so you dont need a licence for it.
I imagine you'll be wanting to do more than scan an existing code wouldn't you? Wouldn't you need to be able to create the lables in the 1st place so you can put them on stuff? A plug in I have for Filemaker does all that. |
|||||||
| #10 02:59pm 08/11/06 |
|
|||||||
|
Spook
Posts: 17107
Location: Brisbane, Queensland
|
||||||||
| #11 03:03pm 08/11/06 |
|
|||||||
|
trog
AGN Admin
Posts: 19625
Location: Brisbane, Queensland
|
am I an idiot or does their website suck a fat dick - if I click 'products' and go to something from the dropdown I get a blank page with the header of whatever I selected :(
|
|||||||
| #12 03:57pm 08/11/06 |
|
|||||||
|
Spook
Posts: 17109
Location: Brisbane, Queensland
|
mmm, it does appear to be bust right now
i just asked the production manager who we buy our scanners off and thats the website he gave me maybe go for the personal touch and drop em an email? |
|||||||
| #13 05:01pm 08/11/06 |
|
|||||||
|
ara
Posts: 863
Location: Sydney, New South Wales
|
Barcode scanners are pretty common. they usually just interface with the computer as a keyboard device. I think what trog is after is more along the lines of a complete system. Where you get non removable barcode stickers that have an asset number on them that can then be used to index the asset database. maybe something like this trog. Custom Labels - blank or printed |
|||||||
| #14 05:10pm 08/11/06 |
|
|||||||
|
маvєяık
Posts: 4321
Location: Sunshine Coast, Queensland
|
what do you want it for exactly ? i was under the impression that you wanted it incase something got stolen.. which you can get the police to write shiz on your system in that fancy invisible pen so when someone robs you and sells it at cash converters you can get it!
|
|||||||
| #15 05:26pm 08/11/06 |
|
|||||||
|
HeardY
Posts: 13684
Location: Ireland
|
he needs to tag and bag all the ausgamers hardware and phatlewt stuff
yes, including the ferrari's and jets! |
|||||||
| #16 08:12pm 08/11/06 |
|
|||||||
|
Obes
Posts: 4555
Location: Brisbane, Queensland
|
Unless its truely massive ammount of assets ?
buy labels (get good ones that won't peel off after a day or 2) buy a barcode scanner (couple of hundred for a usb one) download Code39 True type font Then you can make either a database or excel sheet and scan everything in and stick your pretty little labels on everything. And when you want to do it again .... walk around scan everything in then in the list you can for example write an excel formula like =if(countif(columnijustscannedin,cellinoriginaldatawithbarcode)>0,"","Who f***in took it home") then filter for not blank and you have a list of pilfered goods. Or you can buy and expensive hand held stock computer... |
|||||||
| #17 09:46pm 08/11/06 |
|
|||||||
|
system
|
--
|
|||||||
| #17 |
|
|||||||
|
| ||||||||