Menu

Barcode

2008-01-25
2013-05-30
  • Nobody/Anonymous

    Barcode

    Is it Possible for us to add barcode
    with number and alpab like VDC 001

    How

     
    • Micah Stetson

      Micah Stetson - 2008-01-30

      I don't think the barcode field allows spaces, but beyond that, just typing VDC001 into the barcode field should work fine.

      Micah

       
    • Nobody/Anonymous

      Is it possible to help me to add a space
      I wish to use this system but my whole barcode sticked
      with space like VDC 001

      Can u help

       
      • Micah Stetson

        Micah Stetson - 2008-03-06

        Sorry I've taken so long to reply.  In 0.6.0, the simplest way to allow spaces in barcodes is to edit functions/formatFuncs.php and change the line that says

        ereg("[a-zA-Z0-9]+",$text,$regs);

        to say

        ereg("[a-zA-Z0-9 ]+",$text,$regs);

        Note the extra space.  The only problem is that you'll have to redo this, possibly in a different way, whenever you upgrade.

        Micah

         

Log in to post a comment.