PDF-Rechnungsverwaltung

Mit diesem Plugin kannst du ganz einfach individuelle Rechnungen im PDF-Format erstellen und verwalten.

3 database tables

Table NameDescriptionMethod
wp_invoiceStores invoice data created by this plugin.Static
wp_invoice_customerStores invoice customer data created by this plugin.Static
wp_invoice_positionStores invoice position data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:pdf_invoice_addressOption key:pdf_invoice_bank_nameOption key:pdf_invoice_bicOption key:pdf_invoice_cityOption key:pdf_invoice_companyOption key:pdf_invoice_end_textOption key:pdf_invoice_first_nameOption key:pdf_invoice_ibanOption key:pdf_invoice_last_nameOption key:pdf_invoice_logoOption key:pdf_invoice_mailOption key:pdf_invoice_payment_targetOption key:pdf_invoice_phoneOption key:pdf_invoice_start_textOption key:pdf_invoice_taxOption key:pdf_invoice_ust_idOption key:pdf_invoice_webOption key:pdf_invoice_zip
wp_postmeta
Post meta