Linux 软件免费装
Banner图

Fauran Invoice Manager

开发者 devmubs
更新时间 2026年8月14日 21:26
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

reports invoice invoicing reminders customer management

下载

1.0.0

详情介绍:

Fauran Invoice Manager helps small businesses manage their day-to-day billing operations directly from wp-admin, with a modular architecture and dynamic branding that adapts to your company details:

安装:

  1. Upload the fauran-invoice-manager folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the "Plugins" screen in WordPress.
  3. Use the "Fauran Invoices" menu in wp-admin to configure the catalog and start creating invoices.
Demo data: on first activation only, the plugin seeds one demo category with three services, one demo customer, and two sample invoices (one standard, one custom) so you can see how everything fits together before entering real data. This happens exactly once per install — reactivating or updating the plugin will not seed it again. If you don't want the demo data, simply delete the demo invoices, customer, services, and category from their respective admin screens; deleting them will not trigger a re-seed.

升级注意事项:

1.0.0 Initial release.

常见问题:

Does this plugin store data in custom database tables?

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.

Can I import existing customers?

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).

Does deleting an invoice delete the customer?

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.

Can I disable the "Powered by" credit?

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.

What happens to past invoices if I change a service's price?

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.

Can I add currencies not in the default list?

Yes, via the faurinma_currency_list filter — see "For Developers" below.

更新日志:

1.0.0