Files
Nuvolar/Nuvolar.Module/BusinessObjects/Business/BusinessTransactions/Invoice/InvoiceVC.Designer.vb
T
2017-03-08 11:21:27 +01:00

427 lines
24 KiB
VB.net

Partial Class InvoiceVC
<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()
Dim ChoiceActionItem1 As DevExpress.ExpressApp.Actions.ChoiceActionItem = New DevExpress.ExpressApp.Actions.ChoiceActionItem()
Dim ChoiceActionItem2 As DevExpress.ExpressApp.Actions.ChoiceActionItem = New DevExpress.ExpressApp.Actions.ChoiceActionItem()
Me.aFinalizeInvoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aStornoInvoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aInvoiceFromContractsRows = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aCreateProforma = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aCreateInvoice_Advance_Proforma = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aMakeEditableProforma = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aCreateInvoice_Final_Proforma = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aDeleteSelectedInvoiceRows = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aFinalizeInvoiceAdvance = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aViewGLAccounts = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aCorrInvoiceHeader = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aDescriptionChanger = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aInvoiceRowCloner = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aInvoiceHeaderClone = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGenerateInvoiceToPdfFiles = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aCloneFullInvoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aDescriptionChangerHeader = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aPCICheckInvoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aViewPCIDInvoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aFinalizeInvoicewithPopup = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aPrintSelectedInvoices = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aOpenInvoicePdf = New DevExpress.ExpressApp.Actions.SingleChoiceAction(Me.components)
Me.aViewInvoiceHold = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aRecalculateHUF = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aCreateInvoiceCreditNote = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aInvoiceHeader_GenereateEmailSendQueue = New DevExpress.ExpressApp.Actions.PopupWindowShowAction(Me.components)
Me.aBookEntryInvoiceHeader = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
Me.aGeneratePDFandSendDefaultMailClient_Invoice = New DevExpress.ExpressApp.Actions.SimpleAction(Me.components)
'
'aFinalizeInvoice
'
Me.aFinalizeInvoice.Caption = "aFinalize Invoice"
Me.aFinalizeInvoice.Category = "ObjectsCreation"
Me.aFinalizeInvoice.ConfirmationMessage = "Do you want to execute a command?"
Me.aFinalizeInvoice.Id = "aFinalizeInvoice"
Me.aFinalizeInvoice.TargetViewId = ""
Me.aFinalizeInvoice.ToolTip = Nothing
Me.aFinalizeInvoice.TypeOfView = GetType(DevExpress.ExpressApp.View)
'
'aStornoInvoice
'
Me.aStornoInvoice.Caption = "aStorno Invoice"
Me.aStornoInvoice.Category = "ObjectsCreation"
Me.aStornoInvoice.ConfirmationMessage = "Do you want to execute command ?"
Me.aStornoInvoice.Id = "aStornoInvoice"
Me.aStornoInvoice.TargetViewId = ""
Me.aStornoInvoice.ToolTip = Nothing
Me.aStornoInvoice.TypeOfView = GetType(DevExpress.ExpressApp.View)
'
'aInvoiceFromContractsRows
'
Me.aInvoiceFromContractsRows.AcceptButtonCaption = Nothing
Me.aInvoiceFromContractsRows.CancelButtonCaption = Nothing
Me.aInvoiceFromContractsRows.Caption = "aInvoice From Contracts Rows"
Me.aInvoiceFromContractsRows.Category = "ObjectsCreation"
Me.aInvoiceFromContractsRows.ConfirmationMessage = Nothing
Me.aInvoiceFromContractsRows.Id = "aInvoiceFromContractsRows"
Me.aInvoiceFromContractsRows.TargetViewId = "InvoiceHeader_DetailView"
Me.aInvoiceFromContractsRows.ToolTip = Nothing
'
'aCreateProforma
'
Me.aCreateProforma.Caption = "Make me proforma"
Me.aCreateProforma.Category = "ObjectsCreation"
Me.aCreateProforma.ConfirmationMessage = Nothing
Me.aCreateProforma.Id = "aCreateProforma"
Me.aCreateProforma.TargetViewId = ""
Me.aCreateProforma.ToolTip = Nothing
'
'aCreateInvoice_Advance_Proforma
'
Me.aCreateInvoice_Advance_Proforma.AcceptButtonCaption = Nothing
Me.aCreateInvoice_Advance_Proforma.CancelButtonCaption = Nothing
Me.aCreateInvoice_Advance_Proforma.Caption = "aCreateInvoice_Advance_Proforma"
Me.aCreateInvoice_Advance_Proforma.Category = "ObjectsCreation"
Me.aCreateInvoice_Advance_Proforma.ConfirmationMessage = Nothing
Me.aCreateInvoice_Advance_Proforma.Id = "aCreateInvoice_Advance_Proforma"
Me.aCreateInvoice_Advance_Proforma.TargetViewId = "InvoiceHeader_ListView_Proforma_Advanced"
Me.aCreateInvoice_Advance_Proforma.ToolTip = Nothing
'
'aMakeEditableProforma
'
Me.aMakeEditableProforma.Caption = "aMake Editable Proforma"
Me.aMakeEditableProforma.Category = "ObjectsCreation"
Me.aMakeEditableProforma.ConfirmationMessage = Nothing
Me.aMakeEditableProforma.Id = "aMakeEditableProforma"
Me.aMakeEditableProforma.ToolTip = Nothing
'
'aCreateInvoice_Final_Proforma
'
Me.aCreateInvoice_Final_Proforma.AcceptButtonCaption = Nothing
Me.aCreateInvoice_Final_Proforma.CancelButtonCaption = Nothing
Me.aCreateInvoice_Final_Proforma.Caption = "Create final invoice"
Me.aCreateInvoice_Final_Proforma.Category = "ObjectsCreation"
Me.aCreateInvoice_Final_Proforma.ConfirmationMessage = Nothing
Me.aCreateInvoice_Final_Proforma.Id = "aCreateInvoice_Final_Proforma"
Me.aCreateInvoice_Final_Proforma.ImageName = "document_lock"
Me.aCreateInvoice_Final_Proforma.ToolTip = Nothing
'
'aDeleteSelectedInvoiceRows
'
Me.aDeleteSelectedInvoiceRows.Caption = "Delete"
Me.aDeleteSelectedInvoiceRows.Category = "RecordEdit"
Me.aDeleteSelectedInvoiceRows.ConfirmationMessage = Nothing
Me.aDeleteSelectedInvoiceRows.Id = "aDeleteSelectedInvoiceRows"
Me.aDeleteSelectedInvoiceRows.TargetViewId = ""
Me.aDeleteSelectedInvoiceRows.ToolTip = Nothing
Me.aDeleteSelectedInvoiceRows.TypeOfView = GetType(DevExpress.ExpressApp.View)
'
'aFinalizeInvoiceAdvance
'
Me.aFinalizeInvoiceAdvance.AcceptButtonCaption = Nothing
Me.aFinalizeInvoiceAdvance.CancelButtonCaption = Nothing
Me.aFinalizeInvoiceAdvance.Caption = "aFinalize Invoice Advance"
Me.aFinalizeInvoiceAdvance.Category = "ObjectsCreation"
Me.aFinalizeInvoiceAdvance.ConfirmationMessage = Nothing
Me.aFinalizeInvoiceAdvance.Id = "aFinalizeInvoiceAdvance"
Me.aFinalizeInvoiceAdvance.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aFinalizeInvoiceAdvance.TargetViewId = "InvoiceHeader_ListView_Proforma_Advanced"
Me.aFinalizeInvoiceAdvance.ToolTip = Nothing
'
'aViewGLAccounts
'
Me.aViewGLAccounts.Caption = "View GLAccounts"
Me.aViewGLAccounts.Category = "View"
Me.aViewGLAccounts.ConfirmationMessage = Nothing
Me.aViewGLAccounts.Id = "aViewGLAccounts"
Me.aViewGLAccounts.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewGLAccounts.TargetObjectsCriteria = "IsBookEntry=True"
Me.aViewGLAccounts.TargetViewId = ""
Me.aViewGLAccounts.ToolTip = Nothing
Me.aViewGLAccounts.TypeOfView = GetType(DevExpress.ExpressApp.View)
'
'aCorrInvoiceHeader
'
Me.aCorrInvoiceHeader.Caption = "Invoice corr"
Me.aCorrInvoiceHeader.Category = "ObjectsCreation"
Me.aCorrInvoiceHeader.ConfirmationMessage = Nothing
Me.aCorrInvoiceHeader.Id = "aCorrInvoiceHeader"
Me.aCorrInvoiceHeader.ImageName = "Action_Clear"
Me.aCorrInvoiceHeader.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aCorrInvoiceHeader.TargetViewId = "InvoiceHeader_ListView"
Me.aCorrInvoiceHeader.ToolTip = Nothing
'
'aDescriptionChanger
'
Me.aDescriptionChanger.AcceptButtonCaption = Nothing
Me.aDescriptionChanger.CancelButtonCaption = Nothing
Me.aDescriptionChanger.Caption = "Description Changer"
Me.aDescriptionChanger.Category = "aDescriptionChanger"
Me.aDescriptionChanger.ConfirmationMessage = Nothing
Me.aDescriptionChanger.Id = "aDescriptionChanger"
Me.aDescriptionChanger.TargetViewId = ""
Me.aDescriptionChanger.ToolTip = Nothing
'
'aInvoiceRowCloner
'
Me.aInvoiceRowCloner.AcceptButtonCaption = Nothing
Me.aInvoiceRowCloner.CancelButtonCaption = Nothing
Me.aInvoiceRowCloner.Caption = "Invoice Row Cloner"
Me.aInvoiceRowCloner.Category = "aInvoiceRowCloner"
Me.aInvoiceRowCloner.ConfirmationMessage = Nothing
Me.aInvoiceRowCloner.Id = "aInvoiceRowCloner"
Me.aInvoiceRowCloner.TargetViewId = ""
Me.aInvoiceRowCloner.ToolTip = Nothing
'
'aInvoiceHeaderClone
'
Me.aInvoiceHeaderClone.Caption = "InvoiceHeader Clone"
Me.aInvoiceHeaderClone.Category = "ObjectsCreation"
Me.aInvoiceHeaderClone.ConfirmationMessage = Nothing
Me.aInvoiceHeaderClone.Id = "aInvoiceHeaderClone"
Me.aInvoiceHeaderClone.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aInvoiceHeaderClone.TargetViewId = ""
Me.aInvoiceHeaderClone.ToolTip = Nothing
Me.aInvoiceHeaderClone.TypeOfView = GetType(DevExpress.ExpressApp.View)
'
'aGenerateInvoiceToPdfFiles
'
Me.aGenerateInvoiceToPdfFiles.Caption = "aGenerateInvoiceToPdfFiles"
Me.aGenerateInvoiceToPdfFiles.Category = "RecordEdit"
Me.aGenerateInvoiceToPdfFiles.ConfirmationMessage = Nothing
Me.aGenerateInvoiceToPdfFiles.Id = "aGenerateInvoiceToPdfFiles"
Me.aGenerateInvoiceToPdfFiles.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aGenerateInvoiceToPdfFiles.ToolTip = Nothing
'
'aCloneFullInvoice
'
Me.aCloneFullInvoice.Caption = "aCloneFullInvoice"
Me.aCloneFullInvoice.Category = "ObjectsCreation"
Me.aCloneFullInvoice.ConfirmationMessage = Nothing
Me.aCloneFullInvoice.Id = "aCloneFullInvoice"
Me.aCloneFullInvoice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aCloneFullInvoice.ToolTip = Nothing
'
'aDescriptionChangerHeader
'
Me.aDescriptionChangerHeader.AcceptButtonCaption = Nothing
Me.aDescriptionChangerHeader.CancelButtonCaption = Nothing
Me.aDescriptionChangerHeader.Caption = "Description Changer"
Me.aDescriptionChangerHeader.Category = "aDescriptionChangerHeader"
Me.aDescriptionChangerHeader.ConfirmationMessage = Nothing
Me.aDescriptionChangerHeader.Id = "aDescriptionChangerHeader"
Me.aDescriptionChangerHeader.TargetViewId = ""
Me.aDescriptionChangerHeader.ToolTip = Nothing
'
'aPCICheckInvoice
'
Me.aPCICheckInvoice.Caption = "aPCICheck Invoice"
Me.aPCICheckInvoice.Category = "RecordEdit"
Me.aPCICheckInvoice.ConfirmationMessage = Nothing
Me.aPCICheckInvoice.Id = "aPCICheckInvoice"
Me.aPCICheckInvoice.ToolTip = Nothing
'
'aViewPCIDInvoice
'
Me.aViewPCIDInvoice.Caption = "aViewPCIDGroup"
Me.aViewPCIDInvoice.Category = "View"
Me.aViewPCIDInvoice.ConfirmationMessage = Nothing
Me.aViewPCIDInvoice.Id = "aViewPCIDInvoice"
Me.aViewPCIDInvoice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewPCIDInvoice.TargetViewId = ""
Me.aViewPCIDInvoice.ToolTip = Nothing
'
'aFinalizeInvoicewithPopup
'
Me.aFinalizeInvoicewithPopup.AcceptButtonCaption = Nothing
Me.aFinalizeInvoicewithPopup.CancelButtonCaption = Nothing
Me.aFinalizeInvoicewithPopup.Caption = "aFinalize Invoicewith Popup"
Me.aFinalizeInvoicewithPopup.Category = "ObjectsCreation"
Me.aFinalizeInvoicewithPopup.ConfirmationMessage = Nothing
Me.aFinalizeInvoicewithPopup.Id = "aFinalizeInvoicewithPopup"
Me.aFinalizeInvoicewithPopup.ToolTip = Nothing
'
'aPrintSelectedInvoices
'
Me.aPrintSelectedInvoices.Caption = "aPrint Selected Invoices"
Me.aPrintSelectedInvoices.Category = "View"
Me.aPrintSelectedInvoices.ConfirmationMessage = Nothing
Me.aPrintSelectedInvoices.Id = "aPrintSelectedInvoices"
Me.aPrintSelectedInvoices.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aPrintSelectedInvoices.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
Me.aPrintSelectedInvoices.TargetViewId = ""
Me.aPrintSelectedInvoices.ToolTip = Nothing
'
'aOpenInvoicePdf
'
Me.aOpenInvoicePdf.Caption = "aOpenInvoicePdf"
Me.aOpenInvoicePdf.ConfirmationMessage = Nothing
Me.aOpenInvoicePdf.Id = "aOpenInvoicePdf"
ChoiceActionItem1.Caption = "Original"
ChoiceActionItem1.ImageName = Nothing
ChoiceActionItem1.Shortcut = Nothing
ChoiceActionItem1.ToolTip = Nothing
ChoiceActionItem2.Caption = "Copy"
ChoiceActionItem2.ImageName = Nothing
ChoiceActionItem2.Shortcut = Nothing
ChoiceActionItem2.ToolTip = Nothing
Me.aOpenInvoicePdf.Items.Add(ChoiceActionItem1)
Me.aOpenInvoicePdf.Items.Add(ChoiceActionItem2)
Me.aOpenInvoicePdf.ItemType = DevExpress.ExpressApp.Actions.SingleChoiceActionItemType.ItemIsOperation
Me.aOpenInvoicePdf.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aOpenInvoicePdf.ShowItemsOnClick = True
Me.aOpenInvoicePdf.TargetObjectsCriteriaMode = DevExpress.ExpressApp.Actions.TargetObjectsCriteriaMode.TrueForAll
Me.aOpenInvoicePdf.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
Me.aOpenInvoicePdf.ToolTip = Nothing
'
'aViewInvoiceHold
'
Me.aViewInvoiceHold.Caption = "aView Invoice Hold"
Me.aViewInvoiceHold.ConfirmationMessage = Nothing
Me.aViewInvoiceHold.Id = "aViewInvoiceHold"
Me.aViewInvoiceHold.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aViewInvoiceHold.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
Me.aViewInvoiceHold.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aViewInvoiceHold.ToolTip = Nothing
Me.aViewInvoiceHold.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'aRecalculateHUF
'
Me.aRecalculateHUF.Caption = "aRecalculate HUF"
Me.aRecalculateHUF.Category = "RecordEdit"
Me.aRecalculateHUF.ConfirmationMessage = "Do you want to execute program ?"
Me.aRecalculateHUF.Id = "aRecalculateHUF"
Me.aRecalculateHUF.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aRecalculateHUF.TargetObjectsCriteriaMode = DevExpress.ExpressApp.Actions.TargetObjectsCriteriaMode.TrueForAll
Me.aRecalculateHUF.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
Me.aRecalculateHUF.ToolTip = Nothing
'
'aCreateInvoiceCreditNote
'
Me.aCreateInvoiceCreditNote.Caption = "aCreate Invoice Credit Note"
Me.aCreateInvoiceCreditNote.ConfirmationMessage = Nothing
Me.aCreateInvoiceCreditNote.Id = "aCreateInvoiceCreditNote"
Me.aCreateInvoiceCreditNote.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aCreateInvoiceCreditNote.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
Me.aCreateInvoiceCreditNote.ToolTip = Nothing
'
'aInvoiceHeader_GenereateEmailSendQueue
'
Me.aInvoiceHeader_GenereateEmailSendQueue.AcceptButtonCaption = Nothing
Me.aInvoiceHeader_GenereateEmailSendQueue.CancelButtonCaption = Nothing
Me.aInvoiceHeader_GenereateEmailSendQueue.Caption = "aInvoiceHeader_GenereateEmailSendQueue"
Me.aInvoiceHeader_GenereateEmailSendQueue.ConfirmationMessage = Nothing
Me.aInvoiceHeader_GenereateEmailSendQueue.Id = "aInvoiceHeader_GenereateEmailSendQueue"
Me.aInvoiceHeader_GenereateEmailSendQueue.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aInvoiceHeader_GenereateEmailSendQueue.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
Me.aInvoiceHeader_GenereateEmailSendQueue.TargetViewId = "InvoiceHeader_ListView"
Me.aInvoiceHeader_GenereateEmailSendQueue.ToolTip = Nothing
'
'aBookEntryInvoiceHeader
'
Me.aBookEntryInvoiceHeader.Caption = "aBook Entry Invoice Header"
Me.aBookEntryInvoiceHeader.Category = "RecordEdit"
Me.aBookEntryInvoiceHeader.ConfirmationMessage = "Do you want to execute a command?"
Me.aBookEntryInvoiceHeader.Id = "aBookEntryInvoiceHeader"
Me.aBookEntryInvoiceHeader.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireMultipleObjects
Me.aBookEntryInvoiceHeader.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
Me.aBookEntryInvoiceHeader.TargetViewId = "InvoiceHeader_ListView"
Me.aBookEntryInvoiceHeader.ToolTip = Nothing
Me.aBookEntryInvoiceHeader.TypeOfView = GetType(DevExpress.ExpressApp.View)
'
'aGeneratePDFandSendDefaultMailClient_Invoice
'
Me.aGeneratePDFandSendDefaultMailClient_Invoice.Caption = "aGeneratePDFandSendDefaultMailClient_Invoice"
Me.aGeneratePDFandSendDefaultMailClient_Invoice.ConfirmationMessage = Nothing
Me.aGeneratePDFandSendDefaultMailClient_Invoice.Id = "aGeneratePDFandSendDefaultMailClient_Invoice"
Me.aGeneratePDFandSendDefaultMailClient_Invoice.SelectionDependencyType = DevExpress.ExpressApp.Actions.SelectionDependencyType.RequireSingleObject
Me.aGeneratePDFandSendDefaultMailClient_Invoice.TargetObjectType = GetType(Nuvolar.[Module].InvoiceHeader)
Me.aGeneratePDFandSendDefaultMailClient_Invoice.TargetViewType = DevExpress.ExpressApp.ViewType.ListView
Me.aGeneratePDFandSendDefaultMailClient_Invoice.ToolTip = Nothing
Me.aGeneratePDFandSendDefaultMailClient_Invoice.TypeOfView = GetType(DevExpress.ExpressApp.ListView)
'
'InvoiceVC
'
Me.Actions.Add(Me.aFinalizeInvoice)
Me.Actions.Add(Me.aStornoInvoice)
Me.Actions.Add(Me.aInvoiceFromContractsRows)
Me.Actions.Add(Me.aCreateProforma)
Me.Actions.Add(Me.aCreateInvoice_Advance_Proforma)
Me.Actions.Add(Me.aMakeEditableProforma)
Me.Actions.Add(Me.aCreateInvoice_Final_Proforma)
Me.Actions.Add(Me.aDeleteSelectedInvoiceRows)
Me.Actions.Add(Me.aFinalizeInvoiceAdvance)
Me.Actions.Add(Me.aViewGLAccounts)
Me.Actions.Add(Me.aCorrInvoiceHeader)
Me.Actions.Add(Me.aDescriptionChanger)
Me.Actions.Add(Me.aInvoiceRowCloner)
Me.Actions.Add(Me.aInvoiceHeaderClone)
Me.Actions.Add(Me.aGenerateInvoiceToPdfFiles)
Me.Actions.Add(Me.aCloneFullInvoice)
Me.Actions.Add(Me.aDescriptionChangerHeader)
Me.Actions.Add(Me.aPCICheckInvoice)
Me.Actions.Add(Me.aViewPCIDInvoice)
Me.Actions.Add(Me.aFinalizeInvoicewithPopup)
Me.Actions.Add(Me.aPrintSelectedInvoices)
Me.Actions.Add(Me.aOpenInvoicePdf)
Me.Actions.Add(Me.aViewInvoiceHold)
Me.Actions.Add(Me.aRecalculateHUF)
Me.Actions.Add(Me.aCreateInvoiceCreditNote)
Me.Actions.Add(Me.aInvoiceHeader_GenereateEmailSendQueue)
Me.Actions.Add(Me.aBookEntryInvoiceHeader)
Me.Actions.Add(Me.aGeneratePDFandSendDefaultMailClient_Invoice)
Me.TypeOfView = GetType(DevExpress.ExpressApp.View)
End Sub
Friend WithEvents aFinalizeInvoice As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aStornoInvoice As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aInvoiceFromContractsRows As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aCreateProforma As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aCreateInvoice_Advance_Proforma As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aMakeEditableProforma As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aCreateInvoice_Final_Proforma As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aDeleteSelectedInvoiceRows As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aFinalizeInvoiceAdvance As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aViewGLAccounts As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aCorrInvoiceHeader As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aDescriptionChanger As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aInvoiceRowCloner As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aInvoiceHeaderClone As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aGenerateInvoiceToPdfFiles As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aCloneFullInvoice As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aOpenInvoicePdf As DevExpress.ExpressApp.Actions.SingleChoiceAction
Friend WithEvents aDescriptionChangerHeader As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aPCICheckInvoice As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewPCIDInvoice As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aViewInvoiceHold As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aRecalculateHUF As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aFinalizeInvoicewithPopup As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aCreateInvoiceCreditNote As DevExpress.ExpressApp.Actions.SimpleAction
Friend WithEvents aInvoiceHeader_GenereateEmailSendQueue As DevExpress.ExpressApp.Actions.PopupWindowShowAction
Friend WithEvents aBookEntryInvoiceHeader As DevExpress.ExpressApp.Actions.SimpleAction
Protected WithEvents aGeneratePDFandSendDefaultMailClient_Invoice As DevExpress.ExpressApp.Actions.SimpleAction
Public WithEvents aPrintSelectedInvoices As DevExpress.ExpressApp.Actions.SimpleAction
End Class