Commit Graph

149 Commits

Author SHA1 Message Date
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
jstaerk
794edc272b - prevent nullpointerexception https://github.com/ZUGFeRD/mustangproject/pull/302 thanks to weclapp-dev
- lines no longer included in basic-wl and minimum
- due date and delivery date no longer mandatory for credit notes
- Allow foreign limited addresses, e.g. allow Parties withpout postal addresses/postcodes
- Allow invoices in minimum profile e.g. dont use applicabletradetax, linetotalamount, paymentreference etc in Minimum profile
2022-12-22 20:49:08 +01:00
jstaerk
5cdf6e002f corrected failing test 2022-12-01 17:20:50 +01:00
Svante Schubert
b0b4354c24 Switching classorder to ClassName 2022-11-28 12:55:36 +01:00
Svante Schubert
1c915967fe Adding JUnit Test Class order to Library module 2022-11-28 12:24:07 +01:00
jstaerk
9cbf93c276 - invoiceimporter to parse BuyerReference
- support LineThree in TradeParty (BT-165?)
2022-11-14 07:48:16 +01:00
Sebastian Sieber
9af931d1de Add ZUGFeRDImporter#getDeliveryTradePartyAddress
Add ZUGFeRDImporter#getDeliveryTradePartyName
2022-10-26 17:13:23 +02:00
jstaerk
306487291f add a usnit test for https://github.com/ZUGFeRD/mustangproject/pull/292 2022-10-24 13:11:01 +02:00
Sebastian Sieber
3d455509fc Extend importer
Importer reads BillingSpecifiedPeriod of ApplicableHeaderTradeSettlement
and SpecifiedLineTradeSettlement.
Add ZugferdImporter#getDetailedDeliveryPeriodFrom and
ZugferdImporter#getDetailedDeliveryPeriodTo.
Fix extractIssuerAssignedID.
2022-08-29 11:09:00 +02:00
jstaerk
9670124e66 invoiceimporter to read global IDs 2022-08-11 13:18:29 +02:00
jstaerk
797c9c5880 corrected some tests 2022-08-11 13:02:57 +02:00
jstaerk
469fc3566e removed special test 2022-08-11 12:51:48 +02:00
jstaerk
83f4b710fb some work on schemedids, including class 2022-07-25 11:48:21 +02:00
jstaerk
b5e0fb8710 automated XR invoice importer test 2022-05-16 10:47:12 +02:00
jstaerk
219ecb892a automatic ox tests 2022-05-16 10:37:51 +02:00
jstaerk
1fbb295417 storing sender/recipient in 1Lieferschein 2022-05-11 20:44:31 +02:00
jstaerk
00e68389ce corrected import of CIDA delivery advices 2022-05-10 20:33:16 +02:00
jstaerk
aa5944326f simplest possible UBL despatch advice 2022-05-09 21:38:26 +02:00
jstaerk
7078c4adf8 deliveradvice corrections 2022-05-03 20:51:52 +02:00
jstaerk
8f246796f4 first attempts to be able to slap together a deliver-x pdf on the commandline 2022-04-09 09:28:50 +02:00
jstaerk
a888b3c25f added a XR cash discount test, or at least an according manual field. Updated history. 2022-03-24 13:08:59 +01:00
Sebastian Sieber
4077700b2e Remove \t and whitespaces from xml 2022-03-22 08:41:39 +01:00
jstaerk
3ee042df8a DespatchAdviceID 2022-03-21 15:30:24 +01:00
jstaerk
58b13598b3 edge test cash discount 2022-03-10 18:29:02 +01:00
jstaerk
ddb71f9ed5 added the possibility to specify legalorganisation 2022-02-16 20:27:18 +01:00
jstaerk
b3af18d5f9 corrected test 2022-01-10 16:15:09 +01:00
jstaerk
9acab34f77 allow Order-X XML to be added manually, have Order-X-Functionality in Commandline 2022-01-10 16:08:09 +01:00
jstaerk
b5983a17f3 allow orderx to be parsed with invoiceimporter 2022-01-02 16:14:23 +01:00
jstaerk
26e4252b06 getting zugferdimporter to work with OX 2022-01-02 15:55:26 +01:00
jstaerk
378d470f94 Merge branch 'issues/255-support-orderx'
# Conflicts:
#	library/src/main/java/org/mustangproject/ZUGFeRD/OXPullProvider.java
#	library/src/test/java/org/mustangproject/ZUGFeRD/OXTest.java
2022-01-02 14:30:40 +01:00