Uses of Class
com.fourjs.report.facturx.Percentage
-
-
Uses of Percentage in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Percentage Modifier and Type Method Description static Percentage
Percentage. fromString(String value)
static Percentage
Percentage. valueOf(double value)
static Percentage
Percentage. valueOf(int value)
static Percentage
Percentage. valueOf(String value)
static Percentage
Percentage. valueOf(BigDecimal value)
-
Uses of Percentage in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Percentage Modifier and Type Method Description Percentage
DocumentLevelAllowances. getDocumentLevelAllowancePercentage()
BT-94:Document level allowance percentagePercentage
DocumentLevelAllowances. getDocumentLevelAllowanceVATRate()
BT-96:Document level allowance VAT ratePercentage
InvoiceLine. getInvoicedItemVATRate()
BT-152:Invoiced item VAT ratePercentage
VATBreakdown. getVATCategoryRate()
BT-119:VAT category rateMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Percentage Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowancePercentage(Percentage value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceVATRate(Percentage value)
InvoiceLine
InvoiceLine. setInvoicedItemVATRate(Percentage value)
VATBreakdown
VATBreakdown. setVATCategoryRate(Percentage value)
-
Uses of Percentage in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Percentage Modifier and Type Method Description Percentage
DocumentLevelAllowances. getDocumentLevelAllowancePercentage()
BT-94:Document level allowance percentagePercentage
DocumentLevelAllowances. getDocumentLevelAllowanceVATRate()
BT-96:Document level allowance VAT ratePercentage
VATBreakdown. getVATCategoryRate()
BT-119:VAT category rateMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Percentage Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowancePercentage(Percentage value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceVATRate(Percentage value)
VATBreakdown
VATBreakdown. setVATCategoryRate(Percentage value)
-
Uses of Percentage in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Percentage Modifier and Type Method Description Percentage
DocumentLevelAllowances. getDocumentLevelAllowancePercentage()
BT-94:Document level allowance percentagePercentage
DocumentLevelAllowances. getDocumentLevelAllowanceVATRate()
BT-96:Document level allowance VAT ratePercentage
InvoiceLine. getInvoicedItemVATRate()
BT-152:Invoiced item VAT ratePercentage
InvoiceLineAllowances. getInvoiceLineAllowancePercentage()
BT-138:Invoice line allowance percentagePercentage
VATBreakdown. getVATCategoryRate()
BT-119:VAT category rateMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Percentage Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowancePercentage(Percentage value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceVATRate(Percentage value)
InvoiceLine
InvoiceLine. setInvoicedItemVATRate(Percentage value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowancePercentage(Percentage value)
VATBreakdown
VATBreakdown. setVATCategoryRate(Percentage value)
-
Uses of Percentage in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Percentage Modifier and Type Method Description Percentage
AppliedTradeAllowanceCharge. getCalculationPercent()
EXT:Discount / Charge in percentPercentage
DocumentLevelAllowances. getDocumentLevelAllowancePercentage()
BT-94:Document level allowance percentagePercentage
DocumentLevelAllowances. getDocumentLevelAllowanceVATRate()
BT-96:Document level allowance VAT ratePercentage
InvoiceLine. getIncludedTaxForB2CApplicablePercent()
EXT:Included tax for B2CPercentage
LineVATInformation. getInvoicedItemVATRate()
BT-152:Invoiced item VAT ratePercentage
InvoiceLineAllowances. getInvoiceLineAllowancePercentage()
BT-138:Invoice line allowance percentagePercentage
PaymentTerms. getPaymentPenaltyPercentage()
EXT:Payment penalty percentagePercentage
DetailedInformationOnTaxInformation. getTaxRate()
EXT:Tax ratePercentage
VATBreakdown. getVATCategoryRate()
BT-119:VAT category rateMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Percentage Modifier and Type Method Description AppliedTradeAllowanceCharge
AppliedTradeAllowanceCharge. setCalculationPercent(Percentage value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowancePercentage(Percentage value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceVATRate(Percentage value)
InvoiceLine
InvoiceLine. setIncludedTaxForB2CApplicablePercent(Percentage value)
LineVATInformation
LineVATInformation. setInvoicedItemVATRate(Percentage value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowancePercentage(Percentage value)
PaymentTerms
PaymentTerms. setPaymentPenaltyPercentage(Percentage value)
DetailedInformationOnTaxInformation
DetailedInformationOnTaxInformation. setTaxRate(Percentage value)
VATBreakdown
VATBreakdown. setVATCategoryRate(Percentage value)
-