Linux 软件免费装
Banner图

Invovate Invoice Generator

开发者 lightspeedplusone
更新时间 2026年6月3日 17:57
PHP版本: 7.2 及以上
WordPress版本: 7.0
版权: MIT
版权网址: 版权信息

标签

billing invoice pdf invoice ubl invoice generator

下载

0.4.3

详情介绍:

Invovate Invoice Generator connects your WordPress site to the Invovate invoice API so you can create professional PDF invoices in 11 languages (including right-to-left Arabic, Japanese, Hindi, and Cyrillic). Languages: English, Dutch, German, French, Spanish, Italian, Portuguese, Arabic, Japanese, Russian, Hindi. 20+ currencies, per-line tax, 5 templates. Configure the form (shortcode options) [invovate_invoice_form] accepts these attributes: Example shortcodes (copy & paste) Basic form, all defaults: [invovate_invoice_form] Lock your business name; the client fills in the rest (EUR, German, navy template): [invovate_invoice_form from="My Company GmbH" fields="to,items" currency="EUR" language="de" template="navy"] Freelancer invoice in USD with a scan-to-view QR: [invovate_invoice_form from="Jane Doe" currency="USD" qr="true"] Direct PDF download instead of a 7-day shareable link: [invovate_invoice_form link="false" button="Download invoice"] Three starting rows, with the tax field and a notes box: [invovate_invoice_form fields="from,to,items,currency,language,notes" rows="3" tax="true"] Japanese invoice (JPY, consumption tax): [invovate_invoice_form currency="JPY" language="ja" template="modern"] Minimal — client name and items only: [invovate_invoice_form fields="to,items" from="Acme Studio"] Not regulated e-invoicing. PDF/UBL output is for interoperability and archival only — it does not provide Peppol, Factur-X, ZUGFeRD, XRechnung, or NF-e compliance or government-network delivery.

安装:

  1. Upload the invovate-invoice-generator folder to /wp-content/plugins/, or install the ZIP via Plugins → Add New → Upload.
  2. Activate the plugin.
  3. Go to Settings → Invovate and paste a free API key from https://invovate.com/auth (required for the invoice form).
  4. Add [invovate_invoice_form] to a page, or call invovate_generate() in your code.

屏幕截图:

  • English PDF invoice with your logo, QR code, 7-day shareable link and payment details.
  • Japanese invoice (請求書) with consumption tax — 11 languages supported.
  • Arabic right-to-left (RTL) invoice.
  • German invoice (Rechnung) with VAT.
  • Hindi invoice (GST) in Devanagari script.
  • Russian invoice (НДС / VAT).
  • French invoice (TVA).
  • Dutch invoice (BTW).

常见问题:

Do I need an API key?

Yes for the invoice form — it generates a shareable PDF link, which requires a free key (set it under Settings → Invovate). The invovate_generate() helper can still compute JSON totals without a key.

Is my data private?

Invoice data is sent to the Invovate API over HTTPS. Shareable PDF links are stored for up to 7 days, then deleted. See https://invovate.com/privacy.

Is this regulated e-invoicing?

No. It generates invoice documents but is not a Peppol/Factur-X/XRechnung/NF-e transmission service.

更新日志:

0.4.3 0.4.2 0.4.1 0.4.0 0.3.0 0.2.0 0.1.0