RetailTaxSales Class [AX 2012]

The RetailTaxSales class extends the Tax class.

Syntax

class RetailTaxSales extends Tax

Run On

Server

Methods

  Method Description
Hh813620.protmethod(en-us,AX.60).gif addTaxAdjustmentType Adds the specified tax adjustment type to the collection of tax adjustment types. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif addTaxAdjustmentTypes Adds the collection of tax adjustment types that can be used to make tax adjustments. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif addTaxTypeExcludedInPosting Adds tax type excluded in the posting. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif adjustAmount (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif adjustAmountData (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif adjustAmountLine (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif adjustPennyDiff (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif adjustRoundingDiff (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif adjustTaxInCostPrice (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif afterTaxTransInserted_RU The method should be called after TaxTrans is inserted. To be overriden by subclasses. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif allocateBaseInTaxWorkTrans (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif allocateInTaxWorkTrans (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif allowAdjustBaseAmountForTaxAdjustment Determines whether the transaction supports adjusting the calculated base amount when tax is included in item price and the users adjusts the tax amount. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif allowPostingOfReversals Determines whether tax posting should post reversal records. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif allowSingleLineAdjustment Determines whether the transaction supports adjusting a single line. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif amountBaseForTaxOnTax_IN Gets amount base for tax. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif amountExclTax Calculates and returns the amount of exclusive tax for a journal line. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif applyExemptFiscalValue_BR Applies Exempt Fiscal Value and tax base amount in TaxWorkTrans. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif applyFiscalValueInCalculatedTaxes_BR Applies Fiscal value requirement to the current tmpTaxWorkTrans (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif beforeAddTrans_W Method should be called bore adding transaction to voucher (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif calcBaseAmtExclTax_IN Calculates base amount excl tax. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif calcChargeExclTax_IN Calculates the charge of excl tax. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif calcCorrectedTaxExim_IN Calculates corrected tax exim. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif calcEPCGIncentiveTaxBaseAmount_IN Calculates EPCG incentive tax base amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif calcTax (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif calcTaxExim_IN Calculates tax exim. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif calculateTaxDifferenceAmount Calculates tax difference amount in accounting currency by the difference between accounting exchange rate and tax exchange rate. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh813620.protmethod(en-us,AX.60).gif canChargeBePostedByTax Determines whether the sales tax charge can be posted by tax. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif canClearTaxAmountFields_BR Controls if tmpTaxWorkTrans tax amount fields had to be cleared (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif checkIfTransactionExists_IN Checks if transaction exists. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif checkIntersection Provides the default implementation of an error condition which occurs when the tax groups are intersected. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif checkParameters (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif checkTaxCodesByLine (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif checkTaxCodesByOperationAccount Checks for the tax direction and tax code values that uses the OperationAccount field from TaxWorkTrans table. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif checkTaxCodesInTotal (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif checkTaxData_IN Checks tax data. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif checkTaxDirection Determines whether the value for tax direction is specified for the account. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif checkTaxTypeExcluded Checks whether the tax type is excluded in posting. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif companyInfo (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif convertSourceTable_IN Converts the sourceTableId and SourceRecId on the tax transactions (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif createOrphanLinkInsteadPost_RU Creates link TaxTransGeneralJournalAccountEntry with given ledger dimensions (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif currencyCode (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif customsAllocate_IN This method is used to update TaxAutogenerated field based on related amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif customsAllocateRegulation_IN This method is used to allocate regulated amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif customsTaxSum_IN Calculates customs tax sum. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif defaultSign (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif defermentPeriodic_IN Process and post Vat deferment. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif determineAccountType_IN Determine account type. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif determineDirectImportBase_BR (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif determineDirection Sets the taxModuleType value to a TaxModuleType::Retail enumeration value. (Overrides the determineDirection Method.)
Hh813620.protmethod(en-us,AX.60).gif determineFinalUserBase_BR Sums IPI amount in ICMS tax base. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif determineSign_BR (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif determineTaxAccountType_IN This method is used to determine the tax account type. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif determineTaxationCode_BR Determines TaxationCodeTable_BR by TaxOnItem, TaxGroupData or TaxCode. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif determineTaxRegistrationNumber_IN Determine tax registration number. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif doAdjustmentsExist Gets a value that indicates if tax adjustments exist for the source document. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif documentStatus_IN Gets document status. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh813620.pubmethod(en-us,AX.60).gif exchRate (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif exchRateSecondary (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif exciseDeferredAmt_IN Gets excise deferred amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif excisePurchClaim_IN Returns amount based on the ClaimPercentage defined for respective components. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif exciseTaxCalculationdate_IN Excise the tax calculation date. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif eximBalTaxRegSingleLineInclUseTax_IN The inclusive use tax of exim bal tax reg single line. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif eximBalTaxSingleLineInclUseTax_IN The inclusive use tax of exim bal tax single line. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif eximInsertIntersection_IN Inserts the exim intersection. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif eximShowTaxesNotSourceSingleLine_IN The not source single line exim. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif eximTaxSingleLineInclUseTax_IN The inclusive use tax of exim tax single line. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif eximTotalBalanceCorrectedAmount_IN The exim total balance corrected amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif eximTotalCorrectedAmount_IN The exim total corrected amount. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif findTaxCodeCombinationId (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getAbatementAmount_IN Gets abatement amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getAccountTypeForJournal_IN Returns the ledgerDirection for the jounrals based on taxTable. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getAmountBase_IN Gets amount base. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getAmountInclTaxMap Gets the map that contains the amount including tax for transaction lines. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getAssessableAmountBase_IN Gets assessable amount base. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getBaseAmountPartition_IN Gets base amount partition. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getChargeAmount_IN Gets the charge amount for specified markup code in current line. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getCompany Gets the company which has the tax obligation. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getCompanyCurrency Gets a Currency record for the accounting currency. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getCustInvoiceJour_IN This method is used to get the CustInvoiceJour table. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getCustInvoiceTransLine_IN This method is used to get the CustInvoiceTrans table. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getCustomsAccNum_IN Gets customs account number. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getCustomsDuty_IN (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getCustomsDutyProjects_IN Calculates total CustomsDuty looping thru tmptaxWorkTrans table based on sourceTableId (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getCustomsExchRate_IN Gets customs exchange rate. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getDefaultAmountMSTSecondaryToPost_RU Returns default amount in secondary currency to post (to be overriden by subclasses) (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getDefaultDimension Retrieves the default dimension. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getInvoiceId Gets the invoice ID for the current transaction. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getMaintainExistingTaxUncommitted Indicates whether new records will be added to the TaxUncommitted table. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getMRPAmountBase_IN Gets the MRP amount base. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getOperationLedgerDimension Retrieves the operation account. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getOriginForSourceLine Determines the origin for the transaction line. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getOriginForSourceLine_IN Determines the origin for the transaction line. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getPostingType_IN Gets posting type. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getRatioAmount_IN Determines the funding source perecnt for the respective transaction. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getRegistrationNumber_IN Gets registration number. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getRelatedVoucher_IN Gets related voucher. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getSalePurchJourLineFrmTaxUnCommitted_IN This method is used to get sales purch journal line based on the invent Id. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getSalesPurchJournalforInventTranfer_IN This method is used to get sales purch journal lines related to invent transfer table. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getSalesPurchJournalLineFromInventId_IN This method is used to get sales purch journal line based on the invent Id. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getSalesPurchJournalLineFromTaxTrans_IN This method is used to get sales purch journal line based on the taxtrans table. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getServiceTaxAccount_IN Gets service tax account. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getSettledExcisePayableAcc_IN Gets settled excise payable account. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getSourceCurrency Gets a Currency record for the transactional currency. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxAdjustmentDetailDescription Gets the description of the tax adjustment detail for the specified tax source. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxAdjustmentDetailReference Gets the reference of the tax adjustment detail for the specified tax source. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxAdjustmentDetailType Gets the type of the tax adjustment detail for the specified tax source. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxAdjustmentTypes Gets the collection of tax adjustment types that can be used to make tax adjustments. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxAmountForPrepayment Gets the tax amount for the specified pre-payment. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getTaxChargePostingType Returns the LedgerPostingType for the charge posting. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxDate Determines the tax date for this transaction. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getTaxExchangeRateDifferencePosting Finds the ledger dimension and the offset ledger dimension for posting tax difference to ledger. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxIncludedInItemPrice Determines whether the tax is included in the item price. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getTaxModelTaxable_IN Gets tax taxable model. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxModuleType Determines the TaxModuleType value for the current transaction. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getTaxObligationCompany Gets the company which has the tax obligation. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getTaxRegistrationNumber_IN Gets tax registration number. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTaxSourceLineSummaryTmp Gets the TaxSourceLineSummaryTmp table which contains summary values for each source line. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getTaxTable (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif getTaxWorkTransBufferForTaxInCostPrice Gets the TmpTaxWorkTrans buffer that is required for the totalTaxInCostPrice method. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh813620.protmethod(en-us,AX.60).gif getTotalTaxValue_IN Gets total tax value. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTransactionalCurrency Retrieves the default transactional currency for this transaction. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getTriangulation Retrieves the EUROTriangulation value for the current transaction. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getVATPayableAmount_IN Creates a container which holds tax amount and other information related to Vat. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getVendInvoiceJour_IN This method is used to get the VendInvoiceJour table. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getVendInvoiceTransLine_IN This method is used to get the VendInvoiceTrans table. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getVoucher Retrieves the voucher value for the current transaction. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif getVoucherForContinuousHU Creates or retrieves the voucher object for the additional transaction to be added for Hungary. If "Subscription" is checked, Hungary requires that two additional tax transactions be added on the VAT due date (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh813620.protmethod(en-us,AX.60).gif handleExciseAmountRegister_IN The handler of the excise amount register. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif handleExciseQuantityRegister_IN The handler of the excise quantity register. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif headingRecId (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif headingTableId (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif iecNumber_IN The iec number. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif ignoreCalculatedSalesTax Indicates whether to ignore the calculated sales tax and only use the tax amounts from tax adjustments. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif initBaseAmountSum (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif initLedgerPosting (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif initTaxTrans (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif initVatRegData_W (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif insertInternalStructure (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif insertIntersection (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif insertIntersection_IN Inserts the intersection of the tax group. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif insertLineInInternal Inserts line in internal. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif insertLineInInternal_IN (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif insertTaxTrans_IN This method is used insert the data in the TaxTrans_IN table. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif insertTaxTransOffset_serviceTax_IN Inserts the Tax transactions of tax offset Ledgerdimensions being Posted (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif insertTotalInInternal (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif inventProfileTaxTrans_RU (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif inventProfileType_RU (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif isPrePayment (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif isTaxableCombination_IN This method is used to check the taxable combination. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif isTaxableOnMarkupTrans_IN Prevents tax type which is Customs, SalesTax, Excise or VAT when source table is MarkupTrans. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif journalNum (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif keepSalesTaxAdjustments Indicates whether sales tax adjustments should be deleted when the sales tax groups are changed on the transaction. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif ledgerDimension_RU Returns ledger dimension account for given TaxLedgerAccountGroup (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif ledgerDirection_IN Returns the ledgerDirection for the jounrals based on taxTable. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif lineTaxAmount (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif markupTransRecId_RU (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif mcrFindReturnTax Finds the return tax for the return line or markup trans record attached to a return line. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif mcrReturnTotalTaxAmount Calculates the tax associated to the return portion of the order. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif new Initializes the RetailTaxSales object and the variables that are associated with it. (Overrides the new Method.)
Hh813620.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.)
Hh813620.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.)
Hh813620.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh813620.protmethod(en-us,AX.60).gif offsetLedgerDimension_RU Returns ledger dimension account for given TaxLedgerAccountGroup (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif origHeadingRecId Gets the original record Id of SalesTable or PurchTable, where the origHeadingTableId is assigned a value in the subclasses of the Tax class. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif origHeadingTableId Gets the original table Id of the SalesTable or PurchTable, where origHeadingRecIdis assigned a value in the subclasses of the Tax class. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh813620.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the Tax class. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmAccountingCurrency Gets the AccountingCurrency parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmAssessableValue_IN Gets or sets the AssessableValue_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmBaseQty_IN The parameter of the base quantity. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmCashDiscountPercent_IN The cash discount percent parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmDEPBDutyAvailed_IN Gets or sets the DEPBDutyAvailed_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmDEPBSetOffRules_IN Gets or sets the DEPBSetOffRules_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmExchRate Gets and sets the exchange rate. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmExchRateSecond Gets and sets the secondary exchange rate. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmEximBalanceTaxAmt_IN The exim balance tax amount parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmEximDEPBAmount_IN Gets the parm exim DEPB amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmEximTaxAmount_IN Gets the exim tax amount parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmInterimTaxTrans_IN Gets or sets the InterimTaxTrans_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmInventTransferParmLine_IN Sets and gets the value of InventTransferParmLine class variable. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmInvoiceCompany_IN Gets or sets the InvoiceCompany_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmisApplyExciseForDeffered_IN Gets or sets the isApplyExciseForDeffered_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmLedgerJournalTrans_IN Gets or sets the LedgerJournalTrans_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmLedgerJournalTransPay_IN Gets or sets the LedgerJournalTransPay_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmLJT_IN Gets or sets the LJT_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmLocalTaxes_IN Gets or sets the LocalTaxes_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmMaximumRetailPrice_IN Gets or sets the MaximumRetailPrice_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmParentSourceRecId Retrieves the record ID of the parent transaction line for the tax amounts. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmParentSourceTableId Retrieves the table ID of the parent transaction to tax amounts. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmPost Gets or sets the Post value that will be used as a parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmServiceTaxRelatedVoucher_IN Sets or gets the serviceTaxRelatedVoucher for which service tax are being calculated for advance payment. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmSkipException_LV Gets or sets the SkipException_LV parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmSkipLineMarkup Gets or sets the SkipLineMarkup parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmSkipTableMarkup Gets or sets the SkipTableMarkup parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmTaxDate Gets or sets the effective tax date for tax calculations. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmTaxItemGroup_IN Gets or sets the TaxItemGroup_IN parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmTaxSourceType_RU Gets or sets the TaxSourceType_RU parameter. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif parmTaxTypesExcludedInPosting Gets the Set of tax types excluded from posting. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmTaxUncommited Sets the TaxUncommitted buffer to the Taxpost class required during service tax posting (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmUseTaxExchangeRate Gets the UseTaxExchangeRate parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmVatRegData_W Gets or sets the VatRegData_W parameter. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif parmVoucher Gets or sets the voucher for which taxes are being calculated. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif post (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postApplyExciseDeferedAccount_IN Posts apply excise defered account. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postApplyExciseTaxCodes_IN Posts apply excise tax codes. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif postCharge Posts the sales tax charge. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif postedTaxAmount (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postHandleExciseAmountRegister_IN Posts handle excise amount register. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postHandleExciseQuantityRegister_IN Posts handle excise quantity register. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postingProfile_RU (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postPost_BR Defines specifics parameters for Localizarion BR. It is a subscriber to event post_br in post method. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postSalesTaxExchangeRateDifferenceAmount Posts the tax difference amount. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postSalesTaxReceivableAmounts Determines whether the Tax class must handle the ledger posts for the tax direction of the sales tax receivable. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif postServiceTax_IN Posts to the Service Tax transactions to Ledger based on Ledgerdimensions (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif postTaxProjInvoice_IN Posts to the Service Tax transactions to Ledger based on Ledgerdimensions (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postTaxPurchInvoice_IN Posts the tax purch invoice. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif postTaxSalesInvoice_IN Posts tax sales invoice. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif postToLedgerCustomsEximTrans_IN Posts to the Customs/Exim transactions to Ledger. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif postVoucherForContinuousHU Adds the voucher object for the additional Hungarian transactions.If "Subscription" is checked, Hungary requires that two additional tax transactions be added on the VAT due date (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif prePaymentIsTaxable_IN This method is used to check the pre payment of tax. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif processTaxExchangeRateDifferenceAmount Processes the tax difference amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif purchCalcTax (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif purgeInternalStructure (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif roundTaxOnTaxGroup (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif saveAndPost (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif saveInJournalTrans Called during the posting of a purchase order. This method is used to persist information from the TmpTaxWorkTrans table to the TaxJournalTrans table. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif saveInProcessTransaction (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif saveTaxExchangeRateDifferenceAmount Posts the tax difference amount to the TaxTrans record. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif saveTotalInProcessTransaction (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif serviceTaxAccountNum_IN Gets service tax account number. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif serviceTaxAmountCalculated_IN Calculates service tax amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif serviceTaxPOTAdvanceVoucher_IN Gets service tax POT advance voucher. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif setCashDiscount Sets the cashDiscAmount field and may set the cashDiscPercent field. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif setCustomsAccNum_IN Sets customs account number. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif setExchRates Gets and sets the currency and exchange rate information about tax. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif setEximTaxes_IN Sets exim taxes. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif setLedgerDimensions Sets the ledger dimensions for the TmpTaxWorkTrans record. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif setTaxAmountQty_IN Sets tax amount quantity. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh813620.pubmethod(en-us,AX.60).gif showInventTransTax_IN Shows invent transaction tax. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif showTaxesNotSourceSingleLine (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif showTaxesSourceSingleLine (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif skipTaxCalculations Determines if taxes need to be calculated. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif sourceLinesHaveTaxGroups Gets a value that indicates if the source transactions have lines with sales or item tax groups. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif sourceRecId Retrieves the record ID of the transaction line to calculate. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif sourceSingleLine (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif sourceTableId Retrieves the table ID of the transaction to tax. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif sumUpTaxCode (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif supportAmountByUnit Determines whether the tax calculation engine should calculate tax for the tax code origin of amount per unit. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxAmountCalculated (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxAmountCalculatedRaw (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxAmountRegulation (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxAmountSign (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxAmountSignUI (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxBaseAmountRegulation (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxCalcWithoutSource (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxCalcWithoutSource_RU (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif taxCode_RU (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxGTAVendor_IN Gets tax GTA vendor. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxGTAVendorForNonPO_IN Gets tax GTA vendor for no po. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxInCostPrice (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxInCostPrice_BR Returns the total tax included in sales price to be subtracted from inventory cost. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxInCostPriceLine_IN Gets tax amount in cost price line. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxInCostPriceMSTCalc (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxInCostPriceReporting (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxInSalesRevenue_BR Returns the sum of taxes not included in sales price. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif taxOrigin Retrieves the default tax origin. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxPack (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxParameters (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxPrLine (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxServiceSettlement_IN Settle tax service. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxTotals (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif taxTransOrigin Retrieves a container that consists of the table and record IDs of the specified record. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxUnpack (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif taxWorkTransSource Retrieves a container that consists of the source table and source record IDs of the specified TmpTaxWorkTrans record. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif taxWriteCode (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif tmpTaxCalc_IN Gets the tmp tax calculation. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif tmpTaxWorkTrans (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif tmpTaxWorkTransExclInventProfileType_RU (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif tmpTaxWorkTransMarkup_RU (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh813620.pubmethod(en-us,AX.60).gif totalBaseAmountByType_BR Returns the total base amount by tax type (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalCorrectedCustomsDuty_IN Gets total corrected customs duty. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalCustomsAmount_IN Gets the total customs amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalCustomsDuty_IN Gets the total customs duty. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalEximBalanceTaxAmountMST_IN Gets total exim balance tax amount MST. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalEximTaxAmountMST_IN Gets total exim tax amount MST. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalRegTaxAmountSingleLineIncludeUseTax (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalRegulatedTaxAmountSingleLine (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmount This method returns the actual tax amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmountByDirection Gets the total actual tax amount for the specified tax direction. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmountByType_BR (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmountCalculated (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmountMST (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmountRetained_BR This method returns the actual retained tax amount. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmountSingleLine (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmountSingleLineIncludeUseTax (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxAmountSingleLineRaw (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxDetailsExclMarkup_RU (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxDetailsMarkup_RU (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxIncludedInPrice_BR Returns the total tax included in sales price to be subtracted from sales revenue. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif totalTaxInCostPrice (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif unpack Deserializes the packedClass parameter value to an instance of the Tax class. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif updateExciseRegister_IN Updates excise register. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif updateTaxationOriginOnTaxWorkTrans_BR Updates the TmpTaxWorkTrans records related to the order line with the specified taxation origin. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif updateTaxDifferenceAmount Calculates tax difference amount in accounting currency by the difference between accounting exchange rate and tax exchange rate. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif updateTaxUncommitted Updates the TaxUncommitted records by using the TmpTaxWorkTrans table. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif updateTaxWorkTrans_RU Updates TmpTaxWorkTrans record. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif updateTmpTaxWorkTrans_IN Updates temporary tax work transaction. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif updateVATExchRate_W Updates temporary sales tax transactions for the current document with the specified date of VAT register and VAT exchange rate (Inherited from Tax.)
Hh813620.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.)
Hh813620.pubmethod(en-us,AX.60).gif useSalesTaxAdjustments Returns a Boolean value that indicates whether the current transaction being calculated supports sales tax adjustments. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif useSubLedgerJournalLines Determines whether the current transaction to calculate supports the SubLedgerDistributions or SubLedgerJournalLines records. By default, this base implementation is that they do not support them. As the individual transaction support the sub-ledger, they must inherit from the TaxCalculation class, override this method, and return true. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif useTaxTotal Calculates the total of use taxes for the current instance of the Tax class. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif useTaxUncommitted (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif validate_IN This method is used to validate. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validateApplyExcise_IN Validates the apply excise. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validateConsignmentNoteNum_IN Validates the consignment note number. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif validateExciseRecordType_IN Validates excise record type. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif validateForExcise_IN Validates whether ECC number is defined or not.If so, check whether ledger accounts are defined (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif validateForPost Performs the posting validation. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validatePerSourceLineTaxType_IN Validates per source line tax type. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validatePerTaxLine_IN Validates per tax line. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validatePOTInquiry_IN Validations for Service tax POT Inquiry. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validateReverseCharge_AR_IN Validations for Service tax POT Inquiry for customers. Customers should not use this feature. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validateReverseChargePOT_IN Validations for Service tax POT Inquiry. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validateTaxWorkTrans_BR Validates TmpTaxWorkTrans with brazillian requirements (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif validateWarningsForPost (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif validCustomsDutyCombinations_IN Validates customs duty combinations. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif validCustomsJournal_IN Validates customs journal. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif validCustomsScenario_IN This method returns true if its a valid transaction (with Customs tax codes) that can be posted. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif vatAmountOfCapitalGoods_IN Calculate the total VAT tax amount of CapitalGoods on PurchTable. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif vatAmountPerLine_IN Reads the table buffer and set the records. (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif vatDeferredAmountPerLine_IN Reads the table buffer and set the records. (Inherited from Tax.)
Hh813620.protmethod(en-us,AX.60).gif vatOperationCode_RU Returns VAT operation code for current tax calculation (Inherited from Tax.)
Hh813620.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh813620.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  Tax Class
    RetailTaxSales Class