X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b401022733a9645ed701522585b2d57db936f5cc..7ca15b5853146dd809f2ad3f5b2e1d9dab4f8dd4:/topdf.php
diff --git a/topdf.php b/topdf.php
index 2be45cc4..68a1eb5c 100644
--- a/topdf.php
+++ b/topdf.php
@@ -160,6 +160,7 @@ if ($totals_only) {
if ($bean->getAttribute('chnote')) { $colspan++; $html .= '
'.$i18n->getKey('label.note').' | '; }
if ($bean->getAttribute('chcost')) { $colspan++; $html .= "".$i18n->getKey('label.cost').' | '; }
if ($bean->getAttribute('chpaid')) { $colspan++; $html .= "".$i18n->getKey('label.paid').' | '; }
+ if ($bean->getAttribute('chip')) { $colspan++; $html .= "".$i18n->getKey('label.ip').' | '; }
if ($bean->getAttribute('chinvoice')) { $colspan++; $html .= ''.$i18n->getKey('label.invoice').' | '; }
$html .= '';
$html .= '';
@@ -210,6 +211,7 @@ if ($totals_only) {
$html .= '';
}
if ($bean->getAttribute('chpaid')) $html .= ' | ';
+ if ($bean->getAttribute('chip')) $html .= ' | ';
if ($bean->getAttribute('chinvoice')) $html .= ' | ';
$html .= '';
$html .= '| |
';
@@ -242,6 +244,11 @@ if ($totals_only) {
$html .= $item['paid'] == 1 ? $i18n->getKey('label.yes') : $i18n->getKey('label.no');
$html .= '';
}
+ if ($bean->getAttribute('chip')) {
+ $html .= '';
+ $html .= $item['modified'] ? $item['modified_ip'].' '.$item['modified'] : $item['created_ip'].' '.$item['created'];
+ $html .= ' | ';
+ }
if ($bean->getAttribute('chinvoice')) $html .= ''.htmlspecialchars($item['invoice']).' | ';
$html .= '';
@@ -291,6 +298,7 @@ if ($totals_only) {
$html .= '';
}
if ($bean->getAttribute('chpaid')) $html .= ' | ';
+ if ($bean->getAttribute('chip')) $html .= ' | ';
if ($bean->getAttribute('chinvoice')) $html .= ' | ';
$html .= '';
}
@@ -317,6 +325,7 @@ if ($totals_only) {
$html .= '';
}
if ($bean->getAttribute('chpaid')) $html .= ' | ';
+ if ($bean->getAttribute('chip')) $html .= ' | ';
if ($bean->getAttribute('chinvoice')) $html .= ' | ';
$html .= '';
$html .= '';