IHostDocumentsViews Interface

Documents views host interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IHostDocumentsViews

Methods

AddNote(Note, Boolean) Add a new note and fill in the data indicated in the model.
AddNote(NoteType, Boolean) Add a new note.
DuplicateNote Create duplicate of a note.
ModifyNote Modify a note.
ShowChangeClassificationNote Displays the screen to change classification.
ShowChangeSituationNote Displays the screen to change situation.
ShowCloseNote Displays the screen for closing notes.
ShowCustomerPaymentsIssuing Shows the issuance view of customer expirations.
ShowCustomerPortfolioTransfer Shows the client maturity portfolio transfer view.
ShowCustomerRisk Show a customer's risk window.
ShowDeliverNote Displays the screen for deliver note completed.
ShowInventoryClosing Displays the screen for closing inventories.
ShowInventoryUndoClose Displays the screen to undo the closing inventory.
ShowNote Shows a note.
ShowNotes Displays the list the type of note indicated.
ShowProductTraceabilityShows the traceability of an article
ShowPurchaseInvoicesIssuing Shows the view of issuing purchase invoices.
ShowPurchaseInvoicesPaymentsEditing Shows the purchase invoice expiration editing view.
ShowPurchaseNotesBilling(ListInt64) Displays the billing view of purchase notes.
ShowPurchaseNotesBilling(String) Displays the billing view of purchase notes.
ShowPurchaseServicesBilling Displays the purchasing services billing view.
ShowRejectedQuotation Displays the screen for rejected quotation.
ShowSalesInvoicesIssuing Shows the sales invoice issuance view.
ShowSalesInvoicesPaymentsEditing Shows the sales invoice due date editing view.
ShowSalesNotesBilling(ListInt64) Displays the billing view of sales notes.
ShowSalesNotesBilling(String) Displays the billing view of sales notes.
ShowSalesServicesBilling Displays the sales services billing view.
ShowStocks Show the stock query window of an article.
ShowSupplierPaymentsIssuing Shows the issue view of supplier expirations.
ShowSupplierPortfolioTransfer Shows the portfolio transfer view of supplier maturities.
ShowUndoCloseNote Displays the screen to undo the closing notes.
WizardCustomerPaymentsIssuing Customer expiration issuance assistant.
WizardCustomerPortfolioTransfer Client maturity portfolio transfer assistant.
WizardMaintenanceBilling Sales billing assistant.
WizardNote Displays the assistant notes.
WizardNoteSchema Displays the assistant notes.
WizardProductsTraceabilityShow the article tracing assistant
WizardPurchaseBilling Purchase billing assistant.
WizardPurchaseInvoicesDelete Displays the purchase invoice deletion wizard.
WizardPurchaseInvoicesIssuing Purchase invoice printing assistant.
WizardPurchaseInvoicesPaymentsEditing Purchase invoice expiration editing assistant.
WizardSalesBilling Sales Billing Assistant.
WizardSalesInvoicesDelete Displays the sales invoice deletion wizard.
WizardSalesInvoicesIssuing Purchase invoice issuance assistant.
WizardSalesInvoicesPaymentsEditing Sales invoice expiration editing wizard.
WizardSupplierPaymentsIssuing Supplier expiration issuance assistant.
WizardSupplierPortfolioTransfer Supplier maturity portfolio transfer assistant.

See Also