Work Time Allocator

Allocates working times to client jobs and generates reports

2 database tables

Table NameDescriptionMethod
wp_allocationStores allocation data created by this plugin.Static
wp_costsStores costs 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:acf_versionOption key:db_versionOption key:mwta_currency_optionOption key:mwta_email_optionOption key:mwta_path_option
wp_postmeta
Post meta
wp_posts
Custom post type:acf-fieldCustom post type:acf-field-groupCustom post type:clientsCustom post type:employeesCustom post type:jobsCustom post type:occupations
wp_termmeta
Term meta
wp_usermeta
User meta