Web:D Accounts

Manage your Clients, Invoices, Receipts and Payments. Send Invoices and Receipts to clients via email.

7 database tables

Table NameDescriptionMethod
wp_accounts_clientsStores accounts clients data created by this plugin.Static
wp_accounts_countriesStores accounts countries data created by this plugin.Static
wp_accounts_expense_typesStores accounts expense types data created by this plugin.Static
wp_accounts_invoice_statusStores analytics or statistics data.Static
wp_accounts_invoicesStores accounts invoices data created by this plugin.Static
wp_accounts_payment_methodsStores accounts payment methods data created by this plugin.Static
wp_accounts_paymentsStores accounts payments 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:wp_accounts_optionsOption key:wp_accounts_purchased
wp_postmeta
Post meta
wp_usermeta
User meta