Easy Restaurant Manager
Easy Restaurant Manager A restaurant management plugin with table layouts, menu management, and reservations.
11 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_erm_branches | Stores erm branches data created by this plugin. | Static |
| wp_erm_coupons | Stores erm coupons data created by this plugin. | Static |
| wp_erm_menu_categories | Stores erm menu categories data created by this plugin. | Static |
| wp_erm_menu_items | Stores erm menu items data created by this plugin. | Static |
| wp_erm_order_items | Stores order records and related transaction data. | Static |
| wp_erm_orders | Stores order records and related transaction data. | Static |
| wp_erm_reviews | Stores erm reviews data created by this plugin. | Static |
| wp_erm_table_reservations | Stores erm table reservations data created by this plugin. | Static |
| wp_erm_tables | Stores erm tables data created by this plugin. | Static |
| wp_erm_transactions | Stores erm transactions data created by this plugin. | Static |
| wp_erm_users | Stores 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_optionsOption key:
easy_restaurant_manager_menus_confirmation_settingsOption key:easy_restaurant_manager_menus_template_settingsOption key:erm_currency_symbolwp_postsCustom post type:
easy_restaurant_manager_menuCustom post type:erm_menu