mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Define types for human friendly stuff
This commit is contained in:
parent
99adf832a7
commit
94165c9a59
@ -16,6 +16,14 @@
|
|||||||
*/
|
*/
|
||||||
class timesheet_export_csv implements importexport_iface_export_plugin {
|
class timesheet_export_csv implements importexport_iface_export_plugin {
|
||||||
|
|
||||||
|
// Used in conversions
|
||||||
|
static $types = array(
|
||||||
|
'select-account' => array('ts_owner','ts_modifier'),
|
||||||
|
'date-time' => array('ts_start', 'ts_modified'),
|
||||||
|
'select-cat' => array('cat_id'),
|
||||||
|
'links' => array('pl_id'),
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Exports records as defined in $_definition
|
* Exports records as defined in $_definition
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user