Commit Graph

24 Commits

Author SHA1 Message Date
Sebastian Sieber
10d2d6792f Merge remote-tracking branch 'mustang-master/master' into forked-master
# Conflicts:
#	library/src/test/java/org/mustangproject/ZUGFeRD/VisualizationTest.java
2024-12-20 09:01:31 +01:00
Adrian-Devries
191e06ea48 Fix minor issues
Add creation of additional test output
2024-12-19 18:51:02 +01:00
Sebastian Sieber
db8ba8e647 Refactor ZUGFeRDVisualizer 2024-12-19 14:46:42 +01:00
Sebastian Sieber
a42f7a8b26 Tests in separate methodes 2024-12-19 13:58:29 +01:00
Sebastian Sieber
500a25c3bd Add ServiceLogisticsCharge to visualization
(cherry picked from commit dd8a95ef4bf9e8bc47b411434136995a2df8b6f0)
2024-12-19 13:58:28 +01:00
Sebastian Sieber
5ee782aa68 Add SpecifiedLogisticsServiceCharge to visualization 2024-11-05 16:23:45 +01:00
jstaerk
23100555c0 also test ubl credit notes to pdf 2024-09-30 11:44:55 +02:00
jstaerk
721ea4b694 closes #481, moved bytearraysearcher to library 2024-09-29 14:50:39 +02:00
jstaerk
be8c0be850 have a test, start to also handle UBL input 2024-09-28 12:21:16 +02:00
jstaerk
5b00818817 closes #416 2024-07-18 18:55:41 +02:00
Philip Helger
4ae6fd9ef0 Additional cleanup 2024-07-09 19:23:24 +02:00
Philip Helger
12a3abde66 Cleansing 2024-07-09 18:37:53 +02:00
Philip Helger
9cd2e36c69 Test fixes 2024-06-18 21:09:52 +02:00
jstaerk
52c7fce13e move ubl examples to different dir 2024-05-06 15:02:18 +02:00
jstaerk
d2ae0778b9 working on #347 2023-11-24 13:53:36 +01:00
jstaerk
9bfc1ef7fe attempt to be able to convert to pdf 2023-08-14 11:07:13 +02:00
jstaerk
3e81c7036f creating pdf/a files using this config file:<fop version="1.0">
<!-- Strict user configuration -->
  <strict-configuration>true</strict-configuration>

  <!-- Strict FO validation -->
  <strict-validation>true</strict-validation>

  <!-- Base URL for resolving relative URLs -->
  <base>./</base>

  <!-- Font Base URL for resolving relative font URLs -->
  <font-base>./</font-base>

  <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
  <source-resolution>72</source-resolution>
  <!-- Target resolution in dpi (dots/pixels per inch) for specifying the target resolution for generated bitmaps, default: 72dpi -->
  <target-resolution>72</target-resolution>

  <!-- default page-height and page-width, in case
       value is specified as auto -->
  <default-page-settings height="11in" width="8.26in"/>

  <!-- etc. etc..... -->

  <renderers>
   <renderer mime="application/pdf">
   <fonts>
       <font kerning="no" embed-url="file:///C:/Users/jstaerk/temp/timesbd.ttf" embedding-mode="subset">
           <font-triplet name="Times" style="normal" weight="bold" />
       </font>
       <font kerning="no" embed-url="file:///C:/Users/jstaerk/temp/timesbd.ttf" embedding-mode="subset">
           <font-triplet name="SourceSerifPro" style="normal" weight="normal" />
       </font>
   </fonts>
   </renderer>
</renderers>

</fop>
2023-07-26 20:23:56 +02:00
jstaerk
c6d786363d support ubl creditnotes 2023-04-14 15:27:07 +02:00
jstaerk
1d5ae5632c automated tests 2023-04-13 21:36:03 +02:00
jstaerk
a824b7ea89 resolve codelists 2023-04-13 21:01:02 +02:00
jstaerk
2d9b68d9ab support languages 2023-04-13 17:05:53 +02:00
jstaerk
da35a78ff2 remove debug output 2021-02-14 15:49:43 +01:00
jstaerk
a6a7f50206 attempt to have visualization tests passed 2021-02-09 13:18:06 +01:00
jstaerk
e142a81959 have tests for visualization and ubl convert. Insist in UTF-8 as charset in more cases. 2021-02-02 08:05:10 +01:00