DeliverySlipCalcTax__DeliverySlip_BR Class [AX 2012]

Class intialize the DeliverySlipCalcTax__DeliverySlip_BR for calculating delivery slip taxes.

Syntax

class DeliverySlipCalcTax__DeliverySlip_BR extends DeliverySlipCalcTax_BR

Run On

Server

Methods

  Method Description
JJ723308.pubmethod(en-us,AX.60).gif allowSingleLineAdjustment Indicates whether the transaction supports adjusting a single line. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif calcTax Calculates the tax amount. (Overrides the calcTax Method.)
JJ723308.pubmethod(en-us,AX.60).gif calcWithholdTax_IN Calculates withhold tax. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ723308.protmethod(en-us,AX.60).gif createEnumerableFactory (Inherited from TradeCalcTax.)
JJ723308.protmethod(en-us,AX.60).gif createLineQueryRun Creates the query for current order line.
JJ723308.pubmethod(en-us,AX.60).gif currencyCode Determines currency code in sales record. (Overrides the currencyCode Method.)
JJ723308.pubmethod(en-us,AX.60).gif deliveryDate Determines document date for the sales document based on invoice date.
JJ723308.pubmethod(en-us,AX.60).gif documentDate Determines document date for the sales document.
JJ723308.pubmethod(en-us,AX.60).gif doTaxGroupExistsForDocument Gets a value that indicates whether a tax group exists for any line of the document. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif endDisc Retrieves the discount percent of the order line. (Overrides the endDisc Method.)
JJ723308.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif exchRate Determines exchange rate date based on type of exchange rate date in sales record. (Overrides the exchRate Method.)
JJ723308.pubmethod(en-us,AX.60).gif exchRateSecondary Determines exchange rate date based on type of exchange rate date in sales record. (Overrides the exchRateSecondary Method.)
JJ723308.pubmethod(en-us,AX.60).gif getSalesLine Gets the sales order line. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif getTaxAdjustmentDetailDescription Gets the description of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif getTaxAdjustmentDetailReference Gets the reference of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif getTaxAdjustmentDetailType Gets the type of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif initCursor Creates the query order line. (Overrides the initCursor Method.)
JJ723308.pubmethod(en-us,AX.60).gif invoiceDate Determines invoice date for the sales document. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif isNewLine Indicates whether the line is new for the sales document.
JJ723308.pubmethod(en-us,AX.60).gif isTaxIncluded Determines whether tax is included in the item price for the sales document. (Overrides the isTaxIncluded Method.)
JJ723308.pubmethod(en-us,AX.60).gif lineExist Check whether the order line exist or not.
JJ723308.protmethod(en-us,AX.60).gif lineQueryRunGet Retrieves the query for current order line.
JJ723308.protmethod(en-us,AX.60).gif lineQueryRunNext Retrieves the query for next order line.
JJ723308.pubmethod(en-us,AX.60).gif mcrGetReturnTaxTotal Returns the tax total related to the return portion of the order. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif new Intialize the instance of DeliverySlipCalcTax_DeliverySlip_BR object based on table id. (Overrides the new Method.)
JJ723308.pubmethod(en-us,AX.60).gif nextLine Retrieves the next order line. (Overrides the nextLine Method.)
JJ723308.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif operationAccount Retrieves the operation account value of the current order line.
JJ723308.pubmethod(en-us,AX.60).gif operationPosting Retrieves the posting sales value of the current order line.
JJ723308.pubmethod(en-us,AX.60).gif orderLine_orderTable Determines related sales order document for the order line.
JJ723308.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ723308.protmethod(en-us,AX.60).gif parmContract Gets the Contract parameter. (Overrides the parmContract Method.)
JJ723308.protmethod(en-us,AX.60).gif parmEnumerableFactory Gets or sets the EnumerableFactory parameter. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif parmGoodsInRouteId_RU Gets or sets the GoodsInRouteId_RU parameter. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif parmInvoicePostingType_RU Gets or sets the InvoicePostingType_RU parameter. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif parmSkipLineMarkup Gets or sets the SkipLineMarkup parameter. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif parmSkipTableMarkup Gets or sets the SkipTableMarkup parameter. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif post Posts tax for the current document. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif recID Retrieves the value of the source Record Id. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif salesTableRecID Retrieves the value of the RecId field of the current order line. (Overrides the salesTableRecID Method.)
JJ723308.pubmethod(en-us,AX.60).gif salesTableTableID This method is overridden in child classes to get the sales order table id. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif setTax This method is overridden in child classes to set the tax. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif tableId Retrieves the value of the source table Id. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif tax Get the tax value. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif taxationOrigin Gets the taxation origin to be used for the order. If certain criteria meets, the taxation origin configured on the Imported Content Per Item table is retured.Otherwise, the taxation origin from the Invent Table is returned (Overrides the taxationOrigin Method.)
JJ723308.pubmethod(en-us,AX.60).gif taxCashDiscPercent Determines discount percentage in sales record.
JJ723308.pubmethod(en-us,AX.60).gif taxWithholdCalculation_IN Gets or sets the TaxWithholdCalculation_IN instance. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif totalTaxAmountBySign_RU Returns the actual tax amount. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif transferEnumerableFactory Transfers a TradeTotalsEnumerableFactory object into this class to use caches that are built up in the calling class. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif transLineAmount Retrieves the line ampount of the current order line based on quantity. (Overrides the transLineAmount Method.)
JJ723308.pubmethod(en-us,AX.60).gif transLineAmountInclTax Retrieves the line ampount of the current order line based on quantity. (Overrides the transLineAmountInclTax Method.)
JJ723308.pubmethod(en-us,AX.60).gif transPcsPrice Retrieves the value tax price of the current order line. (Overrides the transPcsPrice Method.)
JJ723308.pubmethod(en-us,AX.60).gif transQty Retrieves the value of the SalesQty field of the current order line. (Overrides the transQty Method.)
JJ723308.pubmethod(en-us,AX.60).gif transRecId Retrieves the value of the RecId field of the current order line. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif transTableId Retrieves the value of the TableId field of the current order line. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif transTaxGroup Retrieves the value of the DeliveryTaxGroup_BR field of the current order line. (Overrides the transTaxGroup Method.)
JJ723308.pubmethod(en-us,AX.60).gif transTaxItemGroup Retrieves the value of the DeliveryTaxItemGroup_BR field of the current order line. (Overrides the transTaxItemGroup Method.)
JJ723308.pubmethod(en-us,AX.60).gif transTransId Retrieves the value of the InventTransId field of the current order line. (Overrides the transTransId Method.)
JJ723308.pubmethod(en-us,AX.60).gif triangulation Determines euro triangulation date in sales record. (Overrides the triangulation Method.)
JJ723308.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif useAndConsumption_BR Returns if the sales is for use and consumption (Overrides the useAndConsumption_BR Method.)
JJ723308.pubmethod(en-us,AX.60).gif useDetailsSalesTaxAdjustmentType Indicates whether tax calculation uses detailed level sales tax adjustments. (Inherited from TradeCalcTax.)
JJ723308.pubmethod(en-us,AX.60).gif useSalesTaxAdjustments Indicates whether to use sales tax adjustments. (Inherited from DeliverySlipCalcTax_BR.)
JJ723308.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ723308.pubmethod(en-us,AX.60).gif JJ723308.static(en-us,AX.60).gif ::construct Constructs an instance of the DeliveryCalcTax_Parm_BR class.

Top

Inheritance Hierarchy

Object Class
  TradeCalcTax Class
    DeliverySlipCalcTax_BR Class
      DeliverySlipCalcTax__DeliverySlip_BR Class
        DeliveryCalcTax_Parm_BR Class
        DeliverySlipCalcTax_Cancel_BR Class