2005-12-19 05:23:14 +01:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<overlay>
|
2009-10-26 09:17:06 +01:00
|
|
|
<template id="timesheet.edit.general" template="" lang="" group="0" version="1.7.002">
|
2011-04-19 20:52:25 +02:00
|
|
|
<grid width="100%" height="165">
|
2005-12-19 05:23:14 +01:00
|
|
|
<columns>
|
|
|
|
<column width="95"/>
|
2006-09-12 12:37:13 +02:00
|
|
|
<column width="120"/>
|
2008-08-04 14:48:01 +02:00
|
|
|
<column width="80" disabled="@ts_viewtype"/>
|
|
|
|
<column disabled="@ts_viewtype"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</columns>
|
|
|
|
<rows>
|
2008-08-04 14:48:01 +02:00
|
|
|
<row class="row" disabled="@ts_viewtype">
|
2005-12-19 05:23:14 +01:00
|
|
|
<description options=",,,ts_title" value="Title"/>
|
2011-04-19 20:52:25 +02:00
|
|
|
<textbox size="65" maxlength="80" blur="@ts_title_blur" span="all" class="fullWidth" id="ts_title"/>
|
2008-08-04 14:48:01 +02:00
|
|
|
<description/>
|
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row class="row" disabled="!@ts_viewtype">
|
|
|
|
<description value="comment"/>
|
2011-04-19 20:52:25 +02:00
|
|
|
<textbox multiline="true" span="all" class="fullWidth" id="ts_description" rows="5" cols="50"/>
|
2008-08-04 14:48:01 +02:00
|
|
|
<description/>
|
|
|
|
<description/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</row>
|
|
|
|
<row class="row">
|
|
|
|
<description options=",,,cat_id" value="Category"/>
|
2006-09-12 12:37:13 +02:00
|
|
|
<menulist span="all">
|
2005-12-19 05:23:14 +01:00
|
|
|
<menupopup type="select-cat" id="cat_id" options="None"/>
|
|
|
|
</menulist>
|
|
|
|
</row>
|
|
|
|
<row class="row">
|
|
|
|
<description options=",,,ts_start" value="Date"/>
|
2011-04-19 20:52:25 +02:00
|
|
|
<date needed="1" id="ts_start" options=",8"/>
|
2006-09-12 12:37:13 +02:00
|
|
|
<description value="Starttime"/>
|
2009-10-26 09:17:06 +01:00
|
|
|
<date-timeonly id="start_time" options="H:i"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</row>
|
|
|
|
<row class="row">
|
|
|
|
<description options=",,,ts_duration" value="Duration"/>
|
2006-03-27 14:20:06 +02:00
|
|
|
<date-duration id="ts_duration" options=",hm"/>
|
2006-09-12 12:37:13 +02:00
|
|
|
<description value="or endtime" class="noWrap"/>
|
2009-10-26 09:17:06 +01:00
|
|
|
<date-timeonly id="end_time" options="H:i"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</row>
|
2008-08-04 14:48:01 +02:00
|
|
|
<row class="row" disabled="@ts_viewtype">
|
2005-12-19 05:23:14 +01:00
|
|
|
<description options=",,,ts_quantity" value="Quantity"/>
|
2011-04-19 20:52:25 +02:00
|
|
|
<textbox type="float" blur="@ts_quantity_blur" precision="3" span="all" id="ts_quantity" statustext="empty if identical to duration"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</row>
|
2010-03-23 13:54:00 +01:00
|
|
|
<row class="row" disabled="@no_ts_status">
|
2009-03-23 10:53:03 +01:00
|
|
|
<description value="Status"/>
|
2011-04-19 20:52:25 +02:00
|
|
|
<menulist span="all">
|
|
|
|
<menupopup id="ts_status" options="please select" statustext="select a status of the timesheet"/>
|
2009-03-23 10:53:03 +01:00
|
|
|
</menulist>
|
|
|
|
</row>
|
2005-12-19 05:23:14 +01:00
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2008-08-04 14:48:01 +02:00
|
|
|
<template id="timesheet.edit.notes" template="" lang="" group="0" version="1.5.001">
|
2011-04-19 20:52:25 +02:00
|
|
|
<grid width="100%" height="165">
|
2005-12-19 05:23:14 +01:00
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row class="row" valign="top">
|
2011-04-19 20:52:25 +02:00
|
|
|
<textbox multiline="true" id="ts_description" rows="11" cols="70" class="fullWidth"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
|
|
|
<template id="timesheet.edit.links" template="" lang="" group="0" version="0.1.001">
|
2011-04-19 20:52:25 +02:00
|
|
|
<grid width="100%" height="165" overflow="auto">
|
2005-12-19 05:23:14 +01:00
|
|
|
<columns>
|
|
|
|
<column width="100"/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
2006-01-11 06:17:15 +01:00
|
|
|
<row class="th" disabled="@view">
|
2005-12-19 05:23:14 +01:00
|
|
|
<description span="all" value="Create new links"/>
|
|
|
|
</row>
|
|
|
|
<row class="row" disabled="@status_only">
|
|
|
|
<link-to span="all" id="link_to"/>
|
|
|
|
</row>
|
|
|
|
<row class="th">
|
|
|
|
<description span="all" value="Existing links"/>
|
|
|
|
</row>
|
|
|
|
<row class="row_off" valign="top">
|
|
|
|
<link-list span="all" id="link_to"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2008-10-15 18:37:23 +02:00
|
|
|
<template id="timesheet.edit.customfields" template="" lang="" group="0" version="1.5.001">
|
2011-04-19 20:52:25 +02:00
|
|
|
<grid width="100%" height="165" overflow="auto">
|
2008-08-04 14:48:01 +02:00
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<customfields/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2009-09-10 10:20:27 +02:00
|
|
|
<template id="timesheet.edit.history" template="" lang="" group="0" version="1.7.001">
|
2011-04-19 20:52:25 +02:00
|
|
|
<grid width="100%" height="165" overflow="auto">
|
2009-09-10 10:20:27 +02:00
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row valign="top">
|
|
|
|
<historylog id="history"/>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
</template>
|
2009-09-24 14:42:54 +02:00
|
|
|
<template id="timesheet.edit" template="" lang="" group="0" version="1.7.003">
|
2005-12-19 05:23:14 +01:00
|
|
|
<grid width="100%">
|
|
|
|
<columns>
|
|
|
|
<column width="100"/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row disabled="!@msg">
|
2011-04-19 20:52:25 +02:00
|
|
|
<description span="all" class="redItalic" no_lang="1" align="center" id="msg"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
<description/>
|
|
|
|
</row>
|
|
|
|
<row class="th" height="28">
|
|
|
|
<description options=",,,ts_owner" value="User"/>
|
|
|
|
<menulist span="all">
|
2011-04-19 20:52:25 +02:00
|
|
|
<menupopup no_lang="1" id="ts_owner"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</menulist>
|
|
|
|
</row>
|
|
|
|
<row class="row">
|
|
|
|
<description options=",,,ts_project" value="Project"/>
|
2006-09-12 17:21:23 +02:00
|
|
|
<grid spacing="1" padding="1">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row disabled="@pm_integration=none">
|
2011-04-19 20:52:25 +02:00
|
|
|
<projectmanager-select span="all" class="fullWidth" onchange="1" id="pm_id" options="None" statustext="Select a project"/>
|
2006-09-12 17:21:23 +02:00
|
|
|
</row>
|
|
|
|
<row disabled="@pm_integration=full">
|
2011-04-19 20:52:25 +02:00
|
|
|
<textbox blur="@ts_project_blur" size="65" maxlength="80" id="ts_project" class="fullWidth"/>
|
2006-09-12 17:21:23 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2005-12-19 05:23:14 +01:00
|
|
|
</row>
|
2008-08-04 14:48:01 +02:00
|
|
|
<row class="row" disabled="@ts_viewtype">
|
2005-12-19 05:23:14 +01:00
|
|
|
<description options=",,ts_unitprice" value="Unitprice"/>
|
2006-09-12 17:21:23 +02:00
|
|
|
<grid>
|
|
|
|
<columns>
|
|
|
|
<column disabled="@pm_integration=none"/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
<row>
|
2011-04-19 20:52:25 +02:00
|
|
|
<projectmanager-pricelist onchange="this.form['exec[ts_unitprice]'].value=this.options[this.selectedIndex].text.lastIndexOf('(') < 0 ? '' : this.options[this.selectedIndex].text.slice(this.options[this.selectedIndex].text.lastIndexOf('(')+1,-1);" id="pl_id" options="None"/>
|
|
|
|
<textbox type="float" span="all" id="ts_unitprice"/>
|
2006-09-12 17:21:23 +02:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2005-12-19 05:23:14 +01:00
|
|
|
</row>
|
|
|
|
<row>
|
2011-04-19 20:52:25 +02:00
|
|
|
<tabbox span="all" id="timesheet.edit.general|timesheet.edit.notes|timesheet.edit.links|timesheet.edit.customfields|timesheet.edit.history">
|
2005-12-19 05:23:14 +01:00
|
|
|
<tabs>
|
|
|
|
<tab label="General" statustext=""/>
|
|
|
|
<tab label="Notes" statustext=""/>
|
|
|
|
<tab label="Links" statustext=""/>
|
2008-08-04 14:48:01 +02:00
|
|
|
<tab label="Custom Fields" statustext=""/>
|
2009-09-10 10:20:27 +02:00
|
|
|
<tab label="History" statustext=""/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</tabs>
|
|
|
|
<tabpanels>
|
|
|
|
<template id="timesheet.edit.general"/>
|
|
|
|
<template id="timesheet.edit.notes"/>
|
|
|
|
<template id="timesheet.edit.links"/>
|
2008-08-04 14:48:01 +02:00
|
|
|
<template id="timesheet.edit.customfields"/>
|
2009-09-10 10:20:27 +02:00
|
|
|
<template id="timesheet.edit.history"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</tabpanels>
|
|
|
|
</tabbox>
|
|
|
|
</row>
|
2010-03-23 13:54:00 +01:00
|
|
|
<row disabled="!@ts_modified">
|
2005-12-19 05:23:14 +01:00
|
|
|
<description value="Last modified"/>
|
|
|
|
<hbox>
|
2011-04-19 20:52:25 +02:00
|
|
|
<date-time readonly="true" id="ts_modified"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
<menulist>
|
2011-04-19 20:52:25 +02:00
|
|
|
<menupopup type="select-account" label="by" readonly="true" id="ts_modifier"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</menulist>
|
|
|
|
</hbox>
|
|
|
|
</row>
|
|
|
|
<row>
|
2011-04-19 20:52:25 +02:00
|
|
|
<hbox span="2">
|
2005-12-19 05:23:14 +01:00
|
|
|
<hbox>
|
|
|
|
<button label="Edit" id="button[edit]" statustext="Edit this entry"/>
|
2011-04-19 20:52:25 +02:00
|
|
|
<button label="Save & New" id="button[save_new]" statustext="Saves this entry and add a new one"/>
|
|
|
|
<button label="Save" id="button[save]" statustext="Saves the changes made"/>
|
|
|
|
<button label="Apply" id="button[apply]" statustext="Applies the changes made"/>
|
|
|
|
<button label="Cancel" onclick="window.close();" id="button[cancel]" statustext="closes the window without saving the changes"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
<html id="js"/>
|
|
|
|
</hbox>
|
2011-04-19 20:52:25 +02:00
|
|
|
<button label="Delete" align="right" onclick="return confirm('Delete this entry');" id="button[delete]" statustext="Delete this entry"/>
|
2005-12-19 05:23:14 +01:00
|
|
|
</hbox>
|
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
2008-08-04 14:48:01 +02:00
|
|
|
<styles>
|
|
|
|
.fullWidth select { widht: 100%; }
|
|
|
|
.fullWidth input { widht: 100%; }
|
|
|
|
.fullWidth textarea { widht: 100%; }
|
|
|
|
</styles>
|
2005-12-19 05:23:14 +01:00
|
|
|
</template>
|
|
|
|
</overlay>
|