Class TaxRate

    • Field Detail

      • PROPERTY_ID

        public static final String PROPERTY_ID
        Property id stored in column C_Tax_ID in table C_Tax
        Help: The Tax indicates the type of tax for this document line.
        See Also:
        Constant Field Values
      • PROPERTY_NAME

        public static final String PROPERTY_NAME
        Property name stored in column Name in table C_Tax
        See Also:
        Constant Field Values
      • PROPERTY_DESCRIPTION

        public static final String PROPERTY_DESCRIPTION
        Property description stored in column Description in table C_Tax
        Help: A description is limited to 255 characters.
        See Also:
        Constant Field Values
      • PROPERTY_TAXSEARCHKEY

        public static final String PROPERTY_TAXSEARCHKEY
        Property taxSearchKey stored in column TaxIndicator in table C_Tax
        Help: The Tax Indicator identifies the short name that will print on documents referencing this tax.
        See Also:
        Constant Field Values
      • PROPERTY_VALIDFROMDATE

        public static final String PROPERTY_VALIDFROMDATE
        Property validFromDate stored in column ValidFrom in table C_Tax
        Help: The Valid From date indicates the first day of a date range
        See Also:
        Constant Field Values
      • PROPERTY_SUMMARYLEVEL

        public static final String PROPERTY_SUMMARYLEVEL
        Property summaryLevel stored in column IsSummary in table C_Tax
        Help: A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.
        See Also:
        Constant Field Values
      • PROPERTY_RATE

        public static final String PROPERTY_RATE
        Property rate stored in column Rate in table C_Tax
        Help: The Rate indicates the percentage to be multiplied by the source to arrive at the tax or exchange amount.
        See Also:
        Constant Field Values
      • PROPERTY_PARENTTAXRATE

        public static final String PROPERTY_PARENTTAXRATE
        Property parentTaxRate stored in column Parent_Tax_ID in table C_Tax
        Help: The Parent Tax indicates a tax that is a reference for multiple taxes. This allows you to charge multiple taxes on a document by entering the Parent Tax
        See Also:
        Constant Field Values
      • PROPERTY_COUNTRY

        public static final String PROPERTY_COUNTRY
        Property country stored in column C_Country_ID in table C_Tax
        Help: The Country defines a Country. Each Country must be defined before it can be used in any document.
        See Also:
        Constant Field Values
      • PROPERTY_REGION

        public static final String PROPERTY_REGION
        Property region stored in column C_Region_ID in table C_Tax
        Help: The Region identifies a unique Region for this Country.
        See Also:
        Constant Field Values
      • PROPERTY_DESTINATIONCOUNTRY

        public static final String PROPERTY_DESTINATIONCOUNTRY
        Property destinationCountry stored in column To_Country_ID in table C_Tax
        Help: The To Country indicates the receiving country on a document
        See Also:
        Constant Field Values
      • PROPERTY_DESTINATIONREGION

        public static final String PROPERTY_DESTINATIONREGION
        Property destinationRegion stored in column To_Region_ID in table C_Tax
        Help: The To Region indicates the receiving region on a document
        See Also:
        Constant Field Values
      • PROPERTY_TAXCATEGORY

        public static final String PROPERTY_TAXCATEGORY
        Property taxCategory stored in column C_TaxCategory_ID in table C_Tax
        Help: The Tax Category provides a method of grouping similar taxes. For example, Sales Tax or Value Added Tax.
        See Also:
        Constant Field Values
      • PROPERTY_DEFAULT

        public static final String PROPERTY_DEFAULT
        Property default stored in column IsDefault in table C_Tax
        Help: The Default Checkbox indicates if this record will be used as a default value.
        See Also:
        Constant Field Values
      • PROPERTY_TAXEXEMPT

        public static final String PROPERTY_TAXEXEMPT
        Property taxExempt stored in column IsTaxExempt in table C_Tax
        Help: If a business partner is exempt from tax, the exempt tax rate is used. For this, you need to set up a tax rate with a 0% rate and indicate that this is your tax exempt rate. This is required for tax reporting, so that you can track tax exempt transactions.
        See Also:
        Constant Field Values
      • PROPERTY_SALESPURCHASETYPE

        public static final String PROPERTY_SALESPURCHASETYPE
        Property salesPurchaseType stored in column SOPOType in table C_Tax
        Help: Sales Tax: charged when selling - examples: Sales Tax, Output VAT (payable)Purchase Tax: tax charged when purchasing - examples: Use Tax, Input VAT (receivable)
        See Also:
        Constant Field Values
      • PROPERTY_CASCADE

        public static final String PROPERTY_CASCADE
        Property cascade stored in column Cascade in table C_Tax
        Help: Indicates if it is applied in an accumulative way or if it is applied to the base amount.
        See Also:
        Constant Field Values
      • PROPERTY_BUSINESSPARTNERTAXCATEGORY

        public static final String PROPERTY_BUSINESSPARTNERTAXCATEGORY
        Property businessPartnerTaxCategory stored in column C_BP_TaxCategory_ID in table C_Tax
        Help: Bussines Partner Tax Category is a category defined for applying default taxes to procurement transactions.
        See Also:
        Constant Field Values
      • PROPERTY_LINENO

        public static final String PROPERTY_LINENO
        Property lineNo stored in column Line in table C_Tax
        Help: Indicates the unique line for a document. It will also control the display order of the lines within a document.
        See Also:
        Constant Field Values
      • PROPERTY_WITHHOLDINGTAX

        public static final String PROPERTY_WITHHOLDINGTAX
        Property withholdingTax stored in column IsWithholdingTax in table C_Tax
        Help: Describe if the tax is included in the Withholding's Calculation.
        See Also:
        Constant Field Values
      • PROPERTY_NOTTAXABLE

        public static final String PROPERTY_NOTTAXABLE
        Property notTaxable stored in column IsNoTaxable in table C_Tax
        Help: Check if it is not taxable
        See Also:
        Constant Field Values
      • PROPERTY_DEDUCTABLERATE

        public static final String PROPERTY_DEDUCTABLERATE
        Property deductableRate stored in column Deducpercent in table C_Tax
        Help: It is the deductible percentage
        See Also:
        Constant Field Values
      • PROPERTY_ORIGINALRATE

        public static final String PROPERTY_ORIGINALRATE
        Property originalRate stored in column Originalrate in table C_Tax
        Help: Original Rate
        See Also:
        Constant Field Values
      • PROPERTY_NOTTAXDEDUCTABLE

        public static final String PROPERTY_NOTTAXDEDUCTABLE
        Property notTaxdeductable stored in column IsTaxUndeductable in table C_Tax
        Help: Check it if the tax is not deductible
        See Also:
        Constant Field Values
      • PROPERTY_ISTAXDEDUCTABLE

        public static final String PROPERTY_ISTAXDEDUCTABLE
        Property istaxdeductable stored in column IsTaxDeductable in table C_Tax
        Help: If active, this rate will behave as a tax deductible rate, no matter if the organization where used is tax deductible or not.
        See Also:
        Constant Field Values
      • PROPERTY_NOVAT

        public static final String PROPERTY_NOVAT
        Property noVAT stored in column IsNoVAT in table C_Tax
        Help: Is no VAT
        See Also:
        Constant Field Values
      • PROPERTY_BASEAMOUNT

        public static final String PROPERTY_BASEAMOUNT
        Property baseAmount stored in column BaseAmount in table C_Tax
        Help: Base Amount to be used as base for the calculation. Line net amount or alternate line net amount can be selected as base for the tax calculation.
        See Also:
        Constant Field Values
      • PROPERTY_TAXBASE

        public static final String PROPERTY_TAXBASE
        Property taxBase stored in column C_TaxBase_ID in table C_Tax
        Help: The amount of the tax selected here will be used as tax base amount for the tax calculation.
        See Also:
        Constant Field Values
      • PROPERTY_DOCTAXAMOUNT

        public static final String PROPERTY_DOCTAXAMOUNT
        Property docTaxAmount stored in column DocTaxAmount in table C_Tax
        Help: Criteria used for the calculation of tax base amount at document level.
        See Also:
        Constant Field Values
      • PROPERTY_ISCASHVAT

        public static final String PROPERTY_ISCASHVAT
        Property isCashVAT stored in column IsCashVAT in table C_Tax
        Help: Cash VAT tax rate
        See Also:
        Constant Field Values
      • PROPERTY_SEARCHKEY

        public static final String PROPERTY_SEARCHKEY
        Property searchKey stored in column Value in table C_Tax
        Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.
        See Also:
        Constant Field Values
      • PROPERTY_FINANCIALMGMTTAXRATEPARENTTAXRATELIST

        public static final String PROPERTY_FINANCIALMGMTTAXRATEPARENTTAXRATELIST
        Property financialMgmtTaxRateParentTaxRateList stored in table C_Tax
        See Also:
        Constant Field Values
      • PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST

        public static final String PROPERTY_FINANCIALMGMTTAXRATEACCOUNTSLIST
        Property financialMgmtTaxRateAccountsList stored in table C_Tax
        See Also:
        Constant Field Values
      • PROPERTY_FINANCIALMGMTTAXTRLLIST

        public static final String PROPERTY_FINANCIALMGMTTAXTRLLIST
        Property financialMgmtTaxTrlList stored in table C_Tax
        See Also:
        Constant Field Values
      • PROPERTY_FINANCIALMGMTTAXZONELIST

        public static final String PROPERTY_FINANCIALMGMTTAXZONELIST
        Property financialMgmtTaxZoneList stored in table C_Tax
        See Also:
        Constant Field Values
    • Constructor Detail

      • TaxRate

        public TaxRate()