First create solution
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
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
|
||||
|
||||
<DefaultClassOptions()> _
|
||||
<NavigationItem(False), CreatableItem(False)> _
|
||||
<DeferredDeletion(False)> _
|
||||
<Appearance("Hide ChartOfAccounts when IsManagerCheck=True", AppearanceItemType.ViewItem, "IsManagerCheck=True", TargetItems:="ChartOfAccounts", visibility:=DevExpress.ExpressApp.Editors.ViewItemVisibility.Hide)> _
|
||||
<Appearance("Hide DateExecution when IsDateExecution=False", AppearanceItemType.ViewItem, "IsDateExecution=False", TargetItems:="DateExecution", visibility:=DevExpress.ExpressApp.Editors.ViewItemVisibility.Hide)> _
|
||||
<RuleCriteria("RuleCriteria BookEntryCheck-Controlling", "*", "Controlling.Children.Count=0", "Csak gyermek objektum választható ki!", SkipNullOrEmptyValues:=False)> _
|
||||
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
|
||||
<NonPersistent()> Public Property ChartOfAccountsYear As ChartOfAccountsYear
|
||||
<NonPersistent()> <ImmediatePostData(True), DataSourceCriteria("IsParent=False")> Public Property ChartOfAccounts As ChartOfAccounts
|
||||
<NonPersistent()> Public Property JobNumberObjects As JobNumberObjects
|
||||
<NonPersistent()> Public Property CostHolder As CostHolder
|
||||
<NonPersistent()> Public Property CostPlace As CostPlace
|
||||
<NonPersistent()> Public Property UniqueObjects As UniqueObjects
|
||||
<NonPersistent()> Public Property Controlling As Controlling
|
||||
<NonPersistent(), Browsable(False), ImmediatePostData()> Public Property IsManagerCheck As Boolean = False
|
||||
<NonPersistent(), ImmediatePostData()> Public Property IsDateExecution As Boolean = False
|
||||
<NonPersistent()> Public Property DateExecution As Date
|
||||
End Class
|
||||
+294
@@ -0,0 +1,294 @@
|
||||
Partial Class BookEntryVC
|
||||
|
||||
<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.aBookEntryPayables = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aBookEntryReceiveables = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aGLRowsCheck = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aGLRowsDivide = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aBookEntryRemove = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aGLAccountsforBookEntryCheck = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aGLAccountsforBookEntryRemove = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aBookEntryCheckGotoNextStep = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aViewAttachments = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aViewAttachments_BEP = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aViewRegistry_BEP = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aViewRegistry_BEC = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aGLAccountsReadyforBookEntry = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
Me.aVATDivide = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
|
||||
Me.aVATMerge = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
|
||||
'
|
||||
'aBookEntryPayables
|
||||
'
|
||||
Me.aBookEntryPayables.Caption = "Book Entry"
|
||||
Me.aBookEntryPayables.Category = "ObjectsCreation"
|
||||
Me.aBookEntryPayables.ConfirmationMessage = "Do you want to execute command ?"
|
||||
Me.aBookEntryPayables.Id = "aBookEntryPayables"
|
||||
Me.aBookEntryPayables.ImageName = "import2"
|
||||
Me.aBookEntryPayables.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aBookEntryPayables.Shortcut = Nothing
|
||||
Me.aBookEntryPayables.Tag = Nothing
|
||||
Me.aBookEntryPayables.TargetObjectsCriteria = Nothing
|
||||
Me.aBookEntryPayables.TargetViewId = "RegistryHeader_ListView_GLAccounts"
|
||||
Me.aBookEntryPayables.ToolTip = Nothing
|
||||
Me.aBookEntryPayables.TypeOfView = Nothing
|
||||
'
|
||||
'aBookEntryReceiveables
|
||||
'
|
||||
Me.aBookEntryReceiveables.Caption = "Book Entry"
|
||||
Me.aBookEntryReceiveables.Category = "ObjectsCreation"
|
||||
Me.aBookEntryReceiveables.ConfirmationMessage = "Do you want to execute command ?"
|
||||
Me.aBookEntryReceiveables.Id = "aBookEntryReceiveables"
|
||||
Me.aBookEntryReceiveables.ImageName = "import1"
|
||||
Me.aBookEntryReceiveables.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aBookEntryReceiveables.Shortcut = Nothing
|
||||
Me.aBookEntryReceiveables.Tag = Nothing
|
||||
Me.aBookEntryReceiveables.TargetObjectsCriteria = Nothing
|
||||
Me.aBookEntryReceiveables.TargetViewId = "InvoiceHeader_ListView_GLAccounts"
|
||||
Me.aBookEntryReceiveables.ToolTip = Nothing
|
||||
Me.aBookEntryReceiveables.TypeOfView = Nothing
|
||||
'
|
||||
'aGLRowsCheck
|
||||
'
|
||||
Me.aGLRowsCheck.AcceptButtonCaption = Nothing
|
||||
Me.aGLRowsCheck.CancelButtonCaption = Nothing
|
||||
Me.aGLRowsCheck.Caption = "Check rows"
|
||||
Me.aGLRowsCheck.Category = "RecordEdit"
|
||||
Me.aGLRowsCheck.ConfirmationMessage = Nothing
|
||||
Me.aGLRowsCheck.Id = "aGLRowsCheck"
|
||||
Me.aGLRowsCheck.ImageName = "index_preferences"
|
||||
Me.aGLRowsCheck.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aGLRowsCheck.Shortcut = Nothing
|
||||
Me.aGLRowsCheck.Tag = Nothing
|
||||
Me.aGLRowsCheck.TargetObjectsCriteria = Nothing
|
||||
Me.aGLRowsCheck.TargetViewId = Nothing
|
||||
Me.aGLRowsCheck.ToolTip = Nothing
|
||||
Me.aGLRowsCheck.TypeOfView = Nothing
|
||||
'
|
||||
'aGLRowsDivide
|
||||
'
|
||||
Me.aGLRowsDivide.AcceptButtonCaption = Nothing
|
||||
Me.aGLRowsDivide.CancelButtonCaption = Nothing
|
||||
Me.aGLRowsDivide.Caption = "Divide rows"
|
||||
Me.aGLRowsDivide.Category = "RecordEdit"
|
||||
Me.aGLRowsDivide.ConfirmationMessage = Nothing
|
||||
Me.aGLRowsDivide.Id = "aGLRowsDivide"
|
||||
Me.aGLRowsDivide.ImageName = "row_add_after"
|
||||
Me.aGLRowsDivide.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aGLRowsDivide.Shortcut = Nothing
|
||||
Me.aGLRowsDivide.Tag = Nothing
|
||||
Me.aGLRowsDivide.TargetObjectsCriteria = Nothing
|
||||
Me.aGLRowsDivide.TargetViewId = Nothing
|
||||
Me.aGLRowsDivide.ToolTip = Nothing
|
||||
Me.aGLRowsDivide.TypeOfView = Nothing
|
||||
'
|
||||
'aBookEntryRemove
|
||||
'
|
||||
Me.aBookEntryRemove.Caption = "Remove book entry"
|
||||
Me.aBookEntryRemove.Category = "ObjectsCreation"
|
||||
Me.aBookEntryRemove.ConfirmationMessage = "Do you want to execute command ?"
|
||||
Me.aBookEntryRemove.Id = "aBookEntryRemove"
|
||||
Me.aBookEntryRemove.ImageName = "row_delete"
|
||||
Me.aBookEntryRemove.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aBookEntryRemove.Shortcut = Nothing
|
||||
Me.aBookEntryRemove.Tag = Nothing
|
||||
Me.aBookEntryRemove.TargetObjectsCriteria = Nothing
|
||||
Me.aBookEntryRemove.TargetViewId = "GLAccounts_ListView"
|
||||
Me.aBookEntryRemove.ToolTip = Nothing
|
||||
Me.aBookEntryRemove.TypeOfView = Nothing
|
||||
'
|
||||
'aGLAccountsforBookEntryCheck
|
||||
'
|
||||
Me.aGLAccountsforBookEntryCheck.AcceptButtonCaption = Nothing
|
||||
Me.aGLAccountsforBookEntryCheck.CancelButtonCaption = Nothing
|
||||
Me.aGLAccountsforBookEntryCheck.Caption = "Check rows"
|
||||
Me.aGLAccountsforBookEntryCheck.Category = "RecordEdit"
|
||||
Me.aGLAccountsforBookEntryCheck.ConfirmationMessage = Nothing
|
||||
Me.aGLAccountsforBookEntryCheck.Id = "aGLAccountsforBookEntryCheck"
|
||||
Me.aGLAccountsforBookEntryCheck.ImageName = "index_preferences"
|
||||
Me.aGLAccountsforBookEntryCheck.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aGLAccountsforBookEntryCheck.Shortcut = Nothing
|
||||
Me.aGLAccountsforBookEntryCheck.Tag = Nothing
|
||||
Me.aGLAccountsforBookEntryCheck.TargetObjectsCriteria = Nothing
|
||||
Me.aGLAccountsforBookEntryCheck.TargetViewId = ""
|
||||
Me.aGLAccountsforBookEntryCheck.ToolTip = Nothing
|
||||
Me.aGLAccountsforBookEntryCheck.TypeOfView = Nothing
|
||||
'
|
||||
'aGLAccountsforBookEntryRemove
|
||||
'
|
||||
Me.aGLAccountsforBookEntryRemove.Caption = "Remove book entry check"
|
||||
Me.aGLAccountsforBookEntryRemove.Category = "ObjectsCreation"
|
||||
Me.aGLAccountsforBookEntryRemove.ConfirmationMessage = "Do you want to execute command ?"
|
||||
Me.aGLAccountsforBookEntryRemove.Id = "aGLAccountsforBookEntryRemove"
|
||||
Me.aGLAccountsforBookEntryRemove.ImageName = "row_delete"
|
||||
Me.aGLAccountsforBookEntryRemove.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aGLAccountsforBookEntryRemove.Shortcut = Nothing
|
||||
Me.aGLAccountsforBookEntryRemove.Tag = Nothing
|
||||
Me.aGLAccountsforBookEntryRemove.TargetObjectsCriteria = Nothing
|
||||
Me.aGLAccountsforBookEntryRemove.TargetViewId = ""
|
||||
Me.aGLAccountsforBookEntryRemove.ToolTip = Nothing
|
||||
Me.aGLAccountsforBookEntryRemove.TypeOfView = Nothing
|
||||
'
|
||||
'aBookEntryCheckGotoNextStep
|
||||
'
|
||||
Me.aBookEntryCheckGotoNextStep.AcceptButtonCaption = Nothing
|
||||
Me.aBookEntryCheckGotoNextStep.CancelButtonCaption = Nothing
|
||||
Me.aBookEntryCheckGotoNextStep.Caption = "Next step"
|
||||
Me.aBookEntryCheckGotoNextStep.Category = "RecordsNavigation"
|
||||
Me.aBookEntryCheckGotoNextStep.ConfirmationMessage = Nothing
|
||||
Me.aBookEntryCheckGotoNextStep.Id = "aBookEntryCheckGotoNextStep"
|
||||
Me.aBookEntryCheckGotoNextStep.ImageName = "step"
|
||||
Me.aBookEntryCheckGotoNextStep.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aBookEntryCheckGotoNextStep.Shortcut = Nothing
|
||||
Me.aBookEntryCheckGotoNextStep.Tag = Nothing
|
||||
Me.aBookEntryCheckGotoNextStep.TargetObjectsCriteria = Nothing
|
||||
Me.aBookEntryCheckGotoNextStep.TargetViewId = ""
|
||||
Me.aBookEntryCheckGotoNextStep.ToolTip = Nothing
|
||||
Me.aBookEntryCheckGotoNextStep.TypeOfView = Nothing
|
||||
'
|
||||
'aViewAttachments
|
||||
'
|
||||
Me.aViewAttachments.Caption = "View attachments"
|
||||
Me.aViewAttachments.ConfirmationMessage = Nothing
|
||||
Me.aViewAttachments.Id = "aViewAttachments"
|
||||
Me.aViewAttachments.ImageName = "printer_view"
|
||||
Me.aViewAttachments.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aViewAttachments.Shortcut = Nothing
|
||||
Me.aViewAttachments.Tag = Nothing
|
||||
Me.aViewAttachments.TargetObjectsCriteria = Nothing
|
||||
Me.aViewAttachments.TargetViewId = ""
|
||||
Me.aViewAttachments.ToolTip = Nothing
|
||||
Me.aViewAttachments.TypeOfView = Nothing
|
||||
'
|
||||
'aViewAttachments_BEP
|
||||
'
|
||||
Me.aViewAttachments_BEP.Caption = "View attachments"
|
||||
Me.aViewAttachments_BEP.ConfirmationMessage = Nothing
|
||||
Me.aViewAttachments_BEP.Id = "aViewAttachments_BEP"
|
||||
Me.aViewAttachments_BEP.ImageName = "printer_view"
|
||||
Me.aViewAttachments_BEP.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aViewAttachments_BEP.Shortcut = Nothing
|
||||
Me.aViewAttachments_BEP.Tag = Nothing
|
||||
Me.aViewAttachments_BEP.TargetObjectsCriteria = Nothing
|
||||
Me.aViewAttachments_BEP.TargetViewId = "RegistryHeader_ListView_GLAccounts"
|
||||
Me.aViewAttachments_BEP.ToolTip = Nothing
|
||||
Me.aViewAttachments_BEP.TypeOfView = Nothing
|
||||
'
|
||||
'aViewRegistry_BEP
|
||||
'
|
||||
Me.aViewRegistry_BEP.Caption = "View registry"
|
||||
Me.aViewRegistry_BEP.ConfirmationMessage = Nothing
|
||||
Me.aViewRegistry_BEP.Id = "aViewRegistry_BEP"
|
||||
Me.aViewRegistry_BEP.ImageName = "document_pinned"
|
||||
Me.aViewRegistry_BEP.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aViewRegistry_BEP.Shortcut = Nothing
|
||||
Me.aViewRegistry_BEP.Tag = Nothing
|
||||
Me.aViewRegistry_BEP.TargetObjectsCriteria = Nothing
|
||||
Me.aViewRegistry_BEP.TargetViewId = "RegistryHeader_ListView_GLAccounts"
|
||||
Me.aViewRegistry_BEP.ToolTip = Nothing
|
||||
Me.aViewRegistry_BEP.TypeOfView = Nothing
|
||||
'
|
||||
'aViewRegistry_BEC
|
||||
'
|
||||
Me.aViewRegistry_BEC.Caption = "View registry"
|
||||
Me.aViewRegistry_BEC.ConfirmationMessage = Nothing
|
||||
Me.aViewRegistry_BEC.Id = "aViewRegistry_BEC"
|
||||
Me.aViewRegistry_BEC.ImageName = "document_pinned"
|
||||
Me.aViewRegistry_BEC.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aViewRegistry_BEC.Shortcut = Nothing
|
||||
Me.aViewRegistry_BEC.Tag = Nothing
|
||||
Me.aViewRegistry_BEC.TargetObjectsCriteria = Nothing
|
||||
Me.aViewRegistry_BEC.TargetViewId = ""
|
||||
Me.aViewRegistry_BEC.ToolTip = Nothing
|
||||
Me.aViewRegistry_BEC.TypeOfView = Nothing
|
||||
'
|
||||
'aGLAccountsReadyforBookEntry
|
||||
'
|
||||
Me.aGLAccountsReadyforBookEntry.Caption = "Readyfor Book Entry"
|
||||
Me.aGLAccountsReadyforBookEntry.ConfirmationMessage = Nothing
|
||||
Me.aGLAccountsReadyforBookEntry.Id = "aGLAccountsReadyforBookEntry"
|
||||
Me.aGLAccountsReadyforBookEntry.ImageName = Nothing
|
||||
Me.aGLAccountsReadyforBookEntry.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aGLAccountsReadyforBookEntry.Shortcut = Nothing
|
||||
Me.aGLAccountsReadyforBookEntry.Tag = Nothing
|
||||
Me.aGLAccountsReadyforBookEntry.TargetObjectsCriteria = Nothing
|
||||
Me.aGLAccountsReadyforBookEntry.TargetViewId = Nothing
|
||||
Me.aGLAccountsReadyforBookEntry.ToolTip = Nothing
|
||||
Me.aGLAccountsReadyforBookEntry.TypeOfView = Nothing
|
||||
'
|
||||
'aVATDivide
|
||||
'
|
||||
Me.aVATDivide.AcceptButtonCaption = Nothing
|
||||
Me.aVATDivide.CancelButtonCaption = Nothing
|
||||
Me.aVATDivide.Caption = "Divide VAT row"
|
||||
Me.aVATDivide.Category = "RecordEdit"
|
||||
Me.aVATDivide.ConfirmationMessage = Nothing
|
||||
Me.aVATDivide.Id = "aVATDivide"
|
||||
Me.aVATDivide.ImageName = "row_add_after"
|
||||
Me.aVATDivide.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
|
||||
Me.aVATDivide.Shortcut = Nothing
|
||||
Me.aVATDivide.Tag = Nothing
|
||||
Me.aVATDivide.TargetObjectsCriteria = Nothing
|
||||
Me.aVATDivide.TargetViewId = Nothing
|
||||
Me.aVATDivide.ToolTip = Nothing
|
||||
Me.aVATDivide.TypeOfView = Nothing
|
||||
'
|
||||
'aVATMerge
|
||||
'
|
||||
Me.aVATMerge.Caption = "aVATMerge"
|
||||
Me.aVATMerge.Category = "RecordEdit"
|
||||
Me.aVATMerge.ConfirmationMessage = "Do you want to execute command ?"
|
||||
Me.aVATMerge.Id = "aVATMerge"
|
||||
Me.aVATMerge.ImageName = Nothing
|
||||
Me.aVATMerge.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
|
||||
Me.aVATMerge.Shortcut = Nothing
|
||||
Me.aVATMerge.Tag = Nothing
|
||||
Me.aVATMerge.TargetObjectsCriteria = Nothing
|
||||
Me.aVATMerge.TargetObjectsCriteriaMode = DevExpress.ExpressApp.Actions.TargetObjectsCriteriaMode.TrueForAll
|
||||
Me.aVATMerge.TargetViewId = Nothing
|
||||
Me.aVATMerge.ToolTip = Nothing
|
||||
Me.aVATMerge.TypeOfView = Nothing
|
||||
|
||||
End Sub
|
||||
Friend WithEvents aBookEntryPayables As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aBookEntryReceiveables As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aGLRowsCheck As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aGLRowsDivide As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aBookEntryRemove As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aGLAccountsforBookEntryCheck As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aGLAccountsforBookEntryRemove As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aBookEntryCheckGotoNextStep As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aViewAttachments As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aViewAttachments_BEP As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aViewRegistry_BEP As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aViewRegistry_BEC As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aGLAccountsReadyforBookEntry As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
Friend WithEvents aVATDivide As DevExpress.ExpressApp.Actions.PopupWindowShowAction
|
||||
Friend WithEvents aVATMerge As DevExpress.ExpressApp.Actions.SimpleAction
|
||||
|
||||
End Class
|
||||
+168
@@ -0,0 +1,168 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="aBookEntryPayables.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>170, 56</value>
|
||||
</metadata>
|
||||
<metadata name="aBookEntryReceiveables.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>309, 95</value>
|
||||
</metadata>
|
||||
<metadata name="aGLRowsCheck.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>492, 95</value>
|
||||
</metadata>
|
||||
<metadata name="aGLRowsDivide.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>174, 95</value>
|
||||
</metadata>
|
||||
<metadata name="aBookEntryRemove.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 95</value>
|
||||
</metadata>
|
||||
<metadata name="aGLAccountsforBookEntryCheck.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>791, 56</value>
|
||||
</metadata>
|
||||
<metadata name="aGLAccountsforBookEntryRemove.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>554, 56</value>
|
||||
</metadata>
|
||||
<metadata name="aBookEntryCheckGotoNextStep.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>331, 56</value>
|
||||
</metadata>
|
||||
<metadata name="aViewAttachments.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 56</value>
|
||||
</metadata>
|
||||
<metadata name="aViewAttachments_BEP.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>780, 17</value>
|
||||
</metadata>
|
||||
<metadata name="aViewRegistry_BEP.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>627, 17</value>
|
||||
</metadata>
|
||||
<metadata name="aViewRegistry_BEC.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>473, 17</value>
|
||||
</metadata>
|
||||
<metadata name="aGLAccountsReadyforBookEntry.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>247, 17</value>
|
||||
</metadata>
|
||||
<metadata name="aVATDivide.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>133, 17</value>
|
||||
</metadata>
|
||||
<metadata name="aVATMerge.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
||||
+1448
File diff suppressed because it is too large
Load Diff
+64
@@ -0,0 +1,64 @@
|
||||
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.Persistent.Base.General
|
||||
Imports System.Data.SqlClient
|
||||
Imports System.Configuration
|
||||
Imports System.Linq
|
||||
Imports System.Linq.Expressions
|
||||
Imports DevExpress.ExpressApp.ConditionalAppearance
|
||||
|
||||
<DefaultClassOptions()> _
|
||||
<NavigationItem(False), CreatableItem(False)> _
|
||||
<Persistent("vv_GLAccountRowsforBookEntry")> _
|
||||
<ImageName("BO_Report")> _
|
||||
Public Class GLAccountRowsforBookEntry 'Fõkönyvi feladáshoz lista, ami alaplyán a könyvelõ tud ellenõrizni
|
||||
Inherits XPLiteObject
|
||||
Public Sub New(ByVal session As Session)
|
||||
MyBase.New(session)
|
||||
End Sub
|
||||
<Key(True), Persistent("Oid")> Public Oid As Guid
|
||||
<Persistent("PartnerType")> Public PartnerType As ePartnerType
|
||||
<Persistent("GLRowsTypeVAT")> Public GLRowsTypeVAT As eGLRowsTypeVAT
|
||||
<Persistent("CustomersFrom")> Public CustomersFrom As CustomersFrom
|
||||
<Persistent("Customers")> Public Customers As Customers
|
||||
<Persistent("DateExecution")> Public DateExecution As Date
|
||||
<Persistent("DocumentNumber")> Public DocumentNumber As String
|
||||
<Persistent("RegistryNumber")> Public RegistryNumber As String
|
||||
<Persistent("DebitChartOfAccounts")> Public DebitChartOfAccounts As ChartOfAccounts
|
||||
<Persistent("CreditChartOfAccounts")> Public CreditChartOfAccounts As ChartOfAccounts
|
||||
<Persistent("Controlling")> Public Controlling As Controlling
|
||||
<Persistent("JobNumberObjects")> Public JobNumberObjects As JobNumberObjects
|
||||
<Persistent("UniqueObjects")> Public UniqueObjects As UniqueObjects
|
||||
<Persistent("CostPlace")> Public CostPlace As CostPlace
|
||||
<Persistent("CostHolder")> Public CostHolder As CostHolder
|
||||
<Persistent("CurrencyRate")> Public CurrencyRate As Double
|
||||
<Persistent("AmountHUF")> Public AmountHUF As Double
|
||||
<Persistent("AmountDEV")> Public AmountDEV As Double
|
||||
<Persistent("Note1")> Public Note1 As String
|
||||
<Persistent("Note2")> Public Note2 As String
|
||||
<Persistent("VAT")> Public VAT As VAT
|
||||
<Persistent("ChartOfAccounts2")> Public ChartOfAccounts2 As ChartOfAccounts
|
||||
<Persistent("IsReinvoice")> Public IsReinvoice As String
|
||||
<Persistent("ContractRows")> Public ContractRows As ContractRows
|
||||
<Persistent("RegistryHeader")> Public RegistryHeader As RegistryHeader
|
||||
<Persistent("InvoiceHeader")> Public InvoiceHeader As InvoiceHeader
|
||||
<Persistent("WorkflowSystemSteps")> Public WorkflowSystemSteps As WorkflowSystemSteps
|
||||
<Persistent("WorkflowMessage")> Public WorkflowMessage As String
|
||||
|
||||
Public Sub findrows()
|
||||
Dim _RegistryTasks_coll As New XPCollection(GetType(RegistryTasks), CriteriaOperator.Parse("CurrentWorkflowSystemSteps.StepFinancialType=4 AND Status=0"))
|
||||
Dim _RegistryHeader_Oid_array As New ArrayList
|
||||
For Each _RegistryTask As RegistryTasks In _RegistryTasks_coll
|
||||
_RegistryHeader_Oid_array.Add(_RegistryTask.RegistryHeader.Oid)
|
||||
Next
|
||||
Dim _RegistryHeader_coll As New XPCollection(GetType(RegistryHeader), New InOperator("Oid", _RegistryTasks_coll))
|
||||
Dim _RegistryRowsFinancialControlling As New XPCollection(GetType(RegistryRowsFinancialControlling), New InOperator("RegistryHeader", _RegistryHeader_coll))
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user