cancel
Showing results for 
Search instead for 
Did you mean: 

BarCode

Former Member
0 Kudos

Hi

  I want to implement Barcode functionality . How this can be done . How we can generate & print BarCodes. I want to print Item Code & Location .

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member541807
Active Contributor
0 Kudos

hi,

SBO does Support barcode (Code39 and EAN13).

use the SBO standard field "BarCode" in the item Master data. PLD also support Barcode as well as Crystal Report as suggested by Jeff.

regards,

Fidel

Former Member
0 Kudos

HI ,

you can use ( "Precision ID C39 T08 DEMO" )   For using barcode and it's works like other(Arial) font  .

you just select database field and apply this font on that field.

Follow the steps given below.

Example - print docnum in barcode .

1 ) F_205  --> ORDR   --> Docnum

2) Create one more text field "F_206"

    Using formula (Concat('*',F_205,'*')

3) select font Precision ID C39 T08 DEMO for F_206.

Thanking you,

Ganesh Mahajan

Former Member
0 Kudos

Hi

  How items list can be printed with Barcode using PLD . I want to print Barcode , Item Code & Location

Thanks

former_member217514
Active Contributor
0 Kudos

1. Run the Items List report. Run the report so you have you report show up.

2. Click the Print Layouts... toolbar button (the Pencil)

3. Click Manage button

4. Click Edit button

5. In the Print Layout Designer, add/modify the fields you want.  There is a barcode toolbar item that can used to add barcodes.

6. In the Properties window -> Content Tab choose the database items you want the barcode to represent.

7. Once you are done with the modification go to Print Layout Designer and Save As to save the new report layout. (You will not be able to save the layout over the system layout).

8. Set the new Print Layout as the default.

Answers (1)

Answers (1)

former_member217514
Active Contributor

It can be achieved through Crystal Reports.  Out of the box you can create Code 39 barcodes. 

Simply right click the field you want to be printed as a barcode and select Change to Barcode. 

Crystal Reports allows you to load other barcode fonts but you will have to purchase the fonts and load them into Crystal Reports.