Auto create product label during production

Fisherman
Fisherman Member Posts: 456
Question -

Does Navision have any feature to automatically create a barcode product label when you finish a production order, or would you have to write a modification to do this?

Thanks.

Comments

  • nunomaia
    nunomaia Member Posts: 1,153
    you have to write a modification.

    Capture the Manufacturing Order Change state
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • Fisherman
    Fisherman Member Posts: 456
    yeah - I was going to put it on the form to change production order status, and utilize the same codeunit types and tables that the receive/shipping procedures are using to print labels.[/url]
  • lubost
    lubost Member Posts: 633
    You can find a lot of free barcode fonts over internet. In the past I used a DLL that creates bmp file with barcode in temporary folder and my report used this file.
  • muksha
    muksha Member Posts: 274
    Why you dont try to print the bar code from finished production orders. This will help in reprint of barcode also, which sometimes requires by customers. From where to print it, this depends upon the scenerio and the information which are to be printed in the form of bar code.
    Mukesh Sharma