216 lines
12 KiB
VB.net
216 lines
12 KiB
VB.net
Partial Class GLCassaVC
|
|
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Public Sub New(ByVal Container As System.ComponentModel.IContainer)
|
|
MyClass.New()
|
|
|
|
'Required for Windows.Forms Class Composition Designer support
|
|
Container.Add(Me)
|
|
|
|
End Sub
|
|
|
|
'Component overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Component Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Component Designer
|
|
'It can be modified using the Component Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.aMakeEditable_GLCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aPrintCassaDocument = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aRecalculateSelectedGLCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTable_GLCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aBackToRowEdit_GLCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aToTableD_GLCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGLCassaDivideRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aGenerateGLCassRateDiff = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aImportPCIGroupCassa = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
|
Me.aFinal_GLCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aStorno_GLCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aFinalAndNew_GLCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGetCurrencyRateCassa = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
Me.aGLCassaGenerateDocumentNumber = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
|
'
|
|
'aMakeEditable_GLCassa
|
|
'
|
|
Me.aMakeEditable_GLCassa.Caption = "aMakeEditable_GLCassa"
|
|
Me.aMakeEditable_GLCassa.Category = "ObjectsCreation"
|
|
Me.aMakeEditable_GLCassa.ConfirmationMessage = Nothing
|
|
Me.aMakeEditable_GLCassa.Id = "aMakeEditable_GLCassa"
|
|
Me.aMakeEditable_GLCassa.ImageName = "edit"
|
|
Me.aMakeEditable_GLCassa.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aMakeEditable_GLCassa.TargetObjectsCriteria = "IsEditable=False and IsStorno=False and isnull(GLClosingTime)=True"
|
|
Me.aMakeEditable_GLCassa.ToolTip = Nothing
|
|
'
|
|
'aPrintCassaDocument
|
|
'
|
|
Me.aPrintCassaDocument.Caption = "Print document"
|
|
Me.aPrintCassaDocument.Category = "View"
|
|
Me.aPrintCassaDocument.ConfirmationMessage = Nothing
|
|
Me.aPrintCassaDocument.Id = "aPrintCassaDocument"
|
|
Me.aPrintCassaDocument.ToolTip = Nothing
|
|
'
|
|
'aRecalculateSelectedGLCassa
|
|
'
|
|
Me.aRecalculateSelectedGLCassa.Caption = "aRecalculate Selected GLCassa"
|
|
Me.aRecalculateSelectedGLCassa.Category = "ObjectsCreation"
|
|
Me.aRecalculateSelectedGLCassa.ConfirmationMessage = Nothing
|
|
Me.aRecalculateSelectedGLCassa.Id = "aRecalculateSelectedGLCassa"
|
|
Me.aRecalculateSelectedGLCassa.TargetObjectsCriteria = "isnull(GLClosingTime)=True"
|
|
Me.aRecalculateSelectedGLCassa.ToolTip = Nothing
|
|
'
|
|
'aToTable_GLCassa
|
|
'
|
|
Me.aToTable_GLCassa.Caption = "Add row"
|
|
Me.aToTable_GLCassa.Category = "aToTable_GLCassa"
|
|
Me.aToTable_GLCassa.ConfirmationMessage = Nothing
|
|
Me.aToTable_GLCassa.Id = "aToTable_GLCassa"
|
|
Me.aToTable_GLCassa.TargetViewId = "GLCassa_DetailView"
|
|
Me.aToTable_GLCassa.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aToTable_GLCassa.ToolTip = Nothing
|
|
Me.aToTable_GLCassa.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aBackToRowEdit_GLCassa
|
|
'
|
|
Me.aBackToRowEdit_GLCassa.Caption = "Edit row"
|
|
Me.aBackToRowEdit_GLCassa.Category = "aBackToRowEdit_GLCassa"
|
|
Me.aBackToRowEdit_GLCassa.ConfirmationMessage = Nothing
|
|
Me.aBackToRowEdit_GLCassa.Id = "aBackToRowEdit_GLCassa"
|
|
Me.aBackToRowEdit_GLCassa.TargetViewId = "GLCassa_DetailView"
|
|
Me.aBackToRowEdit_GLCassa.ToolTip = Nothing
|
|
'
|
|
'aToTableD_GLCassa
|
|
'
|
|
Me.aToTableD_GLCassa.Caption = "Delete row"
|
|
Me.aToTableD_GLCassa.Category = "aToTableD_GLCassa"
|
|
Me.aToTableD_GLCassa.ConfirmationMessage = Nothing
|
|
Me.aToTableD_GLCassa.Id = "aToTableD_GLCassa"
|
|
Me.aToTableD_GLCassa.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aToTableD_GLCassa.TargetViewId = "GLCassa_DetailView"
|
|
Me.aToTableD_GLCassa.ToolTip = Nothing
|
|
'
|
|
'aGLCassaDivideRows
|
|
'
|
|
Me.aGLCassaDivideRows.AcceptButtonCaption = Nothing
|
|
Me.aGLCassaDivideRows.CancelButtonCaption = Nothing
|
|
Me.aGLCassaDivideRows.Caption = "Divide rows"
|
|
Me.aGLCassaDivideRows.ConfirmationMessage = Nothing
|
|
Me.aGLCassaDivideRows.Id = "aGLCassaDivideRows"
|
|
Me.aGLCassaDivideRows.ImageName = "row_add_after"
|
|
Me.aGLCassaDivideRows.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aGLCassaDivideRows.TargetViewId = "GLHeader_GLRows_ListView_Cassa"
|
|
Me.aGLCassaDivideRows.ToolTip = Nothing
|
|
'
|
|
'aGenerateGLCassRateDiff
|
|
'
|
|
Me.aGenerateGLCassRateDiff.Caption = "Generate rate diff"
|
|
Me.aGenerateGLCassRateDiff.Category = "ObjectsCreation"
|
|
Me.aGenerateGLCassRateDiff.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aGenerateGLCassRateDiff.Id = "aGenerateGLCassaRateDiff"
|
|
Me.aGenerateGLCassRateDiff.ImageName = "money"
|
|
Me.aGenerateGLCassRateDiff.TargetViewId = "GLCassa_ListView"
|
|
Me.aGenerateGLCassRateDiff.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aGenerateGLCassRateDiff.ToolTip = Nothing
|
|
Me.aGenerateGLCassRateDiff.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aImportPCIGroupCassa
|
|
'
|
|
Me.aImportPCIGroupCassa.AcceptButtonCaption = Nothing
|
|
Me.aImportPCIGroupCassa.CancelButtonCaption = Nothing
|
|
Me.aImportPCIGroupCassa.Caption = "Get exported "
|
|
Me.aImportPCIGroupCassa.Category = "aImportPCIGroupCassa"
|
|
Me.aImportPCIGroupCassa.ConfirmationMessage = Nothing
|
|
Me.aImportPCIGroupCassa.Id = "aImportPCIGroupCassa"
|
|
Me.aImportPCIGroupCassa.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
|
Me.aImportPCIGroupCassa.TargetViewId = "GLCassa_DetailView"
|
|
Me.aImportPCIGroupCassa.ToolTip = Nothing
|
|
'
|
|
'aFinal_GLCassa
|
|
'
|
|
Me.aFinal_GLCassa.Caption = "aFinal_GLCassa"
|
|
Me.aFinal_GLCassa.Category = "ObjectsCreation"
|
|
Me.aFinal_GLCassa.ConfirmationMessage = Nothing
|
|
Me.aFinal_GLCassa.Id = "aFinal_GLCassa"
|
|
Me.aFinal_GLCassa.ImageName = "MenuBar_SaveAndClose"
|
|
Me.aFinal_GLCassa.TargetObjectsCriteria = "isnull(GLClosingTime)=True"
|
|
Me.aFinal_GLCassa.TargetObjectType = GetType(Nuvolar.[Module].GLCassa)
|
|
Me.aFinal_GLCassa.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aFinal_GLCassa.ToolTip = Nothing
|
|
Me.aFinal_GLCassa.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aStorno_GLCassa
|
|
'
|
|
Me.aStorno_GLCassa.Caption = "aStorno_GLCassa"
|
|
Me.aStorno_GLCassa.Category = "ObjectsCreation"
|
|
Me.aStorno_GLCassa.ConfirmationMessage = "Do you want to execute command ?"
|
|
Me.aStorno_GLCassa.Id = "aStorno_GLCassa"
|
|
Me.aStorno_GLCassa.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
|
Me.aStorno_GLCassa.TargetObjectsCriteria = "IsStorno=False and IsEditable=False and isnull(GLClosingTime)=True"
|
|
Me.aStorno_GLCassa.TargetObjectType = GetType(Nuvolar.[Module].GLCassa)
|
|
Me.aStorno_GLCassa.TargetViewId = ""
|
|
Me.aStorno_GLCassa.ToolTip = Nothing
|
|
Me.aStorno_GLCassa.TypeOfView = GetType(DevExpress.ExpressApp.View)
|
|
'
|
|
'aFinalAndNew_GLCassa
|
|
'
|
|
Me.aFinalAndNew_GLCassa.Caption = "aFinalAndNew_GLCassa"
|
|
Me.aFinalAndNew_GLCassa.Category = "ObjectsCreation"
|
|
Me.aFinalAndNew_GLCassa.ConfirmationMessage = Nothing
|
|
Me.aFinalAndNew_GLCassa.Id = "aFinalAndNew_GLCassa"
|
|
Me.aFinalAndNew_GLCassa.ImageName = "MenuBar_SaveAndNew"
|
|
Me.aFinalAndNew_GLCassa.TargetObjectType = GetType(Nuvolar.[Module].GLCassa)
|
|
Me.aFinalAndNew_GLCassa.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aFinalAndNew_GLCassa.ToolTip = Nothing
|
|
Me.aFinalAndNew_GLCassa.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aGetCurrencyRateCassa
|
|
'
|
|
Me.aGetCurrencyRateCassa.Caption = "aGet Currency Rate Cassa"
|
|
Me.aGetCurrencyRateCassa.Category = "aGetCurrencyRateCassa"
|
|
Me.aGetCurrencyRateCassa.ConfirmationMessage = Nothing
|
|
Me.aGetCurrencyRateCassa.Id = "aGetCurrencyRateCassa"
|
|
Me.aGetCurrencyRateCassa.TargetObjectType = GetType(Nuvolar.[Module].GLCassa)
|
|
Me.aGetCurrencyRateCassa.TargetViewType = DevExpress.ExpressApp.ViewType.DetailView
|
|
Me.aGetCurrencyRateCassa.ToolTip = Nothing
|
|
Me.aGetCurrencyRateCassa.TypeOfView = GetType(DevExpress.ExpressApp.DetailView)
|
|
'
|
|
'aGLCassaGenerateDocumentNumber
|
|
'
|
|
Me.aGLCassaGenerateDocumentNumber.Caption = "aGLCassa Generate Document Number"
|
|
Me.aGLCassaGenerateDocumentNumber.ConfirmationMessage = Nothing
|
|
Me.aGLCassaGenerateDocumentNumber.Id = "aGLCassaGenerateDocumentNumber"
|
|
Me.aGLCassaGenerateDocumentNumber.TargetObjectsCriteria = ""
|
|
Me.aGLCassaGenerateDocumentNumber.TargetObjectType = GetType(Nuvolar.[Module].GLCassa)
|
|
Me.aGLCassaGenerateDocumentNumber.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
|
|
Me.aGLCassaGenerateDocumentNumber.ToolTip = Nothing
|
|
Me.aGLCassaGenerateDocumentNumber.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
|
|
|
|
End Sub
|
|
Friend WithEvents aToTable_GLCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aFinal_GLCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aStorno_GLCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aFinalAndNew_GLCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aMakeEditable_GLCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aPrintCassaDocument As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aRecalculateSelectedGLCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aBackToRowEdit_GLCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aToTableD_GLCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGLCassaDivideRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aGenerateGLCassRateDiff As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aImportPCIGroupCassa As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
|
Friend WithEvents aGetCurrencyRateCassa As DevExpress.ExpressApp.Actions.SimpleAction
|
|
Friend WithEvents aGLCassaGenerateDocumentNumber As DevExpress.ExpressApp.Actions.SimpleAction
|
|
|
|
End Class
|