| 开发者 |
pdidee
phildesigns |
|---|---|
| 更新时间 | 2026年7月29日 05:36 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
clean-invoices folder to /wp-content/plugins/.PDF generation uses the FPDF library, which is bundled with the plugin. QR codes for Venmo/Zelle payment options are generated locally as well. No external services are contacted.
No — invoice and client data remains in your database when the plugin is deactivated. Uninstalling the plugin removes all plugin data.
Invoice content is configurable through Settings (company details, logo, payment options, thank-you message). The PDF layout is generated by FPDF.
Yes — you can record deposits, installments, and payments individually. The invoice status updates automatically: Sent → Partial → Paid as the balance is paid down.
Invoice number, client, date, due date, line items, tax, shipping, total, status, payment history, and notes. Client data includes name, company, email, phone, and address.
FPDF → PHILCLIN_FPDF, PhilClinQRCode → PHILCLIN_QRCode) so they can't collide with another plugin's copy of the same library.register_setting() call per option.philclin_ / PHILCLIN_ prefix.<style> blocks to properly enqueued stylesheets.