Table: tasks
Tool:
Task Management Associated Objects:
Task,
Tasks2
Fields
id INT UNSIGNED NOT NULL AUTO_INCREMENT v5 member INT UNSIGNED NOT NULL v5 tasktemplate INT UNSIGNED NOT NULL v5 tasktype INT UNSIGNED NOT NULL v5 tasktypeid INT UNSIGNED NOT NULL v5 title VARCHAR(255) NOT NULL v5 description TEXT NOT NULL v5 complete INT UNSIGNED NOT NULL DEFAULT 0 v5 taskbefore INT UNSIGNED NOT NULL DEFAULT 0 v5 added INT UNSIGNED NOT NULL v5 performby TINYINT NOT NULL v5 bonus SMALLINT UNSIGNED NOT NULL DEFAULT 0 v5 membership TINYINT UNSIGNED NOT NULL DEFAULT 0 v5 readytoapprove BIT(1) NOT NULL DEFAULT 0 v5 priority TINYINT NOT NULL DEFAULT 5 v5 approvedby INT UNSIGNED NOT NULL DEFAULT 0 v5 ratetype SMALLINT NOT NULL DEFAULT 0 v5 hasquestion BIT(1) NOT NULL DEFAULT 0 v5 updated INT UNSIGNED NOT NULL DEFAULT 0 v5 tasklevel INT UNSIGNED NOT NULL DEFAULT 1 v5 maxcredits SMALLINT UNSIGNED NOT NULL DEFAULT 0 v5 adminapprove BIT(1) NOT NULL DEFAULT 1 v5 minutesneeded SMALL INT UNSIGNED NOT NULL DEFAULT 0 v5 awaiting TINYINT UNSIGNED NOT NULL DEFAULT 0 v5
Example PHP Usage
The following php example is designed for the main folder: /
Other Task Management Tables
skillassign skills supportrequests taskclientratings taskgroups taskissues tasklevels taskrecurs tasks tasksettings taskskills tasktemplates tasktimesheets