Merge branch 'master' of http://git.dd:3000/AppStd/EnvelopeGenerator
This commit is contained in:
commit
61c3a859c6
@ -15,6 +15,7 @@
|
|||||||
DocumentOpened = 2001
|
DocumentOpened = 2001
|
||||||
DocumentSigned = 2002
|
DocumentSigned = 2002
|
||||||
SignatureConfirmed = 2003
|
SignatureConfirmed = 2003
|
||||||
|
TriggerInvitationSent = 3001 ' Wird von Trigger verwendet
|
||||||
End Enum
|
End Enum
|
||||||
|
|
||||||
Public Enum ElementStatus
|
Public Enum ElementStatus
|
||||||
|
|||||||
@ -22,8 +22,8 @@ Public Class EmailModel
|
|||||||
oCommand.Parameters.Add("SENDING_PROFILE", SqlDbType.Int).Value = State.DbConfig.SendingProfile
|
oCommand.Parameters.Add("SENDING_PROFILE", SqlDbType.Int).Value = State.DbConfig.SendingProfile
|
||||||
oCommand.Parameters.Add("REFERENCE_ID", SqlDbType.Int).Value = pEmail.ReferenceID
|
oCommand.Parameters.Add("REFERENCE_ID", SqlDbType.Int).Value = pEmail.ReferenceID
|
||||||
oCommand.Parameters.Add("REFERENCE_STRING", SqlDbType.NVarChar).Value = pEmail.ReferenceString
|
oCommand.Parameters.Add("REFERENCE_STRING", SqlDbType.NVarChar).Value = pEmail.ReferenceString
|
||||||
oCommand.Parameters.Add("REMINDER_TYPE_ID", SqlDbType.Int).Value = 77
|
oCommand.Parameters.Add("REMINDER_TYPE_ID", SqlDbType.Int).Value = 202377
|
||||||
oCommand.Parameters.Add("WF_ID", SqlDbType.Int).Value = 77
|
oCommand.Parameters.Add("WF_ID", SqlDbType.Int).Value = 202377 ' Wegen DB-Trigger MUSS dieser Wert gesetzt werden
|
||||||
|
|
||||||
If Database.ExecuteNonQuery(oCommand) Then
|
If Database.ExecuteNonQuery(oCommand) Then
|
||||||
Return True
|
Return True
|
||||||
|
|||||||
@ -187,6 +187,6 @@
|
|||||||
<value>Der Umschlag konnte nicht gelöscht werden!</value>
|
<value>Der Umschlag konnte nicht gelöscht werden!</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="You received a document to sign:" xml:space="preserve">
|
<data name="You received a document to sign:" xml:space="preserve">
|
||||||
<value>Sie haben ein Dokument zu signieren erhalten:</value>
|
<value>Sie haben ein Dokument zum signieren erhalten:</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@ -272,7 +272,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Sucht eine lokalisierte Zeichenfolge, die Sie haben ein Dokument zu signieren erhalten: ähnelt.
|
''' Sucht eine lokalisierte Zeichenfolge, die Sie haben ein Dokument zum signieren erhalten: ähnelt.
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Public Shared ReadOnly Property You_received_a_document_to_sign_() As String
|
Public Shared ReadOnly Property You_received_a_document_to_sign_() As String
|
||||||
Get
|
Get
|
||||||
|
|||||||
@ -411,6 +411,11 @@ Partial Public Class frmEnvelopeEditor
|
|||||||
Me.colColor.MaxWidth = 40
|
Me.colColor.MaxWidth = 40
|
||||||
Me.colColor.MinWidth = 25
|
Me.colColor.MinWidth = 25
|
||||||
Me.colColor.Name = "colColor"
|
Me.colColor.Name = "colColor"
|
||||||
|
Me.colColor.OptionsColumn.AllowEdit = False
|
||||||
|
Me.colColor.OptionsColumn.AllowFocus = False
|
||||||
|
Me.colColor.OptionsColumn.AllowMove = False
|
||||||
|
Me.colColor.OptionsColumn.AllowShowHide = False
|
||||||
|
Me.colColor.OptionsColumn.AllowSize = False
|
||||||
Me.colColor.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.[False]
|
Me.colColor.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.[False]
|
||||||
'
|
'
|
||||||
'RepositoryItemColorEdit1
|
'RepositoryItemColorEdit1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user