Simple Invoice Generator

Beschreibung

Invoice Generator is a lightweight WordPress plugin for generating PDF invoices directly from the admin dashboard. It allows you to:

  • Input invoice details (bill from / to, items, prices, tax, currency, etc.)
  • Choose between two built-in PDF styles: Standard and Blue Accent
  • Upload a custom logo to display on the invoice
  • Preview and download the PDF file
  • All done without storing anything in the database

Great for freelancers, small businesses, or anyone who wants a fast way to generate invoices without complex setup.

Usage

  1. Go to the Invoice Generator menu item in your admin panel.
  2. Fill in invoice details: invoice number, dates, billing info, line items, currency, and tax.
  3. Optionally upload a logo to include on your invoice.
  4. Select your preferred template style: Standard or Blue Accent.
  5. Click Generate Invoice to create and download your PDF.
  6. Use the Reset button to clear the form if needed.

License

This plugin is licensed under the GPLv2 or later.

Screenshots

  • Page of invoice generator form in WP admin panel.
  • Example of generated PDF invoice.

Installation

  1. Upload the plugin files to the /wp-content/plugins/invoice-generator directory, or install the plugin through the WordPress Plugins screen directly.
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress.
  3. Navigate to the Invoice Generator section in the admin menu to begin creating invoices.

FAQ

Does this plugin store data in the database?

No. This plugin is purely frontend-driven and does not persist any invoice data in the database.

Can I send invoices via email?

Not yet. Currently, the plugin only generates and downloads PDF files locally. Email integration may be added in the future.

Can I customize the PDF layout?

At this moment, the PDF generation is based on static HTML and styles. Advanced customization is possible by editing the template in the plugin code (coming soon).

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Simple Invoice Generator“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Änderungsprotokoll

1.0.6

  • Added a support section with mailto links for Help, Feature Requests, and Bug Reports

1.0.5

  • Added feature to upload logo to PDF file

1.0.4

  • Fixed mobile view

1.0.3

  • Added new invoice template

1.0.2

  • Added functions to generate invoices programmatically from provided data

1.0.1

  • Update styles and data pickr.

1.0.0

  • Initial release. Create and download invoices as PDF from the WordPress admin panel.