Linux 软件免费装
Banner图

itdatex E-Invoice Intake

开发者 itdatex
更新时间 2026年7月21日 02:48
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

invoice accounting e-invoice xrechnung zugferd

下载

0.6.5

详情介绍:

Since 1 January 2025, all businesses in Germany must be able to receive electronic invoices (e-invoices) under § 14 UStG. By 2027/2028 they must also issue them. Most existing tools require uploading sensitive supplier data — amounts, VAT IDs, bank details — to a third-party cloud service. itdatex E-Invoice Intake does the work locally inside your own WordPress installation. What it does Privacy by design The free version performs all processing locally on your own server. No data leaves your WordPress installation. There is no telemetry, no automatic update check against a third party, no analytics, no external font or asset loading. A separate Pro version (sold via wp.itdatex.support, not part of this free plugin) adds optional cloud-assisted features — KoSIT deep validation, AI-based error explanations in plain German, IMAP auto-import, DATEV export — and is opt-in only. GoBD-supporting, not GoBD-certified The plugin supports GoBD-conformant processes through immutable storage, SHA-256 hash chaining and a complete audit trail. Note that software cannot be "GoBD-certified" — conformity is a property of your process, not of any single tool. Consult your tax advisor for the specifics of your setup. Open source The full source code is released under GPL-2.0-or-later. You can verify, audit and adapt the plugin yourself. Dependencies (josemmo/einvoicing for UBL, horstoeko/zugferd for CII/ZUGFeRD) are vendored with prefixed namespaces so they cannot conflict with other plugins in the same WordPress installation.

安装:

  1. Upload the plugin folder to /wp-content/plugins/itdatex-e-invoice-intake/, or install via the Plugins screen.
  2. Activate the plugin.
  3. Open the "Rechnungen" menu in the admin sidebar. You can upload your first XRechnung or ZUGFeRD file straight away.
The plugin creates three database tables (*_reing_invoices, *_reing_files, *_reing_audit_log) and a protected upload directory under wp-content/uploads/itdatex-e-invoice-intake-{random}/. On uninstall, invoice data and files are NOT deleted by default because of statutory retention requirements (8 to 10 years under German tax and commercial law). To force a full cleanup on uninstall, add this line to your wp-config.php before deleting the plugin: define( 'REING_UNINSTALL_DELETE_ALL', true );

屏幕截图:

  • The single-invoice view shows header data, parties, amounts, validation issues and a complete audit trail in six cards.
  • The upload form accepts both XML and PDF (ZUGFeRD) files with a single click.
  • Validation issues are surfaced with severity (error / warning / info) and the BT/BR code that triggered them.
  • The audit trail records every upload, status change and file download.

升级注意事项:

0.6.5 First public release on wp.org. 0.6.4 Follow-up on 0.6.3: broaden phpcs annotation in IngestService so it covers the SQL literal line. No behaviour change. 0.6.3 Playground Plugin Check pass — sniff-annotation-only changes, no behaviour change. 0.6.2 Trimmed distribution ZIP to satisfy wp.org "not permitted files" review. No behaviour change. 0.6.1 Plugin Check compliance pass — no behaviour change. Recommended for all users. 0.6.0 Read-only API additions for due-date reporting. No data migration required. Existing setups upgrade in place. 0.5.0 Read-only API addition for export. No data migration required. 0.4.0 Internal refactor: UploadHandler delegates to a new IngestService. Behaviour is unchanged. 0.3.0 New filter and action for add-ons that need to write back into invoice rows. No behavioural change for free-only setups. 0.2.0 Introduces add-on hooks that enable an optional Pro add-on. No behaviour change for free-only installations. 0.1.0 First public release.

常见问题:

Does the plugin send anything to your server?

The free version makes no external HTTP calls. All parsing, validation and storage happens locally in your WordPress installation. You can verify this by inspecting the source — the only network code path is the optional Pro upgrade, which is not part of this plugin.

Which formats are supported?

XRechnung in both UBL and UN/CEFACT (CII) syntax, ZUGFeRD from version 2.0.1 onwards (PDF/A-3 with embedded XML), and Factur-X. Pure PDFs without an embedded XML payload are recognized as "legacy PDF" and stored as files, but their fields can only be extracted with the optional Pro AI extraction.

Is this GoBD-conformant?

The plugin provides the technical foundation — immutable storage, hash chain, audit log — that a GoBD-conformant process requires. Whether your concrete bookkeeping process is GoBD-conformant is a question for your tax advisor and depends on more than just the software you use. We deliberately do NOT advertise "GoBD certification" because no such certification mechanism exists in Germany.

Can I delete invoices?

You can mark invoices as paid or disputed. Physically deleting invoices in WordPress is intentionally not exposed in the UI to protect the integrity of the hash chain. If you have a legal reason to delete (e.g. erroneous double-upload), please use direct database access and document the deletion in your retention log.

What about the upload size limit?

The plugin uses the WordPress / PHP upload size limit (upload_max_filesize, post_max_size). XRechnung files are typically well below 1 MB; ZUGFeRD PDFs can reach a few MB. If you need higher limits, increase them in your php.ini or .htaccess.

Does this work behind nginx?

Yes. The protected upload directory uses both .htaccess (Apache/LiteSpeed) and a randomized directory name so that path guessing fails. File downloads always go through a capability-and-nonce-checked endpoint, never via a direct URL — so the front-end web server's authorization model is irrelevant for the file path security.

Why no WP-Cron / IMAP / DATEV export?

These are paid features in the Pro version. The free version focuses on the core legal requirement — receiving and archiving incoming e-invoices — and keeps the dependency surface small to make security review easy.

更新日志:

0.6.5 0.6.4 0.6.3 0.6.2 0.6.1 0.6.0 0.5.0 0.4.0 0.3.0 0.2.0 0.1.0