Zum Hauptinhalt springen

actionsteps

Module: actionsteps

Time-tracked action steps linked to tasks, tickets, or accounts.

NameTypeNullableDefault ValueNotes
PKID
integerAction step ID
fork
forks.ID
integerFork ID (`null` for base module)
owneruser
users.ID
integerOwner user ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
ownergroup
groups.ID
integerOwner group ID (PUBLIC if `owneruser`=`null` and `ownergroup`=`null`)
creator
integerCreator user ID (defaults to authenticated user on creation)
assigneduser
users.ID
integerAssigned user ID
creationdate
bigintdate_part('epoch', now())Creation date and time as a Unix timestamp (defaults to current date and time on creation)
lastmodified
bigintdate_part('epoch', now())Last modification date and time as a Unix timestamp (auto-reset on modification)
task
tasks.ID
integerTask ID; is mutually exclusive to `ticket` and `account`
ticket
tickets.ID
integerTicket ID; is mutually exclusive to `task` and `account`
account
accounts.ID
integerAccount ID; is mutually exclusive to `task` and `ticket`
transaction
transactions.ID
integerTransaction ID
name
textName
actionnum
text''Action number
date
bigintdate_part('epoch', now())Designated date and time as a Unix timestamp (defaults to current date and time on creation)
duedate
bigintDue date and time as a Unix timestamp
status
smallint0Status (`0`=DRAFT, `1`=COMPLETED, `2`=CANCELLED, `3`=BOOKED)
effort
integer0Effort in minutes
description
text''Detailed general description
NameUniqueNulls DistinctPrimaryPartialMethodKeys
fk_actionsteps_accountbtreeaccount
fk_actionsteps_assigneduserginassigneduser
fk_actionsteps_forkginfork
fk_actionsteps_ownergroupginownergroup
fk_actionsteps_owneruserginowneruser
fk_actionsteps_taskbtreetask
fk_actionsteps_ticketbtreeticket
fk_actionsteps_transactionbtreetransaction
i_actionsteps_datebtreedate
i_actionsteps_noforkginfork
i_actionsteps_noownerginownergroup
pk_actionstepsbtreeID
s_actionsteps_actionnumginactionnum
s_actionsteps_nameginname
NameType
c_actionsteps_associationcheck
c_actionsteps_ownercheck
dc_actionsteps_actionnumcheck
dc_actionsteps_descriptioncheck
dc_actionsteps_effortcheck
dc_actionsteps_namecheck
dc_actionsteps_statuscheck
fk_actionsteps_accountforeign_key
fk_actionsteps_assigneduserforeign_key
fk_actionsteps_forkforeign_key
fk_actionsteps_ownergroupforeign_key
fk_actionsteps_owneruserforeign_key
fk_actionsteps_taskforeign_key
fk_actionsteps_ticketforeign_key
fk_actionsteps_transactionforeign_key
pk_actionstepsprimary_key
Loading...