report & service fixes

This commit is contained in:
Jonathan Jenne
2023-12-21 16:28:14 +01:00
parent 73cb1d8963
commit 119f54e8aa
14 changed files with 492 additions and 95 deletions

View File

@@ -1,4 +1,6 @@
Public Class ReportItem
Imports System.Windows.Forms.VisualStyles.VisualStyleElement
Public Class ReportItem
Public Property Envelope As Envelope
Public Property EnvelopeId As Integer
@@ -6,6 +8,13 @@
Public Property EnvelopeSubject As String
Public Property ItemStatus As Constants.EnvelopeStatus
Public ReadOnly Property ItemStatusTranslated As String
Get
Dim oStatus = ItemStatus.ToString()
Return My.Resources.Model.ResourceManager.GetString(oStatus)
End Get
End Property
Public Property ItemUserReference As String
Public Property ItemDate As Date