forked from extern/egroupware
Add replanned time as trackable in history (also adds as exportable field)
This commit is contained in:
parent
6fdcae2995
commit
7d568d90c7
@ -67,6 +67,7 @@ class infolog_tracking extends bo_tracking
|
|||||||
'info_location' => 'Lo',
|
'info_location' => 'Lo',
|
||||||
// PM fields
|
// PM fields
|
||||||
'info_planned_time' => 'pT',
|
'info_planned_time' => 'pT',
|
||||||
|
'info_replanned_time' => 'replanned',
|
||||||
'info_used_time' => 'uT',
|
'info_used_time' => 'uT',
|
||||||
'pl_id' => 'pL',
|
'pl_id' => 'pL',
|
||||||
'info_price' => 'pr',
|
'info_price' => 'pr',
|
||||||
@ -102,6 +103,7 @@ class infolog_tracking extends bo_tracking
|
|||||||
'info_cc' => 'Cc',
|
'info_cc' => 'Cc',
|
||||||
// PM fields
|
// PM fields
|
||||||
'info_planned_time' => 'planned time',
|
'info_planned_time' => 'planned time',
|
||||||
|
'info_replanned_time' => 're-planned time',
|
||||||
'info_used_time' => 'used time',
|
'info_used_time' => 'used time',
|
||||||
'pl_id' => 'pricelist',
|
'pl_id' => 'pricelist',
|
||||||
'info_price' => 'price',
|
'info_price' => 'price',
|
||||||
|
@ -2011,6 +2011,7 @@ else
|
|||||||
// PM fields, ToDo: access control!!!
|
// PM fields, ToDo: access control!!!
|
||||||
'pT' => 'date-duration',
|
'pT' => 'date-duration',
|
||||||
'uT' => 'date-duration',
|
'uT' => 'date-duration',
|
||||||
|
'replanned' => 'date-duration',
|
||||||
// 'pL' => 'projectmanager-pricelist',
|
// 'pL' => 'projectmanager-pricelist',
|
||||||
'pr' => 'float',
|
'pr' => 'float',
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user