| AddLogisticInLineAsync |
Add logistic to line, only for note types without storage movements asynchronously.
|
| AddProposeLogisticInNotesAsync | Proposes to each note line the pending logistics, only sales orders and transfer storage asynchronously. |
| ChangeStatusNoteAsync | Change status of a Note. |
| CloseNoteAsync | Close a note asynchronously. |
| ClosingInventoryAsync | Close a list of inventories, on the indicated date asynchronously. |
| CreateDispatcherOrderAsync | Create 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.
|
| DeleteNoteAsync | Delete a note asynchronously. |
| DeliverNoteAsync | Make a complete delivery of a note asynchronously. |
| DeliverOrderAsync | Create 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.
|
| GetCustomerRiskAsync | Obtains 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. |
| GetFormattedNoteDocument | Get 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.
|
| GetNoteAsync | Get the information with the requested document asynchronously. |
| GetProposeLogisticsProductAsync |
Propose logistics for an product asynchronously.
|
| GetRatesQueryAsync | Gets 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.
|
| NoteToInvoiceAsync | A sales note (normally order or delivery note) is invoiced asynchronously. |
| RemoveLogisticInLinesAsync |
Remove all logistic to line, only for note types without stock movements asynchronously.
|
| SearchProductCodeAsync | Search for the product code using the settings of the [ORDENBUSQUEDACODIGOS] parameter asynchronously. |
| SearchProductInfoAsync | Search 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.
|
| SetNoteAsync | Records the information as a note asynchronously. |
| TransferToPortfolioAsync |
Portfolio transfer process asynchronously.
|
| UndoCloseInventoryAsync | Undoes the closing of an inventory list, on the indicated date asynchronously. |
| UndoCloseNoteAsync | Undo close a note asynchronously. |
| UpdateInvoicePaymentsAsync |
Update invoice due dates asynchronously.
|
| UpdateLogisticInLineAsync |
Update logistic to line, only for note types without storage movements asynchronously.
|