diff --git a/BeWo/BeWo.csproj b/BeWo/BeWo.csproj
index c649cfd05..c2e0e7f7d 100644
--- a/BeWo/BeWo.csproj
+++ b/BeWo/BeWo.csproj
@@ -2511,6 +2511,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/BeWo/Ressources/Icons/DocumentWithAdd.png b/BeWo/Ressources/Icons/DocumentWithAdd.png
new file mode 100644
index 000000000..184b22700
Binary files /dev/null and b/BeWo/Ressources/Icons/DocumentWithAdd.png differ
diff --git a/BeWo/Ressources/Icons/DocumentWithAdd2.png b/BeWo/Ressources/Icons/DocumentWithAdd2.png
new file mode 100644
index 000000000..21a36eb6e
Binary files /dev/null and b/BeWo/Ressources/Icons/DocumentWithAdd2.png differ
diff --git a/BeWo/Ressources/Icons/adobe-pdf-icon.png b/BeWo/Ressources/Icons/adobe-pdf-icon.png
new file mode 100644
index 000000000..e694647f5
Binary files /dev/null and b/BeWo/Ressources/Icons/adobe-pdf-icon.png differ
diff --git a/BeWo/ServiceProxy/Generated.cs b/BeWo/ServiceProxy/Generated.cs
index c3872f444..2c3c5c4fd 100644
--- a/BeWo/ServiceProxy/Generated.cs
+++ b/BeWo/ServiceProxy/Generated.cs
@@ -1372,6 +1372,11 @@ namespace BeWo.ServiceProxy
[System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/SetBenutzerPasswortChatAppCodeBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
void SetBenutzerPasswortChatAppCode(long pCustomerOid, string benutzerName, string passwort);
+ [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhanden", ReplyAction="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhandenResponse")]
+ [System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/PruefeObBenutzerKontoSchonVorhandenBeWoFaultF" +
+ "ault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
+ bool PruefeObBenutzerKontoSchonVorhanden(long customerOid, string benutzername);
+
[System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/ICustomerService/ArchiveCustomer", ReplyAction="http://tempuri.org/ICustomerService/ArchiveCustomerResponse")]
[System.ServiceModel.FaultContractAttribute(typeof(BeWo.ServiceProxy.BeWoFault), Action="http://tempuri.org/ICustomerService/ArchiveCustomerBeWoFaultFault", Name="BeWoFault", Namespace="http://schemas.datacontract.org/2004/07/BeWo.Service.ServiceContracts")]
void ArchiveCustomer(long pOid, long pVersion);
@@ -2186,6 +2191,11 @@ namespace BeWo.ServiceProxy
base.Channel.SetBenutzerPasswortChatAppCode(pCustomerOid, benutzerName, passwort);
}
+ public bool PruefeObBenutzerKontoSchonVorhanden(long customerOid, string benutzername)
+ {
+ return base.Channel.PruefeObBenutzerKontoSchonVorhanden(customerOid, benutzername);
+ }
+
public void ArchiveCustomer(long pOid, long pVersion)
{
base.Channel.ArchiveCustomer(pOid, pVersion);
diff --git a/BeWo/View/ChatServiceCustomer.xaml b/BeWo/View/ChatServiceCustomer.xaml
index 42901261d..49e89b545 100644
--- a/BeWo/View/ChatServiceCustomer.xaml
+++ b/BeWo/View/ChatServiceCustomer.xaml
@@ -25,6 +25,7 @@
+
@@ -36,12 +37,17 @@
-
-
+
+
-