CzCalcTaxesCreditMemo Class [AX 2012]
Tracks tax amounts for a tax credit memo and groups them by TaxType_Wand TaxValue.
| Method | Description | |
|---|---|---|
| add | Adds a CzTaxStructValue instance to the map of calculated tax values. (Inherited from CzCalcTaxes.) |
| addEmptyValues | Adds a blank tax calculation to the CzCalcTaxes instance. (Inherited from CzCalcTaxes.) |
| addRecord | Adds a new tax calculation to the CzCalcTaxes based on information contained in a table buffer. (Overrides the addRecord Method.) |
| calc | Calculates total tax amounts for all previously added tax calculations. (Inherited from CzCalcTaxes.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearResults | Clears calculated tax amounts. (Inherited from CzCalcTaxes.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| find | Returns an instance of CzTaxStruct with the specified TaxType_Wand, optionally, TaxValue. (Inherited from CzCalcTaxes.) |
| getIterator | Creates and returns an instance of CzCalcTaxesIterator for the map of tax values. (Inherited from CzCalcTaxes.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isGreaterThen | Determines whether the tax values in this instance of CzCalcTaxes are greater than the tax values of those in the provided CzCalcTaxesinstance. (Inherited from CzCalcTaxes.) |
| new | Creates a new instance of CzCalcTaxes. (Inherited from CzCalcTaxes.) |
| newBuffer | Designates a new table buffer to use for tax calculations. (Inherited from CzCalcTaxes.) |
| 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmReverseAmounts | Gets or sets the ReverseAmounts parameter. (Inherited from CzCalcTaxes.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| taxAmountCur | Returns the tax amount in transaction currency for the specified TaxType_W and, optionally, TaxValue. (Inherited from CzCalcTaxes.) |
| taxAmountCur_Other | Returns the tax amount in transaction currency where the TaxType_W of the tax is Other. (Inherited from CzCalcTaxes.) |
| taxAmountCur_VAT | Returns the tax amount in transaction currency where the TaxType_W of the tax is Standard VAT or Reduced VAT. (Inherited from CzCalcTaxes.) |
| taxAmountCur_VAT_Full | Returns the tax amount in transaction currency where the TaxType_W of the tax is Standard VAT. (Inherited from CzCalcTaxes.) |
| taxAmountCur_VAT_Reduced | Returns the tax amount in transaction currency where the TaxType_W of the tax is Reduced VAT. (Inherited from CzCalcTaxes.) |
| taxAmountMST | Returns the tax amount in accounting currency for the specified TaxType_Wand, optionally, TaxValue. (Inherited from CzCalcTaxes.) |
| taxAmountMST_Other | Returns the tax amount in accounting currency where the TaxType_W of the tax is Other. (Inherited from CzCalcTaxes.) |
| taxAmountMST_VAT | Returns the tax amount in accounting currency where the TaxType_W of the tax is Standard VAT or Reduced VAT. (Inherited from CzCalcTaxes.) |
| taxAmountMST_VAT_Full | Returns the tax amount in accounting currency where the TaxType_W of the tax is Standard VAT. (Inherited from CzCalcTaxes.) |
| taxAmountMST_VAT_Reduced | Returns the tax amount in accounting currency where the TaxType_W of the tax is Reduced VAT. (Inherited from CzCalcTaxes.) |
| taxBaseAmountCur | Returns the tax base amount in transaction currency for the specified TaxType_W and, optionally, TaxValue. (Inherited from CzCalcTaxes.) |
| taxBaseAmountCur_Other | Returns the tax base amount in transaction currency where the TaxType_Wof the tax is Other. (Inherited from CzCalcTaxes.) |
| taxBaseAmountCur_VAT | Returns the tax base amount in transaction currency where the TaxType_Wof the tax is Standard VAT or Reduced VAT. (Inherited from CzCalcTaxes.) |
| taxBaseAmountCur_VAT_Full | Returns the tax base amount in transaction currency where the TaxType_Wof the tax is Standard VAT. (Inherited from CzCalcTaxes.) |
| taxBaseAmountCur_VAT_Reduced | Returns the tax base amount in transaction currency where the TaxType_Wof the tax is Reduced VAT. (Inherited from CzCalcTaxes.) |
| taxBaseAmountMST | Returns the tax base amount in accounting currency for the specified TaxType_W and, optionally, TaxValue. (Inherited from CzCalcTaxes.) |
| taxBaseAmountMST_Other | Returns the tax base amount in accounting currency where the TaxType_Wof the tax is Other. (Inherited from CzCalcTaxes.) |
| taxBaseAmountMST_VAT | Returns the tax base amount in accounting currency where the TaxType_Wof the tax is Standard VAT or Reduced VAT. (Inherited from CzCalcTaxes.) |
| taxBaseAmountMST_VAT_Full | Returns the tax base amount in accounting currency where the TaxType_Wof the tax is Standard VAT. (Inherited from CzCalcTaxes.) |
| taxBaseAmountMST_VAT_Reduced | Returns the tax base amount in accounting currency where the TaxType_Wof the tax is Reduced VAT. (Inherited from CzCalcTaxes.) |
| taxValue | Returns the TaxValue for a specific TaxType_W in the calculation. (Inherited from CzCalcTaxes.) |
| taxValue_VAT_Full | Returns the TaxValue for the Standard VAT TaxType_W in the calculation. (Inherited from CzCalcTaxes.) |
| taxValue_VAT_Reduced | Returns the TaxValue for the Reduced VAT TaxType_W in the calculation. (Inherited from CzCalcTaxes.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| totalTaxAmountCur | Returns the total tax amount in transaction currency for all tax types. (Inherited from CzCalcTaxes.) |
| totalTaxAmountMST | Returns the total tax amount in accounting currency for all tax types. (Inherited from CzCalcTaxes.) |
| totalTaxBaseAmountCur | Returns the total tax base amount in transaction currency for all tax types. (Inherited from CzCalcTaxes.) |
| totalTaxBaseAmountMST | Returns the total base tax amount in accounting currency for all tax types. (Inherited from CzCalcTaxes.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: