corrected filename for xrechnung profile, now no longer bypassing XR checks for XR profile, now also allow for import of xrechnung profile, add test files and tests

This commit is contained in:
Jochen Stärk
2020-06-20 09:44:36 +02:00
parent b5006c3161
commit 36048decd1
7 changed files with 27 additions and 11 deletions

View File

@@ -412,7 +412,7 @@ public class Main {
System.out.println("Source PDF set to " + pdfName);
}
if (xmlName == null) {
xmlName = getFilenameFromUser("ZUGFeRD XML", "ZUGFeRD-invoice.xml", "xml", false, true);
xmlName = getFilenameFromUser("ZUGFeRD XML", "factur-x.xml", "xml", false, true);
} else {
System.out.println("ZUGFeRD XML set to " + pdfName);
}