| 开发者 | devmubs |
|---|---|
| 更新时间 | 2026年8月14日 21:26 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
fauran-invoice-manager folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.Yes. The plugin creates its own tables for invoices, customers, services, categories, payments, and reminders on activation, and removes them on uninstall if the corresponding setting is enabled.
Yes, from the Tools page you can import customers from a CSV file with name and phone columns (and optional email, reminder_date, address, company_name columns).
No. Deleting an invoice removes that invoice and its line items, payments, and any reminder tied to it, then recalculates the owning customer's stats — the customer record itself is untouched.
Not from the settings page — it's always shown there by design. Developers can hide it using the faurinma_show_powered_by filter. See "For Developers" below, or the full documentation at devmubs.com.
Nothing — each invoice line item stores a snapshot of the service's price at the time the invoice was saved, so existing invoices keep their original price even after you update the catalog.
Yes, via the faurinma_currency_list filter — see "For Developers" below.