SalesComplInvoiceCalcTax Class [AX 2012]
The SalesComplInvoiceCalcTax class calculates the tax amount and provides data to the tax engine for sales complementary invoices.
| Method | Description | |
|---|---|---|
| additionalICMSAmount | Retrieves the additional ICMS amount for the current line. (Overrides the additionalICMSAmount Method.) |
| additionalIPIAmount | Retrieves the additional IPI amount for the current line. (Overrides the additionalIPIAmount Method.) |
| baseAmount | Retrieves the base amount for the current line. (Overrides the baseAmount Method.) |
| calcTax | Calculates taxes for a complementary invoice. (Inherited from ComplementaryInvoiceCalcTax.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| complementaryType | Retrieves the complementary type of the current invoice. (Overrides the complementaryType Method.) |
| currencyCode | Retrieves the currency code for this complementary invoice. (Overrides the currencyCode Method.) |
| defaultDimension | Retrieves the default dimension for the current complementary line. (Overrides the defaultDimension Method.) |
| description | Retrieves the description of the current line. (Overrides the description Method.) |
| documentDate | Retrieves the document date for the current invoice. (Overrides the documentDate Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| exchRate | Retrieves the exchange rate for the current invoice. (Overrides the exchRate Method.) |
| exchRateSecondary | Retrieves the secondary exchange rate for the current invoice. (Overrides the exchRateSecondary Method.) |
| 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. (Overrides the initCursor Method.) |
| invoiceDate | Retrieves the invoice date for the current invoice. (Overrides the invoiceDate Method.) |
| ledgerVoucher | Retrieves the ledger voucher for the current invoice. (Overrides the ledgerVoucher Method.) |
| new | Instantiates a new SalesComplInvoiceCalcTax object for a given SalesComplementaryInvoiceHeader record. |
| nextLine | Goes to the next line of this invoice. (Overrides the nextLine Method.) |
| 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. (Overrides the operationAccount Method.) |
| operationPosting | Retrieves the ledger posting type for this invoice. (Overrides the operationPosting Method.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| post | Posts the taxes. (Overrides the post Method.) |
| queryGet | Retrieves a record from the QueryRun object. (Overrides the queryGet Method.) |
| recID | Retrieves the record ID of the current invoice. (Overrides the recID Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tableId | Retrieves the table ID of the current invoice. (Overrides the tableId Method.) |
| tax | Gets or sets the Tax object. (Inherited from ComplementaryInvoiceCalcTax.) |
| taxationOrigin | Gets the taxation origin of the current complementary invoice line. (Overrides the taxationOrigin Method.) |
| taxModuleType | Retrieves the tax module type of the current complementary invoice. (Overrides the taxModuleType Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transTaxGroup | Retrieves the TaxGroup value of the current record. (Overrides the transTaxGroup Method.) |
| transTaxItemGroup | Retrieves the TaxItemGroup value of the current record. (Overrides the transTaxItemGroup Method.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| useAndConsumption | Returns a value that indicates whether the operation is for a final user. (Overrides the useAndConsumption Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: