| Description | Beim Erstellen der Rechnung (Ersetzen der Platzhalter) kommt es zum Abbruch, wenn man als Währungssymbol das Dollarzeichen verwendet:
!MESSAGE Error starting OpenOffice from file:///C:/MeineDaten/Fakturama-WorkDir/Vorlagen/Rechnung/Document.ott
!STACK 0
java.lang.StringIndexOutOfBoundsException: String index out of range: 6
at java.lang.String.charAt(String.java:686)
at java.util.regex.Matcher.appendReplacement(Matcher.java:711)
at java.util.regex.Matcher.replaceAll(Matcher.java:813)
at java.lang.String.replaceAll(String.java:2189)
at com.sebulli.fakturama.office.OfficeDocument.fillItemTableWithData(OfficeDocument.java:992)
at com.sebulli.fakturama.office.OfficeDocument.fillItemTableWithData(OfficeDocument.java:718)
at com.sebulli.fakturama.office.OfficeDocument.<init>(OfficeDocument.java:302)
at com.sebulli.fakturama.office.OfficeManager$1.run(OfficeManager.java:60)
at java.lang.Thread.run(Thread.java:662) |
|---|