PrintingFromWebToPOSPrinter
PrintingFromWebToPOSPrinter copied to clipboard
QUESTION: Automation
Hi,
First of all, many thanks for share with us your project.
I've been working on a web pos project, and I would like to implement your project in my own. So... thinking about this... Should be possible to "re-write" the config files from a laravel form", package them as a zip, and send the newly created zip to the user from a browser download? On this way, the user will put its computer data like paths, logos, etc in the browser, without accesing to the code (my target customer doesn't have this kind of knowledge).
Thanks!
Ping
Hi, thank you for your quetsion. While it must be a desktop application (it might be a console app) that processes print requests, it can do whatever you want. For example, you have a link like "print:some_id". When user clicks the link, your custom protocol handler app is executed and receives that some_id parameter. Then you can make a request to a server and receive all the required information to print. So, all the options might be stored on server and retrived every time it needs to print something.