How to change submit to submit&print POS

I want to change POS submit to submit&print option in POS. when i submit&print it goes on default printer .

123

Copy from somewhere…hope it helps
Use chrome and proceed following


You have to make the edit to the target when Chrome is totally shut down, closing chrome isn’t enough. Open task manager, go to processes, find chrome, ‘End Process’, then make your edit and it’ll take effect as desired once you re-open chrome.

So there needs to be two spaces before the command. So it would be,
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” --disable-print-preview
Or
C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --disable-print-preview
Depending on if you have the bunny ears or not.

You might also try ’ --kiosk-printing’ which will print without user confirmation and ’ --kiosk’ might help once you’re ready to deploy your POS system as it will lock the user to the chrome browser. You can combine these two link this
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” --kiosk --kiosk-printing

1 Like

thanks dear…useful method