Devs Accounting – Simple Accounting and Invoicing Solution

Easily create your simple eCommerce store, get orders and also manage accounting and get automated reports.

14 database tables

Table NameDescriptionMethod
wp_dac_accountsStores dac accounts data created by this plugin.Static
wp_dac_categoriesStores dac categories data created by this plugin.Static
wp_dac_contactsStores dac contacts data created by this plugin.Static
wp_dac_installationsStores dac installations data created by this plugin.Static
wp_dac_inventoriesStores dac inventories data created by this plugin.Static
wp_dac_invoice_itemsStores dac invoice items data created by this plugin.Static
wp_dac_invoicesStores dac invoices data created by this plugin.Static
wp_dac_item_taxStores dac item tax data created by this plugin.Static
wp_dac_itemsStores dac items data created by this plugin.Static
wp_dac_order_statusesStores order records and related transaction data.Static
wp_dac_subscriptionsStores dac subscriptions data created by this plugin.Static
wp_dac_taxesStores dac taxes data created by this plugin.Static
wp_dac_transactionsStores dac transactions data created by this plugin.Static
wp_dac_transfersStores dac transfers 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:devsaccounting_settingsOption key:major
wp_postmeta
Post meta
wp_posts
Custom post type:dac_itemsCustom post type:items
wp_usermeta
User meta