First attempt at fixing documenttype dependent export status

This commit is contained in:
Jonathan Jenne
2022-05-24 16:10:34 +02:00
parent b460618548
commit 143823aae2
3 changed files with 36 additions and 9 deletions

View File

@@ -1,4 +1,6 @@
Namespace Winline.Entities
Imports MultiTool.Common.Winline.WinlineData
Namespace Winline.Entities
Public Class ExportDocument
Public Property Schema As Templates.Template
@@ -9,6 +11,9 @@
End Get
End Property
Public Property Kind As DocumentKind
Public Property RunningNumber As String
Public Property Number As String
@@ -18,8 +23,9 @@
Public Property GrossAmount As Double
Public Property IsSelected As Boolean = False
Public Property IsExported As Boolean = False
Public Property IsExported As Boolean
Public Property ExportType As Integer
Public Property FilenameExport As String
Public Property ExportedWhen As Date
Public Property ExportedWho As String