InventTransferCalcTax_Invoice_BR Class [AX 2012]
Class InventTransferCalcTax_Invoice_BR provides functions to calculate taxes for invent transfer fiscal document.
Syntax
class InventTransferCalcTax_Invoice_BR extends InventTransferCalcTax_BR
Run On
Called
Methods
Method | Description | |
---|---|---|
allowSingleLineAdjustment | Indicates whether the transaction supports adjusting a single line. (Inherited from TradeCalcTax.) | |
amounts | Returns the amount of the transfer order line (Inherited from InventTransferCalcTax_BR.) | |
calcTax | Calculate the taxes for transfer order (Inherited from InventTransferCalcTax_BR.) | |
calcWithholdTax_IN | Calculates withhold tax. (Inherited from TradeCalcTax.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createEnumerableFactory | (Inherited from TradeCalcTax.) | |
currencyCode | Returns the company standard currency (Inherited from InventTransferCalcTax_BR.) | |
defaultDimension | Returns the default dimension for the given transfer order line (Inherited from InventTransferCalcTax_BR.) | |
doTaxGroupExistsForDocument | Gets a value that indicates whether a tax group exists for any line of the document. (Inherited from TradeCalcTax.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getInventDimSiteId | Gets the invent site id associated with the invent transfer line.The search will look at different fields depending if the transfer order line is a shipment or a receipt transfer order line (Inherited from InventTransferCalcTax_BR.) | |
getInventTransferLine | ||
getTaxAdjustmentDetailDescription | Gets the description of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.) | |
getTaxAdjustmentDetailReference | Gets the reference of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.) | |
getTaxAdjustmentDetailType | Gets the type of the tax adjustment detail for the specified tax source. (Inherited from TradeCalcTax.) | |
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 | Inititializes the transfer order lines query (Inherited from InventTransferCalcTax_BR.) | |
invoiceDate | Returns the system date (Inherited from InventTransferCalcTax_BR.) | |
mcrGetReturnTaxTotal | Returns the tax total related to the return portion of the order. (Inherited from TradeCalcTax.) | |
new | Instantiates the InventTransferCalcTax_BR object (Overrides the new Method.) | |
nextLine | Fetches the next record (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 | Returns the inventory main account related to the transfer order line (Inherited from InventTransferCalcTax_BR.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmContract | Gets the Contract parameter. (Inherited from TradeCalcTax.) | |
parmEnumerableFactory | Gets or sets the EnumerableFactory parameter. (Inherited from TradeCalcTax.) | |
parmGoodsInRouteId_RU | Gets or sets the GoodsInRouteId_RU parameter. (Inherited from TradeCalcTax.) | |
parmInvoicePostingType_RU | Gets or sets the InvoicePostingType_RU parameter. (Inherited from TradeCalcTax.) | |
parmSkipLineMarkup | Gets or sets the SkipLineMarkup parameter. (Inherited from TradeCalcTax.) | |
parmSkipTableMarkup | Gets or sets the SkipTableMarkup parameter. (Inherited from TradeCalcTax.) | |
post | Posts the transfer order taxes (Inherited from InventTransferCalcTax_BR.) | |
queryBuild | Builds the queryRun object containing the lines to calculate taxes (Overrides the queryBuild Method.) | |
queryGet | Returns the current record (Overrides the queryGet Method.) | |
recId | Returns the recId of the source record (Inherited from InventTransferCalcTax_BR.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
tableId | Returns the tableId of the source record (Inherited from InventTransferCalcTax_BR.) | |
tax | Gets and sets the tax class (Inherited from InventTransferCalcTax_BR.) | |
taxationOrigin | Gets the taxation origin of the current tranfer order line (Overrides the taxationOrigin Method.) | |
taxWithholdCalculation_IN | Gets or sets the TaxWithholdCalculation_IN instance. (Inherited from TradeCalcTax.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
totalTaxAmountBySign_RU | Returns the actual tax amount. (Inherited from TradeCalcTax.) | |
transferEnumerableFactory | Transfers a TradeTotalsEnumerableFactory object into this class to use caches that are built up in the calling class. (Inherited from TradeCalcTax.) | |
transLineAmount | Returns the transaction line value to calculate tax (Overrides the transLineAmount Method.) | |
transRecId | Returns the recId of transfer line record (Inherited from InventTransferCalcTax_BR.) | |
transTableId | Returns the tableId of transfer line record (Inherited from InventTransferCalcTax_BR.) | |
transTaxGroup | Returns the current transaction tax group (Overrides the transTaxGroup Method.) | |
transTaxItemGroup | Returns the current transaction item tax group (Overrides the transTaxItemGroup Method.) | |
transTransId | Returns the current transaction inventTransId (Overrides the transTransId Method.) | |
updateType | Returns the transfer order update type (Overrides the updateType Method.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
useDetailsSalesTaxAdjustmentType | Indicates whether tax calculation uses detailed level sales tax adjustments. (Inherited from TradeCalcTax.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
TradeCalcTax Class
InventTransferCalcTax_BR Class
InventTransferCalcTax_Invoice_BR Class