Voidek Employee Portal

A full-featured frontend employee management plugin with projects, tasks, EOD reports, user roles (Admin, Manager, Employee).

9 database tables

Table NameDescriptionMethod
wp_leave_applicationsStores leave applications data created by this plugin.Static
wp_voidempo_eodStores voidempo eod data created by this plugin.Static
wp_voidempo_eod_logA logging table that records activity, events, or audit history.Static
wp_voidempo_holidaysStores voidempo holidays data created by this plugin.Static
wp_voidempo_incrementsStores voidempo increments data created by this plugin.Static
wp_voidempo_projectsStores voidempo projects data created by this plugin.Static
wp_voidempo_projects_logA logging table that records activity, events, or audit history.Static
wp_voidempo_taskStores voidempo task data created by this plugin.Static
wp_voidempo_task_logA logging table that records activity, events, or audit history.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:voidempo_user_dashboard_page_id
wp_postmeta
Post meta
wp_posts
Custom post type:voidempo_projects
wp_usermeta
User meta