-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Timetracker/Export/Ods): export start time by template tag
- Loading branch information
1 parent
bdd9d68
commit 319b6df
Showing
3 changed files
with
85 additions
and
14 deletions.
There are no files selected for viewing
65 changes: 65 additions & 0 deletions
65
tests/tine20/Sales/Export/definitions/rechnung_bereitschaft.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<config> | ||
<model>Timetracker_Model_Timesheet</model> | ||
<name>ts_rechnung_ods</name> | ||
<type>export</type> | ||
<plugin>Timetracker_Export_Ods_Timesheet</plugin> | ||
<description>standard rechnungs export</description> | ||
<customFields>1</customFields> | ||
<header>1</header> | ||
<headers> | ||
<header>{date}</header> | ||
<header>{user}</header> | ||
</headers> | ||
<columns> | ||
<column> | ||
<identifier>start_date</identifier> | ||
<header>Datum</header> | ||
<type>date</type> | ||
</column> | ||
<column> | ||
<identifier>description</identifier> | ||
<header>Bemerkungen / Art der Arbeit</header> | ||
<type>string</type> | ||
<maxcharacters>250</maxcharacters> | ||
<maxlines>30</maxlines> | ||
<removeEmptyLines>1</removeEmptyLines> | ||
</column> | ||
<column> | ||
<identifier>asp</identifier> | ||
<header>Ansprechpartner</header> | ||
<type>string</type> | ||
<custom>1</custom> | ||
</column> | ||
<column> | ||
<identifier>account_id</identifier> | ||
<header>Mitarbeiter</header> | ||
<type>account_id</type> | ||
<field>accountDisplayName</field> | ||
</column> | ||
<column> | ||
<identifier>accounting_time</identifier> | ||
<header>Std.</header> | ||
<type>float</type> | ||
<divisor>60</divisor> | ||
<number>1</number> | ||
</column> | ||
<column> | ||
<identifier>ticket</identifier> | ||
<header>T#</header> | ||
<type>string</type> | ||
<custom>1</custom> | ||
</column> | ||
<column> | ||
<identifier>start_time</identifier> | ||
<header>Startzeit</header> | ||
<type>string</type> | ||
<clearValueIfTagNotSet>Bereitschaft</clearValueIfTagNotSet> | ||
</column> | ||
<column> | ||
<identifier>tags</identifier> | ||
<header>Tags</header> | ||
<type>tags</type> | ||
</column> | ||
</columns> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters