Imports System Imports System.ComponentModel Imports DevExpress.Xpo Imports DevExpress.Data.Filtering Imports DevExpress.ExpressApp Imports DevExpress.Persistent.Base Imports DevExpress.Persistent.BaseImpl Imports DevExpress.Persistent.Validation Imports DevExpress.ExpressApp.ConditionalAppearance Public Class BookEntryCheck 'Popup a csoportos módosításhoz, és könyvelhetőség beállításához Inherits BaseObject Public Sub New(ByVal session As Session) MyBase.New(session) End Sub Public Property ChartOfAccountsYear As ChartOfAccountsYear Public Property ChartOfAccounts As ChartOfAccounts Public Property JobNumberObjects As JobNumberObjects Public Property CostHolder As CostHolder Public Property CostPlace As CostPlace Public Property UniqueObjects As UniqueObjects Public Property Controlling As Controlling Public Property IsManagerCheck As Boolean = False Public Property IsDateExecution As Boolean = False Public Property DateExecution As Date End Class