Is it possible to print labels from Navision directly onto std labels. I would like to print labels for all our inventory to stick onto shelves and bins in our stores, i would wish to include the description field.
can anyone help.
A few ways to do this, ut can you confirm the following;
What version are you using? And is it SQL or native? And if you are using v5, do you have the style sheet functionality turned on?
What information do you want on the label (you mentioned description, but do you need bin location information, or is this a static one to one relationship between the bin and the item).
There is no standard label report in NAV, so the simplest way would be to export this into Word, and use the label capability of Word (I am also assuming that by std labels you are referring to the Avery laser jet labels, or something similar).
In terms of getting the information out, ODBC to Word, Stylesheets, or a simple dataport will do the job,
If it's easier, just do a copy on the item list, paste this into Excel, save as a csv, then use Word mail merge functionality to create a mail merge doc with all your items in it.
We have version 4.0 of navision.
I only need the item number and description printing, if I can export or print directly this would save someone a lot of time typing manually.
we have our navision networked around the company, i think it is SQL!
alan
Nice, all we need now is barcodes on it, and not the true type fonts.
Anybody able to do a show on an Active-X true scalable barcode report for Navision?
Use office Excel / Access with C/ODBC (some VBA to automate is nice to refresh every time)
Some real Label applications offer good access to yopur queries and some to only one table
(reason in C/ODBC). With Codesoft 10 or Technoriver studio you can produce great labels that way. Doing it in Word is primitive. Then I would install Open Office rather and use Calc !!!
At times you wanto join NAV data with customer data to produce shipping labels other then your warehouse labels
A few ways to do this, ut can you confirm the following;
What version are you using? And is it SQL or native? And if you are using v5, do you have the style sheet functionality turned on?
What information do you want on the label (you mentioned description, but do you need bin location information, or is this a static one to one relationship between the bin and the item).
There is no standard label report in NAV, so the simplest way would be to export this into Word, and use the label capability of Word (I am also assuming that by std labels you are referring to the Avery laser jet labels, or something similar).
In terms of getting the information out, ODBC to Word, Stylesheets, or a simple dataport will do the job,
If it's easier, just do a copy on the item list, paste this into Excel, save as a csv, then use Word mail merge functionality to create a mail merge doc with all your items in it.
If it's easier, just do a copy on the item list, paste this into Excel, save as a csv, then use Word mail merge functionality to create a mail merge doc with all your items in it.
Good point, it seems to resolve my problem, thank you !
Comments
A few ways to do this, ut can you confirm the following;
What version are you using? And is it SQL or native? And if you are using v5, do you have the style sheet functionality turned on?
What information do you want on the label (you mentioned description, but do you need bin location information, or is this a static one to one relationship between the bin and the item).
There is no standard label report in NAV, so the simplest way would be to export this into Word, and use the label capability of Word (I am also assuming that by std labels you are referring to the Avery laser jet labels, or something similar).
In terms of getting the information out, ODBC to Word, Stylesheets, or a simple dataport will do the job,
If it's easier, just do a copy on the item list, paste this into Excel, save as a csv, then use Word mail merge functionality to create a mail merge doc with all your items in it.
hope this helps
We have version 4.0 of navision.
I only need the item number and description printing, if I can export or print directly this would save someone a lot of time typing manually.
we have our navision networked around the company, i think it is SQL!
alan
http://savatage99.googlepages.com/Repor ... Labels.fob
it also depends on what you mean by std labels
http://www.BiloBeauty.com
http://www.autismspeaks.org
Alan
See if it does what you need. Easily changable if needed.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Anybody able to do a show on an Active-X true scalable barcode report for Navision?
search.php
also in the download section you will find barcode created from code and other's like the barcode generator.
http://www.mibuso.com/downloads.asp?category=none
ie:
http://www.mibuso.com/dlinfo.asp?FileID=1113
http://www.mibuso.com/dlinfo.asp?FileID=1043
http://www.mibuso.com/dlinfo.asp?FileID=804
http://www.mibuso.com/dlinfo.asp?FileID=106
http://www.mibuso.com/dlinfo.asp?FileID=405
etc, etc.
http://www.BiloBeauty.com
http://www.autismspeaks.org
Some real Label applications offer good access to yopur queries and some to only one table
(reason in C/ODBC). With Codesoft 10 or Technoriver studio you can produce great labels that way. Doing it in Word is primitive. Then I would install Open Office rather and use Calc !!!
At times you wanto join NAV data with customer data to produce shipping labels other then your warehouse labels
Advanced users might try VFP
Good point, it seems to resolve my problem, thank you !