<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Bernd,<div class=""><br class=""></div><div class="">kann ich mir das an Deinem System anschauen (url per pm)- welcher Kanal?</div><div class=""><br class=""></div><div class="">Viele Grüße, Andreas</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 29 Sep 2016, at 18:13, Bernd Gewehr <<a href="mailto:bernd@gewehr.net" class="">bernd@gewehr.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class="Apple-interchange-newline">Am 24.09.2016 um 19:06 schrieb Andreas Goetz <<a href="mailto:cpuidle@gmail.com" class="">cpuidle@gmail.com</a>>:<br class=""><br class=""></div><blockquote type="cite" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class=""><div class="">Einfach wenn es irgendwo einen Wert gibt, analog für Kosten:</div><div class=""><br class=""></div><div class="">/**</div><div class=""> * Post-update entity list after adding/ removing/ updating entities</div><div class=""> *</div><div class=""> * @todo move to Entity class</div><div class=""> */</div><div class="">vz.entities.updateTableColumnVisibility = function() {</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>// hide costs if empty for all rows</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>$('.cost').css({</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>display: ($('tbody .cost').filter(function() {</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>return (+$(this).data('cost') || 0) > 0;</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-converted-space"> </span>}).get().length === 0) ? 'none' : ''</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>});</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>// hide total consumption if empty for all rows</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>$('.total').css({</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>display: ($('tbody .total').filter(function() {</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>return (+$(this).data('total') || 0) > 0;</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-converted-space"> </span>}).get().length === 0) ? 'none' : ''</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span>});</div><div class="">};</div><div class=""><br class=""></div><div class="">Viele Grüße, Andreas</div></blockquote><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Hallo, </span><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">bisher folgendes geprüft: in der properties Tabelle existiert kein Eintrag "initialconsumption".</span><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Dementsprechend dürfte auch kein Wert total in der Tabelle existieren.</div><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Es entstehen aber dennoch welche, deswegen wird die Spalte ja auch angezeigt.</div><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Wo kommen die totals werte her?</div><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><div style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Gruß Bernd<br class=""><blockquote type="cite" class=""><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">On 24 Sep 2016, at 15:53, Bernd Gewehr <<a href="mailto:bernd@gewehr.net" class="">bernd@gewehr.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class=""><div class=""><div class="" style="direction: inherit;">Hallo, Andreas,</div><div class="" style="direction: inherit;"><br class=""></div><div class="" style="direction: inherit;">ja, ist es.</div><div class="" style="direction: inherit;"><br class=""></div><div class="" style="direction: inherit;">Ich wollte mal versuchen, alle Daten zu löschen. Vielleicht steckt da der Teufel im Detail.</div><p class="" style="direction: inherit;">Ich fange jetzt wieder an, mich drum zu kümmern.</p><p class="" style="direction: inherit;">Was mir helfen könnte: Nach welcher Regel wird die Spalte "gesamt" eingeblendet?</p><p class="" style="direction: inherit;">Gruß Bernd</p></div></div></div></blockquote></div></blockquote></div></div></blockquote></div><br class=""></div></body></html>