
Catches retired profile identifiers, code-list values outside EN 16931 and malformed dates in your e-invoice XML, in the editor, before an access point rejects the file.
docker run --rm -v "$PWD":/work readystack/einvoice-lint-en16931 /work/file
The same 26 rules as the VS Code extension, in a container. Mount a folder on /work.
--rules lists every ruledocker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work readystack/einvoice-lint-en16931 --dir /work --ci
Peppol access points bill per document - published pay-per-use rates run EUR 0.18 to EUR 0.25 per invoice - and every rejected document is one you send twice.
7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.
Content type
Image
Digest
sha256:2f351c3da…
Size
46.1 MB
Last updated
4 days ago
docker pull getreadystack/einvoice-lint-en16931