Jelölő adatok IsActive
Mezőgazdaság termeltetés IsActive Számviteli készletnél szállítólevél DateExecution
This commit is contained in:
+2
@@ -217,6 +217,7 @@ Public Class GLCardsRows
|
||||
SetPropertyValue("ShortName", _ShortNameTo, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property UniqueObjects As UniqueObjects
|
||||
Get
|
||||
Return _UniqueObjects
|
||||
@@ -242,6 +243,7 @@ Public Class GLCardsRows
|
||||
SetPropertyValue("JobNumberObjects", _JobNumberObjects, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostPlace As CostPlace
|
||||
Get
|
||||
Return _CostPlace
|
||||
|
||||
+7
-3
@@ -10,8 +10,8 @@ Imports DevExpress.Persistent.BaseImpl
|
||||
Imports DevExpress.Persistent.Validation
|
||||
Imports DevExpress.ExpressApp.ConditionalAppearance
|
||||
|
||||
<DefaultClassOptions(), NavigationItem(False), CreatableItem(False)> _
|
||||
<Appearance("Color Blue when not from GLRows II", AppearanceItemType:="ViewItem", Fontcolor:="Blue", targetitems:="*", Criteria:="GLReportRowsState in ('eRegistry','eInvoice')")> _
|
||||
<DefaultClassOptions(), NavigationItem(False), CreatableItem(False)>
|
||||
<Appearance("Color Blue when not from GLRows II", AppearanceItemType:="ViewItem", FontColor:="Blue", TargetItems:="*", Criteria:="GLReportRowsState in ('eRegistry','eInvoice')")>
|
||||
Public Class GLReportCashflowRows
|
||||
Inherits BaseObject
|
||||
Private _GLReportRowsState As eGLReportRowsState
|
||||
@@ -61,7 +61,7 @@ Public Class GLReportCashflowRows
|
||||
SetPropertyValue("GLReportRowsState", _GLReportRowsState, value)
|
||||
End Set
|
||||
End Property
|
||||
<Association("GLReportCashflowHeader-GLReportCashflowRows", GetType(GLReportCashflowHeader))> _
|
||||
<Association("GLReportCashflowHeader-GLReportCashflowRows", GetType(GLReportCashflowHeader))>
|
||||
Property GLReportCashflowHeader As GLReportCashflowHeader
|
||||
Get
|
||||
Return _GLReportCashflowHeader
|
||||
@@ -87,6 +87,7 @@ Public Class GLReportCashflowRows
|
||||
SetPropertyValue("Controlling", _Controlling, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property UniqueObjects As UniqueObjects
|
||||
Get
|
||||
Return _UniqueObjects
|
||||
@@ -95,6 +96,7 @@ Public Class GLReportCashflowRows
|
||||
SetPropertyValue("UniqueObjects", _UniqueObjects, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostHolder As CostHolder
|
||||
Get
|
||||
Return _CostHolder
|
||||
@@ -103,6 +105,7 @@ Public Class GLReportCashflowRows
|
||||
SetPropertyValue("CostHolder", _CostHolder, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostPlace As CostPlace
|
||||
Get
|
||||
Return _CostPlace
|
||||
@@ -111,6 +114,7 @@ Public Class GLReportCashflowRows
|
||||
SetPropertyValue("CostPlace", _CostPlace, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property JobNumberObjects As JobNumberObjects
|
||||
Get
|
||||
Return _JobNumberObjects
|
||||
|
||||
+4
@@ -141,6 +141,7 @@ Public Class GLReportRows
|
||||
SetPropertyValue("Controlling", _Controlling, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property UniqueObjects As UniqueObjects
|
||||
Get
|
||||
Return _UniqueObjects
|
||||
@@ -149,6 +150,7 @@ Public Class GLReportRows
|
||||
SetPropertyValue("UniqueObjects", _UniqueObjects, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostHolder As CostHolder
|
||||
Get
|
||||
Return _CostHolder
|
||||
@@ -157,6 +159,7 @@ Public Class GLReportRows
|
||||
SetPropertyValue("CostHolder", _CostHolder, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property CostPlace As CostPlace
|
||||
Get
|
||||
Return _CostPlace
|
||||
@@ -165,6 +168,7 @@ Public Class GLReportRows
|
||||
SetPropertyValue("CostPlace", _CostPlace, value)
|
||||
End Set
|
||||
End Property
|
||||
<DataSourceCriteria("IsActive != False")>
|
||||
Property JobNumberObjects As JobNumberObjects
|
||||
Get
|
||||
Return _JobNumberObjects
|
||||
|
||||
Reference in New Issue
Block a user