Easy Restaurant Manager

Easy Restaurant Manager A restaurant management plugin with table layouts, menu management, and reservations.

11 database tables

Table NameDescriptionMethod
wp_erm_branchesStores erm branches data created by this plugin.Static
wp_erm_couponsStores erm coupons data created by this plugin.Static
wp_erm_menu_categoriesStores erm menu categories data created by this plugin.Static
wp_erm_menu_itemsStores erm menu items data created by this plugin.Static
wp_erm_order_itemsStores order records and related transaction data.Static
wp_erm_ordersStores order records and related transaction data.Static
wp_erm_reviewsStores erm reviews data created by this plugin.Static
wp_erm_table_reservationsStores erm table reservations data created by this plugin.Static
wp_erm_tablesStores erm tables data created by this plugin.Static
wp_erm_transactionsStores erm transactions data created by this plugin.Static
wp_erm_usersStores erm users 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:easy_restaurant_manager_menus_confirmation_settingsOption key:easy_restaurant_manager_menus_template_settingsOption key:erm_currency_symbol
wp_posts
Custom post type:easy_restaurant_manager_menuCustom post type:erm_menu