

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:
Most invoicing plugins either lock core billing features behind a paywall or bring more complexity than a small business actually needs. Fauran Invoice Manager focuses on the day-to-day essentials — catalog, invoices, customers, reminders, and reports — in one modular, self-contained plugin:
Fauran Invoice Manager exposes the following action and filter hooks. Full documentation and usage examples are available at devmubs.com/plugins/fauran-invoice-manager/docs.
Actions
faurinma_before_save_invoice — fires before an invoice is saved (create or update), before validation.faurinma_after_save_invoice — fires after an invoice has been saved (create or update).faurinma_before_delete_invoice — fires before an invoice and its related rows are deleted.faurinma_after_delete_invoice — fires after an invoice and its related rows have been deleted.Filters
faurinma_invoice_data — filters the raw invoice submission data before it’s persisted.faurinma_invoice_number — filters the generated invoice number before it’s saved.faurinma_company_logo — filters the company logo URL used on invoice/receipt templates.faurinma_pdf_output — filters the final PDF bytes before they’re streamed to the browser (invoices and reports).faurinma_show_powered_by — filters whether the “Powered by Fauran Invoice Manager” credit is shown.faurinma_powered_by_text — filters the “Powered by” credit text.faurinma_currency_list — filters the list of available currencies.