Commit Graph

328 Commits

Author SHA1 Message Date
langfr
f6babbc17d Enhance and adjust ZF2PushTest. 2024-08-14 10:16:33 +01:00
langfr
ed0a94deea Adjust CalculationTest.java. 2024-08-11 13:34:40 +01:00
jstaerk
23244cffa6 updated reading of invoice attachments 2024-08-08 15:33:00 +02:00
jstaerk
63e0ecb42d attachments 2024-08-06 17:35:16 +02:00
langfr
77ddc7627d Enhance Charges/Allowances with reasonCode. 2024-07-30 15:37:57 +01:00
jstaerk
5b00818817 closes #416 2024-07-18 18:55:41 +02:00
jstaerk
affc468294 Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2024-07-11 16:35:51 +02:00
jstaerk
5d5b316652 closes #409 2024-07-11 16:35:35 +02:00
Philip Helger
0f5ff080d8 Replace java.util Logging with SLF4J 2024-07-10 11:28:22 +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
jstaerk
53391eaf13 closes #392 2024-06-27 10:47:50 +02:00
jstaerk
d22a8a0b5c added a unit test. corrected main 2024-06-26 10:52:32 +02:00
Philip Helger
9cd2e36c69 Test fixes 2024-06-18 21:09:52 +02:00
Philip Helger
0a087ed184 Test fix 2024-06-18 20:13:31 +02:00
Philip Helger
22b76141c2 Updated to Jakarta + PDFBox 3.x 2024-06-18 18:22:57 +02:00
jstaerk
d5df6d9b3e corrected ubl tests for xr3 example 2024-05-15 11:44:07 +02:00
jstaerk
7f7adeab5a updates from the weekend 2024-05-13 10:13:48 +02:00
jstaerk
757910fff8 working on cash discount abstraction (XR and reading is still missing) 2024-05-09 08:59:20 +02:00
jstaerk
3246e8f94d corrected test files 2024-05-06 16:10:14 +02:00
jstaerk
52c7fce13e move ubl examples to different dir 2024-05-06 15:02:18 +02:00
jstaerk
6cea38f57b ubl impoter to parse contacts 2024-04-01 08:45:29 +02:00
jstaerk
15122e809d xrechnungimporter to accept filename and inputstring, zugferdimporter to accept xml files 2024-03-31 20:20:51 +02:00
jstaerk
eba5413610 closes #343 2023-12-23 02:38:21 +01:00
jstaerk
c6173dd124 working on #343 2023-12-22 16:16:21 +01:00
jstaerk
a4361e5c45 also accept pdf/a3 from inputstream 2023-12-12 16:53:55 +01:00
jstaerk
5ee38eb4f6 corrected a test... really! :-) 2023-11-26 18:03:14 +01:00
jstaerk
21e6903736 ZUGFeRDExporterFromA3 did not set default ZUGFeRD Version 2023-11-26 17:59:27 +01:00
jstaerk
23650e68d8 checking generated PDF/As 2023-11-25 19:32:12 +01:00
jstaerk
d2ae0778b9 working on #347 2023-11-24 13:53:36 +01:00
jstaerk
5bc13c01eb continued parsing UBL 2023-09-11 11:32:17 +02:00
jstaerk
fcb52431ba working on ubl import 2023-09-11 08:09:10 +02: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
a5a59a5ed8 #328 parse SpecifiedTradeProduct/SellerAssignedID, SellerOrderReferencedDocument/ram:IssuerAssignedID and BuyerOrderReferencedDocument/ram:IssuerAssignedID in invoiceparser 2023-06-15 16:14:27 +02:00
jstaerk
4ca33b0edc updated history 2023-06-05 20:57:22 +02:00
jstaerk
8a530694ac test basis quantity import 2023-06-05 20:54:24 +02:00
jstaerk
530116570d support basisquantity in items 2023-06-05 20:52:09 +02:00
Sebastian Sieber
610745a211 Make file valid 2023-04-18 08:10:44 +02:00
Sebastian Sieber
3c7b41ccb0 Update dependency com.helger.en16931-cii2ubl
v1.4.2 -> v1.4.10.
Add CIIToUBL23Converter to CIIToUBL.
Adjust test.
2023-04-17 12:05:43 +02:00
Sebastian Sieber
8dac7d2cb3 Update dependency com.helger.en16931-cii2ubl
v1.3.0 -> v1.4.2
Adjust test
2023-04-17 09:47:32 +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
Chris Webert
04900a51b2 Issue 308: define when VAT collection become applicable 2023-03-03 09:53:26 +01:00
jstaerk
45b8cf4aa4 Revert "corrected a test"
This reverts commit a80a02ac49.
2023-02-13 09:46:39 +01:00
jstaerk
a80a02ac49 corrected a test 2023-01-23 10:08:44 +01:00
jstaerk
1bd17ff8c5 additional minimum test, require toolchains.xml only for release, not for any build 2023-01-12 09:08:31 +01:00
jstaerk
1325fa15b3 corrected test 2022-12-23 10:03:31 +01:00