Fehlkontakte: AbwWeeger/Quittierungsbeleg.cs und Mittendrin

This commit is contained in:
2023-05-10 16:11:17 +02:00
parent 873be62bfb
commit a545bf352d
3 changed files with 12 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ namespace AbwWeeger
if (sd.ServiceDescription.ToLower().Contains("fehlkontakt"))
{
sd.Notice5 = "FK";
sd.Minutes = sd.Minutes * 80 / 100;
// sd.Minutes = sd.Minutes * 80 / 100; 10.05.2023: nach Rückmeldung vom LVR wieder entfernt
}
else if (sd.IsGroup)

View File

@@ -69,6 +69,12 @@
<DependentUpon>Mitarbeiterstundenkonto.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="QuittierungsbelegMitDatum.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="QuittierungsbelegMitDatum.Designer.cs">
<DependentUpon>QuittierungsbelegMitDatum.cs</DependentUpon>
</Compile>
<Compile Include="ServicesOverviewReport.cs">
<SubType>Component</SubType>
</Compile>
@@ -94,6 +100,10 @@
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="QuittierungsbelegMitDatum.resx">
<DependentUpon>QuittierungsbelegMitDatum.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ServicesOverviewReport.resx">
<DependentUpon>ServicesOverviewReport.cs</DependentUpon>
</EmbeddedResource>

View File

@@ -4,7 +4,7 @@ using BeWo.Report.ReportObjects;
namespace Mittendrin
{
public partial class Stundenzettel : DevExpress.XtraReports.UI.XtraReport, IBeWoReport<ServicesOverviewRO>
public partial class Stundenzettel : DevExpress.XtraReports.UI.XtraReport//, IBeWoReport<ServicesOverviewRO>
{
public Stundenzettel()
{