MH: Hauptbetreuer/-in auf QB von Biotop eingefügt
This commit is contained in:
19
BeWo.sln
19
BeWo.sln
@@ -523,6 +523,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AkggMid", "ReportImp\AkggMi
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiakonieLennepJobfit", "ReportImp\DiakonieLennepJobfit\DiakonieLennepJobfit.csproj", "{370A9FEA-F0C5-469B-BFF7-C4049A08AC7F}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biotop", "ReportImp\Biotop\Biotop.csproj", "{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|.NET = Debug|.NET
|
||||
@@ -4094,6 +4096,22 @@ Global
|
||||
{370A9FEA-F0C5-469B-BFF7-C4049A08AC7F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{370A9FEA-F0C5-469B-BFF7-C4049A08AC7F}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{370A9FEA-F0C5-469B-BFF7-C4049A08AC7F}.Release|x86.Build.0 = Release|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Debug|.NET.Build.0 = Debug|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Release|.NET.Build.0 = Release|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
@@ -4351,6 +4369,7 @@ Global
|
||||
{39876291-220B-412E-8ADE-B7A24621656D} = {D8A691C5-146D-4613-86CC-438F02FE9106}
|
||||
{B02A94EB-8D34-41D0-8E53-20F116240101} = {D8A691C5-146D-4613-86CC-438F02FE9106}
|
||||
{370A9FEA-F0C5-469B-BFF7-C4049A08AC7F} = {D8A691C5-146D-4613-86CC-438F02FE9106}
|
||||
{3B233B57-6F1C-4153-A0E6-C2739A3AEFBD} = {D8A691C5-146D-4613-86CC-438F02FE9106}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {FBE985BB-9F0F-4DBB-8F94-ABC37A803FF9}
|
||||
|
||||
@@ -75,6 +75,12 @@
|
||||
<Compile Include="Budgetnachweis2.Designer.cs">
|
||||
<DependentUpon>Budgetnachweis2.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Quittierungsbeleg.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Quittierungsbeleg.Designer.cs">
|
||||
<DependentUpon>Quittierungsbeleg.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ServiceInvoiceReport.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
@@ -130,6 +136,10 @@
|
||||
<DependentUpon>Budgetnachweis2.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Quittierungsbeleg.resx">
|
||||
<DependentUpon>Quittierungsbeleg.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="ServiceInvoiceReport.resx">
|
||||
<DependentUpon>ServiceInvoiceReport.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
@@ -301,7 +301,7 @@ namespace BeWo.Service.Plugins
|
||||
//t = "5427523619"; // ChristopherusHausFamilienhilfe
|
||||
//t = "8251343124"; // Rat Plus Tat
|
||||
//t = "6819347851"; // Awo Kreisverband Plön
|
||||
t = "2385915144"; // AKGG GmbHd
|
||||
//t = "2385915144"; // AKGG GmbHd
|
||||
//t = "8002913382"; // AKGG GmbH (MID)
|
||||
//t = "5155880294"; // BHV Bergische Hauspflege
|
||||
//t = "8366649557"; // Münchner Aids-Hilfe e.V.
|
||||
@@ -323,7 +323,7 @@ namespace BeWo.Service.Plugins
|
||||
//t = "1048483934"; // Frauenhaus e.V. EWFRA - Wohnprojekt für Frauen
|
||||
//t = "4293131072"; // ASB Rhein-Erft/Düren e.V. Schulbegleitung
|
||||
//t = "2221228727"; // Autismus Leben gGmbH
|
||||
//t = "5065709552"; // Biotop e.V.
|
||||
t = "5065709552"; // Biotop e.V.
|
||||
//t = "9094672461"; // Toprak GmbH
|
||||
|
||||
return t;
|
||||
|
||||
Reference in New Issue
Block a user