Jochen Staerk
Jochen Staerk
Hi, when I try to ``` const XMLXRString = xsltProcess( xmlParse(zugferdInvoice), xmlParse(XSLTcii2xr) ); ``` with [zugferdInvoice](http://www.mustangproject.org/files/zugferd-invoice.xml) and [XSLTcii2xr](https://github.com/itplr-kosit/xrechnung-visualization/blob/master/src/xsl/cii-xr.xsl) I seem to get a ``` /viewer/node_modules/xslt-processor/dist/xslt-processor.js:1 Uncaught XPath parse error /rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:SellerTradeParty/ram:SpecifiedTaxRegistration/ram:ID[@schemeID=('VA',...
Hi, With the code below I get (with GS 9.52 on Mac) a ``` Ghotscript error output: %%BoundingBox: 0 0 599 845 %%HiResBoundingBox: 0,000000 0,000000 598,805982 844,091974 ``` I had...
- `vue-autosuggest` version: 2.2.0 - `node` version: 16.13.2 - `npm` (or `yarn`) version: 8.5.2 Relevant code or config My workaround: ```javascript blur() { this.suggestionHasFocus=false; }, focus() { this.suggestionHasFocus=true; }, shouldRenderSuggestions...
### Description: If, in v4.0.0 of APIM, the deployment.toml contains certain special characters, namely a hash ("#") sign, the deployment will succed and login will be possible, but that password...
Desiderata: - [ ] pdfbox 3 - [ ] unify library+validator library, - [ ] pdfa compliance only to be performed by PDFbox - [ ] include quba - [...
Mike asked for a pdf version of the validation, simliar like the FNFE's [2023-17244.pdf](https://github.com/ZUGFeRD/mustangproject/files/13917909/2023-17244.pdf)
e.g. SubjectCode=REG should be possible ``` 20201121 MUSTERLIEFERANT GMBH BAHNHOFSTRASSE 99 99199 MUSTERHAUSEN Geschäftsführung: Max Mustermann USt-IdNr: DE123456789 Telefon: +49 932 431 0 www.musterlieferant.de HRB Nr. 372876 Amtsgericht Musterstadt GLN...
currently only CII is supported
in the long term one could also teach how to **parse** UBL but mere ubl output (is requested, see e.g. #282) should not be too difficult, only requiring a new...
https://unece.org/fileadmin/DAM/uncefact/BRS/BRS_CII_v2.0.6.pdf INV-176 says the line item amount should be quantity * net amount (+ charges - allowances).  I've seen invoices in the wild which were miscalculated. This is an...