Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to save presets print ? #117

Open
innovaweb-dev opened this issue Dec 2, 2022 · 1 comment
Open

How to save presets print ? #117

innovaweb-dev opened this issue Dec 2, 2022 · 1 comment

Comments

@innovaweb-dev
Copy link

  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
Copy link

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']);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants