IHostDocuments Interface

Host to perform document management processes.

Definition

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

Properties

ViewsDocument management views.

Methods

AddLogisticInLineAsync Add logistic to line, only for note types without storage movements asynchronously.
AddProposeLogisticInNotesAsyncProposes to each note line the pending logistics, only sales orders and transfer storage asynchronously.
ChangeStatusNoteAsyncChange status of a Note.
CloseNoteAsyncClose a note asynchronously.
ClosingInventoryAsyncClose a list of inventories, on the indicated date asynchronously.
CreateDispatcherOrderAsyncCreate an expedition asynchronously.
CreatePurchaseInvoiceAsync Record the information as a purchase invoice asynchronously.
CreateSalesInvoiceAsync Record the information as a sales invoice asynchronously.
DeleteInvoiceAsync Remove an invoice asynchronously.
DeleteNoteAsyncDelete a note asynchronously.
DeliverNoteAsyncMake a complete delivery of a note asynchronously.
DeliverOrderAsyncCreate a delivery from a previous note asynchronously.
GetAnalyticalAsync(AnalyticalSource, String) Gets the analytical information from the code, depending on the data source asynchronously.
GetAnalyticalAsync(AnalyticalType, Int64) Gets the analytical information corresponding to the type asynchronously.
GetCustomerRiskAsyncObtains the risk information of a client asynchronously.
GetFormattedInvoiceDocument(Object, Object)Get the formatted document of an invoice using the series and number based on the mask indicated in the [MASCARA_DOCUMENTO] parameter.
GetFormattedInvoiceDocument(Object, Object, Boolean)Get the formatted document of an invoice using the series and number based on the mask indicated in the [MASCARA_DOCUMENTO] parameter, in addition to the credit suffix if it were a credit/credit document and the [SUFIJOABONOS] parameter exists.
Obsolete.
GetFormattedNoteDocumentGet the formatted document of a note using series, number and version based on the mask indicated in the [MASCARA_DOCUMENTO] parameter.
GetInvoicePaymentsAsync Gets the invoice due dates asynchronously.
GetNoteAsyncGet the information with the requested document asynchronously.
GetProposeLogisticsProductAsync Propose logistics for an product asynchronously.
GetRatesQueryAsyncGets product information.
GetTaxDataAsync(Decimal, String, NullableDateTime) Get the information of the indicated tax, treatment may be required asynchronously.
GetTaxDataAsync(String, String, NullableDateTime) Get the information of the indicated tax, treatment may be required asynchronously.
NoteToInvoiceAsyncA sales note (normally order or delivery note) is invoiced asynchronously.
RemoveLogisticInLinesAsync Remove all logistic to line, only for note types without stock movements asynchronously.
SearchProductCodeAsyncSearch for the product code using the settings of the [ORDENBUSQUEDACODIGOS] parameter asynchronously.
SearchProductInfoAsyncSearch for the product code and physical unit code using the settings of the [ORDENBUSQUEDACODIGOS] parameter asynchronously.
SetAnalyticalAsync Updates the analytical information corresponding to the type asynchronously.
SetNoteAsyncRecords the information as a note asynchronously.
TransferToPortfolioAsync Portfolio transfer process asynchronously.
UndoCloseInventoryAsyncUndoes the closing of an inventory list, on the indicated date asynchronously.
UndoCloseNoteAsyncUndo close a note asynchronously.
UpdateInvoicePaymentsAsync Update invoice due dates asynchronously.
UpdateLogisticInLineAsync Update logistic to line, only for note types without storage movements asynchronously.

See Also