db_process
Describes a process
Column | Type | References | Comments |
id | Integer | Â | Primary key |
guid | String | Â | Â |
vdb_id | Integer | Â | Â |
created | Date | Â | Date created |
summary | String | Â | Short summary |
detail | String | Â | Detailed description |
due_date | Date | Â | Due date |
is_delayed | Boolean (t or f) | Â | Is this process delayed? |
priority | Integer | Â | Priority : 1 = highest, 5 = lowest |
type_id | Integer | db_process_type.id | Process type ID |
workspace_id | Integer | db_group.id | Workspace ID |
project_id | Integer | db_project.id | Project ID |
last_state_changed | Date | Â | Last state change on |
last_updated | Date | Â | Last process update on |
requestor_id | Integer | db_person.id | Requestor ID |
requestor_name | String | Â | Requestor name (in case requestor is not a user of the system) |
requestor_email | String | Â | Requestor email (in case requestor is not a user of the system) |
creator_id | Integer | db_person.id | Creator ID |
assigned_to_id | Integer | db_person.id | Current owner |
state_id | Integer | db_state.id | State this process is in |
completed | Date | Â | Completed on |
followers_csv | String | Â | Person ID CSV (-1 means project team), (-2 means PM) |
is_requestor_visible | Boolean (t or f) | Â | Is visible to requestor? |
my_b_time_money | Float | Â | Total billable time entries billing |
my_b_time_hours | Float | Â | Total billable time (hours) |
my_nb_time_money | Float | Â | Total non-billable time entries billing |
my_nb_time_hours | Float | Â | Total non-billable time (hours) |
my_c_time_hours | Float | Â | Total costable time (hours) |
my_i_time_money | Float | Â | Total invoiced time |
my_i_time_hours | Float | Â | Total invoiced hours |
my_labour_cost | Float | Â | Actual labour cost for this process |
my_cost | Float | Â | Actual cost for this process |
time_entry_count | Integer | Â | Total number of time entries associated with this process |