First attempt at fixing documenttype dependent export status
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user