Forum Moderators: open
The main use is for shipping orders. The idea is to scan the barcode with the package on the scale and the Shipping fields are populated with the customers data. Currently we type in the order number which populates shipping info but the scanner may prevent some user errors.
I want to know if there is a way to print/display the barcode on an invoice shown that I print or view online. I want the barcode to represent an order number and display it on the fly without recreating it on another program. Unless the program shows the barcode on internet explorer.
Right now my API interfaces with UPS. I puch in the order number and hit enter and the package is almost done shipping. I want to save a guy from having to punch the order number into UPS. UPS already has an option to read from the barcode or manually enter the order number. (order ID, reference number)
I just looked up something unique. There is a company that sells barcode fonts. Is that a good start?
Thank you for the replies.
I want to save a guy from having to punch the order number into UPS.
ok, let me see if I understand your workflow:
- you already have printed barcode (which contains order number)
- you want to enter that number to a field on UPS's web page
If so that's really easy - get a barcode scanner and plug it into your computer. Barcode scanner is 'glorified' input device (like keyboard for example). Simplest way to do this is to point a mouse to the order number field on UPS's web page (and perhaps click in the field so that it gets focus) and then use barcode scanner and scan the barcode. Order number should be in there now as if you typed it with the keyboard.
ok, let me see if I understand your workflow:
- you already have printed barcode (which contains order number)
- you want to enter that number to a field on UPS's web page
part 1=no, that is the part I need a little help with. My programmer said there is software to do that but he never ran into that yet. I want the printed bar code to show up on all my invoices.
part 2=yes!