|
<%= ws[ i ].appointment_momentStart.format( 'DD.MM.YYYY [-] hh:mm' ) %>
|
<%= ws[ i ].appointment_subject %>
|
<%= _nf( ws[ i ].appointment_duration, 2 ) %>
|
<%= ws[ i ].member ? ws[ i ].member.getName( true ) : 'UNBEKANNT' %>
|
<%= _nf( ws[ i ].hourly_rate, 2 ) %>
|
<%= _nf( ws[ i ].gross_hour, 2 ) %>
|
<%= _nf( ws[ i ].pause_hour, 2 ) %>
|
<%= _nf( ws[ i ].net_hour,2 ) %>
|
<%= ws[ i ].member ? _nf( ( ws[ i ].hourly_rate * ws[ i ].net_hour ),2 ) : '---' %>
|
<%= _nf( ws[ i ].additional_pay, 2 ) %>
|
<%= _nf( ( parseFloat( ws[ i ].hourly_rate ) * parseFloat( ws[ i ].net_hour ) ) + parseFloat( ws[ i ].additional_pay ) , 2 ) %>
|
<%= ws[ i ].notice ? ws[ i ].notice : '---' %>
|
<% } %>