Topic: How to Use Print Profiles
How to use Print Profiles to send print directly to printer at a POS Location without going to browser preview. I am using Windows 10.
Printer is connected to the same computer where FA is used.
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Setup → How to Use Print Profiles
How to use Print Profiles to send print directly to printer at a POS Location without going to browser preview. I am using Windows 10.
Printer is connected to the same computer where FA is used.
Is POS location different from FA location?
Is there a different printer connected to the POS machine?
By FA location if you mean the hosted location then yes FA is hosted at cloud. But if you mean the browser location from where print is sent then it is the same location i.e same computer to which POS printer is connected .
Only one printer i.e the POS printed is connected to the POS machine (computer )
Then there is no need to make print profiles. Just print the PDF reports directly onto the local printer.
Actually I need to avoid the process of previewing and then printing through browser. It will save time by avoiding a repetitive process while handing customers at Point of Sale location.
Can't we set print profiles for this reason?
Set the PDF to auto print in the printer preferences if the print profiles do not work. Choose a network capable POS printer of use a software driver for it or open the appropriate port like CUPS Ports 515, 631, 9100-9102 TCP on your router and windows firewall.
Print profile will not solve the problem.
Add this code to line 954 of pdf_report.inc
$this->IncludeJS("print();"); // force to open print dialog
modified code will be:
function End($email=0, $subject='')
{
global $SysPrefs, $path_to_root;
$this->IncludeJS("print();"); // force to open print dialog
Would be fine if this could be implemented to the core.
Tested on Chrome and Firefox
@joe: Worth adding to the core with either a checkbox or sys_prefs flag?
Yes, this solution has solved my problem
This has been added to stable repo. A Company Setup has been added. 'Open Print Dialog Direct On Reports'. Default not marked.
Joe
FrontAccounting forum → Setup → How to Use Print Profiles
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.