Accounts Buddy Accounting – Simple Accounting

AccountsBuddy is an awesome WordPress plugin which can help you manage your business accounts easily through WordPress dashboard and keep track of exp …

2 database tables

Table NameDescriptionMethod
wp_abas_journal_voucherStores abas journal voucher data created by this plugin.Static
wp_abas_transactionsStores abas transactions 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:abas_accounting_emailOption key:abas_accounting_logoOption key:abas_main_menu_nameOption key:abas_plugin_is_activated
wp_postmeta
Post meta
wp_posts
Custom post type:abas_accountsCustom post type:abas_company
wp_terms
Custom taxonomy:abas_account_groups
wp_usermeta
User meta