1
0
-1

How can I create a device type called 'bar code reader' ?

Version 1.12.10 

OS : Windows

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi Tony,

      If you edit the file

      c:\xampplite\open-audit\code_igniter\application\controllers\include_device_types.php

      and add the below line (I would add it in alphabetical order, but I'm fussy), you should see the option appear in the device list. You will also need to add an icon.

      The icon is below in SVG and PNG formats and should be copied to c:\xampplite\htdocs\open-audit\device_images

       bar_code_reader.png

      (no preview) bar_code_reader.svg 

      $device_types['bar code reader'] = 'Bar Code Reader';

      This has also been included for our next release.

      Mark.

        CommentAdd your comment...