barcode
barcode copied to clipboard
How to save presets print ?
-
If is it possible to save or change default presets printing ? Because before each printing I need to repeat my settings.
-
Also, they are twice
UUID
andname
, why ? -
What it is the difference between web page of the device and web page of the item
Thanks,
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']);