ComplementaryInvoiceCalcTax Class [AX 2012]
The ComplementaryInvoiceCalcTax class calculates tax amount and provide data to tax engine for complementary invoices.
| Method | Description | |
|---|---|---|
| additionalICMSAmount | Retrieves additional ICMS amount for the current line. |
| additionalIPIAmount | Retrieves the additional IPI amount for the current line. |
| baseAmount | Retrieves base amount for the current line. |
| calcTax | Calculates taxes for a complementary invoice. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| complementaryType | Retrieves the complementary type of the current invoice. |
| currencyCode | Retrieves the currency code for this complementary invoice. |
| defaultDimension | Retrieves the default dimension for the current complementary line. |
| description | Retrieves the description of the current line. |
| documentDate | Retrieves the document date for the current invoice. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exchRate | Retrieves the exchange rate for the current invoice. |
| exchRateSecondary | Retrieves the secondary exchange rate for the current invoice. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initCursor | Initializes the cursor to traverse the lines. |
| invoiceDate | Retrieves the invoice date for the current invoice. |
| ledgerVoucher | Retrieves the ledger voucher for the current invoice. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| nextLine | Go to the next line of this invoice. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| operationAccount | Retrieves the operation account for this invoice. |
| operationPosting | Retrieves the ledger posting type for this invoice. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| post | Post the taxes. |
| queryGet | Retrieves a record from the QueryRun object. |
| recID | Retrieves the record ID of the current invoice. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tableId | Retrieves the table ID of the current invoice. |
| tax | Gets or sets the Tax object. |
| taxationOrigin | Gets the taxation origin of the current complementary invoice line |
| taxModuleType | Retrieves the tax module type of the current complementary invoice. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transTaxGroup | Retrieves the TaxGroup value of the current record. |
| transTaxItemGroup | Retrieves the TaxItemGroup value of the current record. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| useAndConsumption | Indicates whether the operation is for a final user. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Object Class
ComplementaryInvoiceCalcTax Class
PurchComplInvoiceCalcTax Class
SalesComplInvoiceCalcTax Class
ComplementaryInvoiceCalcTax Class
PurchComplInvoiceCalcTax Class
SalesComplInvoiceCalcTax Class
Community Additions
ADD
Show: