Manfi Expense Tracker

React-powered bookkeeping, invoicing, and budget management. Track expenses, clients, vendors, accounts, and invoices from a unified dashboard.

3 database tables

Table NameDescriptionMethod
wp_manfiet_expense_categoriesStores manfiet expense categories data created by this plugin.Static
wp_manfiet_expense_tagsStores manfiet expense tags data created by this plugin.Static
wp_manfiet_expensesStores manfiet expenses 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:majorOption key:manfiet_currencyOption key:manfiet_default_budgetOption key:manfiet_default_weekly_budgetOption key:manfiet_default_yearly_budgetOption key:manfiet_email_sender_addressOption key:manfiet_email_sender_nameOption key:manfiet_enable_elementor_widgetsOption key:manfiet_enable_gutenberg_blocksOption key:manfiet_enable_invoice_managerOption key:manfiet_expenses_per_pageOption key:manfiet_export_unknown_user_label
wp_postmeta
Post meta
wp_usermeta
User meta