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 Name | Description | Method |
|---|---|---|
| wp_dac_accounts | Stores dac accounts data created by this plugin. | Static |
| wp_dac_categories | Stores dac categories data created by this plugin. | Static |
| wp_dac_contacts | Stores dac contacts data created by this plugin. | Static |
| wp_dac_installations | Stores dac installations data created by this plugin. | Static |
| wp_dac_inventories | Stores dac inventories data created by this plugin. | Static |
| wp_dac_invoice_items | Stores dac invoice items data created by this plugin. | Static |
| wp_dac_invoices | Stores dac invoices data created by this plugin. | Static |
| wp_dac_item_tax | Stores dac item tax data created by this plugin. | Static |
| wp_dac_items | Stores dac items data created by this plugin. | Static |
| wp_dac_order_statuses | Stores order records and related transaction data. | Static |
| wp_dac_subscriptions | Stores dac subscriptions data created by this plugin. | Static |
| wp_dac_taxes | Stores dac taxes data created by this plugin. | Static |
| wp_dac_transactions | Stores dac transactions data created by this plugin. | Static |
| wp_dac_transfers | Stores 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_optionsOption key:
devsaccounting_settingsOption key:majorwp_postmetawp_postsCustom post type:
dac_itemsCustom post type:itemswp_usermeta