Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039998Retail ModulesWeb POS Hardware Managerpublic2019-01-22 16:122019-02-04 09:48
adrianromero 
marvintm 
normalmajorhave not tried
closedfixed 
5
 
RR19Q2 
marvintm
No
0039998: Support to print Code39 barcodes in JavaPOS printers
It is required to be able to print Code39 barcodes in JavaPOS printers in case printer does not support Code128 barcodes
N/A
Implement a new barcode type to allow receipt templates this way:

<barcode type="CODE39" position="bottom"><%= OB.UTIL.encodeXMLComponent(order.get('documentNo')) %></barcode>

See attached diff
No tags attached.
diff Code39.diff (2,718) 2019-01-22 16:25
https://issues.openbravo.com/file_download.php?file_id=12528&type=bug
Issue History
2019-01-22 16:12adrianromeroNew Issue
2019-01-22 16:12adrianromeroAssigned To => Retail
2019-01-22 16:12adrianromeroTriggers an Emergency Pack => No
2019-01-22 16:22adrianromeroProposed Solution updated
2019-01-22 16:24adrianromeroProposed Solution updated
2019-01-22 16:25adrianromeroFile Added: Code39.diff
2019-01-28 11:35adrianromeroStatusnew => scheduled
2019-01-28 11:35adrianromeroAssigned ToRetail => adrianromero
2019-01-28 11:36adrianromeroNote Added: 0109267
2019-01-28 11:36adrianromeroStatusscheduled => resolved
2019-01-28 11:36adrianromeroResolutionopen => fixed
2019-01-28 11:37adrianromeroAssigned Toadrianromero => marvintm
2019-01-28 11:40adrianromeroNote Added: 0109268
2019-02-04 09:48marvintmReview Assigned To => marvintm
2019-02-04 09:48marvintmStatusresolved => closed
2019-02-04 09:48marvintmFixed in Version => RR19Q2

Notes
(0109267)
adrianromero   
2019-01-28 11:36   
Changesets:

Adding support for CODE39 barcodes in JavaPOS printers
https://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager.sources/rev/d341ada32ef7 [^]
Synchronize with sources: Adding support for CODE39 barcodes in JavaPOS printers
https://code.openbravo.com/erp/pmods/org.openbravo.retail.poshwmanager/rev/c0296a593abc [^]
(0109268)
adrianromero   
2019-01-28 11:40   
Documentation:
http://wiki.openbravo.com/wiki/Retail:Developers_Guide/Receipt_and_Customer_display_documents#The_receipt_printer_language [^]