About Barcode

Hello, 

May I know Which table store bar code info at Tessitura?

How can I find the bar code setting in Tessitura.

The Tessitura documentation says that bar code is built in to Tessitura, based on the ticket number

 

select *
from t_design_element
where description like '%barcode%'

ele_group_no   ele_no    description       data type  data_len  test_val               design_cat 
4               215    Skidata Barcode       C            22    1234512345678901212123    T 

the barcode lenth is 22

which is not consistent with the length of ticket number(4)

I am very confused here....

 

Any suggestions would be appreciated

Thank you very much in advance.

Vicky

Parents
  • Hi Vicky,

     

    What is the reason you are looking for this information?  That might help give you the answer you need.  As Ben mentioned, barcodes are just fonts.  Any alphanumeric data in Tessitura can be printed as a barcode.

     

    Kevin Sheehan

    Documentation & Learning Resources Specialist

    Tessitura Network

    1 888 643 5778 ext 329 Office

    ksheehan@tessituranetwork.com

     

Reply
  • Hi Vicky,

     

    What is the reason you are looking for this information?  That might help give you the answer you need.  As Ben mentioned, barcodes are just fonts.  Any alphanumeric data in Tessitura can be printed as a barcode.

     

    Kevin Sheehan

    Documentation & Learning Resources Specialist

    Tessitura Network

    1 888 643 5778 ext 329 Office

    ksheehan@tessituranetwork.com

     

Children