pluginsGLPI / barcode

GNU Affero General Public License v3.0
36 stars 34 forks source link

How to save presets print ? #117

Open innovaweb-dev opened 1 year ago

innovaweb-dev commented 1 year ago
  1. If is it possible to save or change default presets printing ? Because before each printing I need to repeat my settings.

  2. Also, they are twice UUID and name, why ?

  3. What it is the difference between web page of the device and web page of the item

image

Thanks,

antonwantstosleep commented 1 year ago

Looks like you have to modify file at inc/qrcode.class.php.

For example, to change "Display serial number" from "No" (0) to "Yes" (1):

//Dropdown::showYesNo("displayserialnumber", 0, -1, ['width' => '100']);
Dropdown::showYesNo("displayserialnumber", 1, -1, ['width' => '100']);