Openbravo Issue Tracking System - Retail Modules
View Issue Details
0043103Retail ModulesWeb POS Hardware Managerpublic2020-02-03 20:552020-02-10 07:44
AugustoMauch 
Retail 
normalmajorhave not tried
closedfixed 
5
 
RR20Q2 
guilleaer
Gold
No
0043103: Wrong check prevents printing pdfs
This check [1] is preventing the webpos from printing tickets into pdf files. It compares a boolean value with 'true' (String) instead of with true (boolean).

https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/blob/6e157be7/web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js#L18 [^]

A patch has been attached that checks both 'true' and true, just in case the input value contains both values.
Configure the second printer of the hardware manager to print into a DIN-A4 printer:

## Receipt printers ##
machine.printer = usb
machine.printer.2 = printer\:(Default),standard

Make the system default printer a pdf printer. Try to print an invoice, it won't be printed
No tags attached.
related to defect 0043131 closed ranjith_qualiantech_com It is not possible to print PDF in Web POS 
diff bug-43103.diff (755) 2020-02-03 20:56
https://issues.openbravo.com/file_download.php?file_id=13964&type=bug
Issue History
2020-02-03 20:55AugustoMauchNew Issue
2020-02-03 20:55AugustoMauchAssigned To => Retail
2020-02-03 20:55AugustoMauchOBNetwork customer => No
2020-02-03 20:55AugustoMauchTriggers an Emergency Pack => No
2020-02-03 20:56AugustoMauchFile Added: bug-43103.diff
2020-02-04 08:40marvintmOBNetwork customerNo => Gold
2020-02-04 08:40marvintmResolution time => 1582153200
2020-02-06 14:15plujanNote Added: 0117513
2020-02-06 14:15plujanSeverityminor => major
2020-02-06 14:16plujanRelationship addedrelated to 0043131
2020-02-10 07:43guilleaerStatusnew => scheduled
2020-02-10 07:44guilleaerNote Added: 0117584
2020-02-10 07:44guilleaerStatusscheduled => resolved
2020-02-10 07:44guilleaerFixed in Version => RR20Q2
2020-02-10 07:44guilleaerResolutionopen => fixed
2020-02-10 07:44guilleaerReview Assigned To => guilleaer
2020-02-10 07:44guilleaerStatusresolved => closed

Notes
(0117513)
plujan   
2020-02-06 14:15   
Updated to major as it prevents a functionality to be properly used
(0117584)
guilleaer   
2020-02-10 07:44   
http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/197742163297dc29b180fd8c6adfc5cad10aa9d5 [^]