Difference between revisions of "Task Uncategorised"
From IMSMA Wiki
(Created page with "{{Note | The table is called ''hazard'' and the entity type is called ''Hazard''. }} {| |- valign="top" | 100px | {| class="wikitable sortable" !...") |
|||
Line 1: | Line 1: | ||
− | {{Note | The table is called '' | + | {{Note | The table is called ''task'' and the entity type is called ''TASK''. }} |
{| | {| | ||
|- valign="top" | |- valign="top" | ||
Line 7: | Line 7: | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name | ! DIM Label !! Data type !! Database column name !! Enumcategory !! Pojo name | ||
+ | |- | ||
+ | | Actual End Date || Date || actual_end_date || || ActualEndDate | ||
+ | |- | ||
+ | | Actual Start Date || Date || actual_start_date || || ActualStartDate | ||
+ | |- | ||
+ | | Actual Work Days || Numeric || actual_work_days || || ActualWorkDays | ||
+ | |- | ||
+ | | Conducting || Organisation || current_owner_guid || || CurrentOwner | ||
+ | |- | ||
+ | | Description || Text || description || || Description | ||
+ | |- | ||
+ | | Expected Cost || Numeric || expected_cost || || ExpectedCost | ||
+ | |- | ||
+ | | Future || Text || future || || Future | ||
+ | |- | ||
+ | | Country Structure || Country Structure || gazetteer_guid || || Gazetteer | ||
+ | |- | ||
+ | | History || Text || history || || History | ||
+ | |- | ||
+ | | Task ID || String || localid || || LocalId | ||
+ | |- | ||
+ | | Manager || String || manager || || Manager | ||
+ | |- | ||
+ | | Method || Single-select || method_guid || Work Method || Method | ||
+ | |- | ||
+ | | Task Name || String || name || || Name | ||
+ | |- | ||
+ | | Planned End Date || Date || planned_end_date || || PlannedEndDate | ||
+ | |- | ||
+ | | Planned Start Date || Date || planned_start_date || || PlannedStartDate | ||
+ | |- | ||
+ | | Planned Work Days || Numeric || planned_work_days || || PlannedWorkDays | ||
+ | |- | ||
+ | | Status || Single-select || status_guid || Task Status || Status | ||
+ | |- | ||
+ | | Task Type || Single-select || tasktype_guid || Task Type || TaskType | ||
+ | |- | ||
+ | | Unit of Currency || Single-select || unit_of_currency_guid || Unit Of Currency || UnitOfCurrency | ||
+ | |} | ||
|} | |} | ||
{{NavBox Data Dictionary}} | {{NavBox Data Dictionary}} | ||
[[Category:NAA]] | [[Category:NAA]] |
Revision as of 09:06, 16 March 2016
The table is called task and the entity type is called TASK. |
|