NETWizz
Well-Known Member
- Reaction score
- 1,930
Here is what I am thinking...
Pretty much after a short while all computers start looking alike and it becomes somewhat difficult to track the work-orders & parts history for various comptuers as well as managing users' expectations. Pretty much most techs just reach into a filing cabinate and pull out past work orders then go to the work-site and make sense of it all when they get there. The problem is that Jon Doe's worksite may have 10 ore more computers and 6 months later you won't know what was done to which comptuer or why unless you read ALL of your paperwork and compare serial numbers... too much work!
It would also not be good to have 10 in your shop and not cleary have them marked which computer belongs to whom and what they want done or the "chief complaint." Obviously, you would have to sort this all out and never tell the customer. Provided you fix their problem and return the right computer, they are not going to be upset, but they will NOT understand how you can't remember which computer is theirs or how it is possible to forget, but they do not see 10+ computers per day over 200 a month, either.
**********
I do not do work for people directly, but I have a lot of experience and work for a company. Essentially, I do mostly server & network related tasks and occasionally pull-off a favor for a co-worker just to be nice.
Here is the point... Several years ago, I wrote some corporate inventory software for fixed-asset tracking to use our Asset tags at work. Then it occured to me. Instead of a tag that reads:
Property of
XYZ Corporation
[barcode]
[human-readable number]
Why not:
This Computer Was Serviced By
ABC Company (800)-555-5555
[barcode]
[human-readable number]
As long as the tag is small, does not claim ownership, is professionally printed including a barcode & by the same suppliers that create Corporate Asset Tags, and is removable (i.e. don't buy the security ones that say void or tear into pieces), and they are placed in a non-objectionable area (like right next to the Service Tag), I think most people will be perfectly fine with it.
It was VERY easy to code my software to use a barcode scanner because it is just a USB keybaord as far as the comptuer is concerned... Essentially, it just types the barcode numbers/letters and carriage-return/line-break after the scan. Hence, a little JavaScript to jump to the next field (or submit the HTML form) was all I needed.
The reason I bring this up is that I think many of you coudl carry a roll of 1,000 of these with you and run some software on a laptop or tablet. Then, you scan your tag, scan their service tag (serial if HP or other), scan the model number barcode if present... point is every single computer I have seen has a barcode for everything & I designed my software to store all that in an SQL database.
After this you can search by site (for you customer), computer, serial number... whatever and update the history each time a particular computer is seen. On a repeat visit, you just scan the computer you are going to work on! Likewise the tag you provide can be on all the paperwork, which you can print with a battery powered printer you keep in your car for use with yoru laptop/tablet.
Oh, and quality laser barcode scanners are only about $112 delivered to your door. They can easily read the barcode in any oriantation including diagonally or upside-down and from up to about 18" away. The process is as quick as the grocery store scanning your UPC codes when you buy food and other products.
Here is what I think a tag should look like only it needs to be reasonably small:
Pretty much after a short while all computers start looking alike and it becomes somewhat difficult to track the work-orders & parts history for various comptuers as well as managing users' expectations. Pretty much most techs just reach into a filing cabinate and pull out past work orders then go to the work-site and make sense of it all when they get there. The problem is that Jon Doe's worksite may have 10 ore more computers and 6 months later you won't know what was done to which comptuer or why unless you read ALL of your paperwork and compare serial numbers... too much work!
It would also not be good to have 10 in your shop and not cleary have them marked which computer belongs to whom and what they want done or the "chief complaint." Obviously, you would have to sort this all out and never tell the customer. Provided you fix their problem and return the right computer, they are not going to be upset, but they will NOT understand how you can't remember which computer is theirs or how it is possible to forget, but they do not see 10+ computers per day over 200 a month, either.
**********
I do not do work for people directly, but I have a lot of experience and work for a company. Essentially, I do mostly server & network related tasks and occasionally pull-off a favor for a co-worker just to be nice.
Here is the point... Several years ago, I wrote some corporate inventory software for fixed-asset tracking to use our Asset tags at work. Then it occured to me. Instead of a tag that reads:
Property of
XYZ Corporation
[barcode]
[human-readable number]
Why not:
This Computer Was Serviced By
ABC Company (800)-555-5555
[barcode]
[human-readable number]
As long as the tag is small, does not claim ownership, is professionally printed including a barcode & by the same suppliers that create Corporate Asset Tags, and is removable (i.e. don't buy the security ones that say void or tear into pieces), and they are placed in a non-objectionable area (like right next to the Service Tag), I think most people will be perfectly fine with it.
It was VERY easy to code my software to use a barcode scanner because it is just a USB keybaord as far as the comptuer is concerned... Essentially, it just types the barcode numbers/letters and carriage-return/line-break after the scan. Hence, a little JavaScript to jump to the next field (or submit the HTML form) was all I needed.
The reason I bring this up is that I think many of you coudl carry a roll of 1,000 of these with you and run some software on a laptop or tablet. Then, you scan your tag, scan their service tag (serial if HP or other), scan the model number barcode if present... point is every single computer I have seen has a barcode for everything & I designed my software to store all that in an SQL database.
After this you can search by site (for you customer), computer, serial number... whatever and update the history each time a particular computer is seen. On a repeat visit, you just scan the computer you are going to work on! Likewise the tag you provide can be on all the paperwork, which you can print with a battery powered printer you keep in your car for use with yoru laptop/tablet.
Oh, and quality laser barcode scanners are only about $112 delivered to your door. They can easily read the barcode in any oriantation including diagonally or upside-down and from up to about 18" away. The process is as quick as the grocery store scanning your UPC codes when you buy food and other products.
Here is what I think a tag should look like only it needs to be reasonably small:
Attachments
Last edited: