Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0029327
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSminoralways2015-03-18 10:102015-03-23 17:03
ReporterjecharriView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionno change requiredFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0029327: It will be great if the barcode size will be configurable through file openbravohw.properties

DescriptionIt will be great if the barcode size will be configurable through file openbravohw.properties

The problem is that currently the size of the barcode is harcoded in file
src/com/openbravo/pos/printer/ticket/PrintItemBarcode.java

Values:
if (m_barcode != null) {
m_barcode.setModuleWidth(1.0);
m_barcode.setBarHeight(40.0);
m_barcode.setFontSize(10.0);
m_barcode.setQuietZone(10.0);
m_barcode.doQuietZone(true);
if (DevicePrinter.POSITION_NONE.equals(position)) {
m_barcode.setMsgPosition(HumanReadablePlacement.HRP_NONE);
} else {
m_barcode.setMsgPosition(HumanReadablePlacement.HRP_BOTTOM);
}
BarcodeDimension dim = m_barcode.calcDimensions(m_sCode);
m_iWidth = (int) dim.getWidth(0);
m_iHeight = (int) dim.getHeight(0);
}
Steps To Reproduce-
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0075887)
jecharri (developer)
2015-03-23 17:03

we though that the problem was that barcodes were so small and due to that some barcode readers were not able to read it, so one option was to do it bigger but the problem was that not all barcodes support all the standards

- Issue History
Date Modified Username Field Change
2015-03-18 10:10 jecharri New Issue
2015-03-18 10:10 jecharri Assigned To => Retail
2015-03-18 10:10 jecharri Triggers an Emergency Pack => No
2015-03-23 17:03 jecharri Note Added: 0075887
2015-03-23 17:03 jecharri Status new => closed
2015-03-23 17:03 jecharri Resolution open => no change required


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker