BeWoDarmstadt/Teamuebersicht - erste Fixversuche
SupportOID=160191
This commit is contained in:
@@ -82,6 +82,12 @@
|
||||
</Compile>
|
||||
<Compile Include="Service\CustomVacationService.cs" />
|
||||
<Compile Include="Service\ServiceRecordDurationCalculator.cs" />
|
||||
<Compile Include="TeamuebersichtKA.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="TeamuebersichtKA.designer.cs">
|
||||
<DependentUpon>TeamuebersichtKA.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Teamuebersicht.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
@@ -127,6 +133,10 @@
|
||||
<DependentUpon>ServiceInvoiceReport.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="TeamuebersichtKA.resx">
|
||||
<DependentUpon>TeamuebersichtKA.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Teamuebersicht.resx">
|
||||
<DependentUpon>Teamuebersicht.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
@@ -59,11 +59,9 @@ namespace BeWoDarmstadt
|
||||
{
|
||||
foreach (var sr in scRo.ServiceRecords)
|
||||
{
|
||||
if (sr.GroupRoundedDuration != null && sr.GroupRoundedDuration != 0 &&
|
||||
sr.Start >= pRO.ReportStartDate.Value && sr.Start.Value.Date <= end)
|
||||
if (sr.GroupRoundedDuration != null && sr.GroupRoundedDuration != 0 && sr.Start >= pRO.ReportStartDate.Value && sr.Start.Value.Date <= end)
|
||||
scRo.AmountPaid += sr.RoundedDuration / 60;
|
||||
if (sr.ServiceDescription != null && sr.ServiceDescription.Name == "ZwR" &&
|
||||
sr.Start >= pRO.ReportStartDate.Value && sr.Start.Value.Date <= end)
|
||||
if (sr.ServiceDescription != null && sr.ServiceDescription.Name == "ZwR" && sr.Start >= pRO.ReportStartDate.Value && sr.Start.Value.Date <= end)
|
||||
scRo.AmountTotal += sr.RoundedDuration / 60;
|
||||
if (sr.Start >= monthStart && sr.Start.Value.Date <= end)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user