IHostFinance Interface

Host to perform finance processes.

Definition

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

Properties

Views Views of financial management.

Methods

DeleteAccountingEntryAsync Delete the accounting entry asynchronously.
FormatAccountingAccount Format accounting account to configured accounting digits.
GetAccountingAccountByOriginTypeAsync Gets the code ledger count based on the source type asynchronously.
GetAccountingDigits Gets the number of countable digits.
GetAccountingDraftAsync Obtains the draft corresponding to the indicated journal and user asynchronously.
GetInvoiceAccountingEntryAsync Gets the accounting entry AccountingEntry of the indicated invoice asynchronously.
GetInvoiceConceptAsync Gets the invoice concept asynchronously.
PostAccountingDraftAsync(String, ListAccountingEntryDraft) Post an accounting draft asynchronously without posting it to the journal and indicating a reference for the entry asynchronously.
PostAccountingDraftAsync(String, Int16) Post the accounting draft corresponding to the indicated journal and user asynchronously.
PostInvoiceAsync Post invoice asynchronously.
SetAccountingDraftAsync Updates the draft corresponding to the indicated journal and user asynchronously.

See Also