Güteschutzbericht angefangen

This commit is contained in:
Husky
2020-06-02 18:38:55 +02:00
parent 3430be0245
commit 4d5d5082a7
22 changed files with 1092 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace KanSan.ViewModel
{
class GüteschutzEditViewModel
{
}
}

View File

@@ -22,6 +22,10 @@
<ProjectReference Include="..\KanSan.Base\KanSan.Base.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Güteschutz\" />
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="git rev-parse HEAD &gt;&quot;$(ProjectDir)\version.txt" />
</Target>

View File

@@ -19,9 +19,14 @@ namespace KanSan.ViewModel
decimal anzahl;
string bemerkung;
Taetigkeiten model;
bool hatGueteschutzProtokoll = false;
LeistungsverzeichnisPosition leistungsverzeichnis;
List<LeistungsverzeichnisPosition> lvPositionen;
#region getsetters
public bool HatGueteschutzProtokoll
{
get => hatGueteschutzProtokoll;
}
public Fahrzeug Fahrzeug
{
get => fahrzeug;