Uses of Class
com.fourjs.report.facturx.Amount
-
-
Uses of Amount in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Amount Modifier and Type Method Description static Amount
Amount. fromString(String value)
static Amount
Amount. valueOf(double value)
static Amount
Amount. valueOf(int value)
static Amount
Amount. valueOf(String value)
static Amount
Amount. valueOf(BigDecimal value)
-
Uses of Amount in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Amount Modifier and Type Method Description Amount
Invoice. getAmountDueForPayment()
BT-115:Amount due for paymentAmount
DocumentLevelAllowances. getDocumentLevelAllowanceAmount()
BT-92:Document level allowance amountAmount
DocumentLevelAllowances. getDocumentLevelAllowanceBaseAmount()
BT-93:Document level allowance base amountAmount
InvoiceLineAllowances. getInvoiceLineAllowanceAmount()
BT-136:Invoice line allowance amountAmount
InvoiceLine. getInvoiceLineNetAmount()
BT-131:Invoice line net amountAmount
Invoice. getInvoiceTotalAmountWithoutVAT()
BT-109:Invoice total amount without VATAmount
Invoice. getInvoiceTotalAmountWithVAT()
BT-112:Invoice total amount with VATAmount
InvoiceTotalVATAmount. getInvoiceTotalVATAmount()
BT-110:Invoice total VAT amountAmount
Invoice. getPaidAmount()
BT-113:Paid amountAmount
Invoice. getSumOfAllowancesOnDocumentLevel()
BT-107:Sum of allowances on document levelAmount
Invoice. getSumOfChargesOnDocumentLevel()
BT-108:Sum of charges on document levelAmount
Invoice. getSumOfInvoiceLineNetAmount()
BT-106:Sum of Invoice line net amountAmount
VATBreakdown. getVATCategoryTaxableAmount()
BT-116:VAT category taxable amountAmount
VATBreakdown. getVATCategoryTaxAmount()
BT-117:VAT category tax amountMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Amount Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceAmount(Amount value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceBaseAmount(Amount value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceAmount(Amount value)
Invoice
Invoice. setPaidAmount(Amount value)
Invoice
Invoice. setSumOfAllowancesOnDocumentLevel(Amount value)
Invoice
Invoice. setSumOfChargesOnDocumentLevel(Amount value)
-
Uses of Amount in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return Amount Modifier and Type Method Description Amount
Invoice. getAmountDueForPayment()
BT-115:Amount due for paymentAmount
DocumentLevelAllowances. getDocumentLevelAllowanceAmount()
BT-92:Document level allowance amountAmount
DocumentLevelAllowances. getDocumentLevelAllowanceBaseAmount()
BT-93:Document level allowance base amountAmount
Invoice. getInvoiceTotalAmountWithoutVAT()
BT-109:Invoice total amount without VATAmount
Invoice. getInvoiceTotalAmountWithVAT()
BT-112:Invoice total amount with VATAmount
InvoiceTotalVATAmount. getInvoiceTotalVATAmount()
BT-110:Invoice total VAT amountAmount
Invoice. getPaidAmount()
BT-113:Paid amountAmount
Invoice. getSumOfAllowancesOnDocumentLevel()
BT-107:Sum of allowances on document levelAmount
Invoice. getSumOfChargesOnDocumentLevel()
BT-108:Sum of charges on document levelAmount
Invoice. getSumOfInvoiceLineNetAmount()
BT-106:Sum of Invoice line net amountAmount
VATBreakdown. getVATCategoryTaxableAmount()
BT-116:VAT category taxable amountAmount
VATBreakdown. getVATCategoryTaxAmount()
BT-117:VAT category tax amountMethods in com.fourjs.report.facturx.profiles.basicwl with parameters of type Amount Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceAmount(Amount value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceBaseAmount(Amount value)
Invoice
Invoice. setInvoiceTotalAmountWithoutVAT(Amount value)
Invoice
Invoice. setInvoiceTotalAmountWithVAT(Amount value)
InvoiceTotalVATAmount
InvoiceTotalVATAmount. setInvoiceTotalVATAmount(Amount value)
Invoice
Invoice. setPaidAmount(Amount value)
Invoice
Invoice. setSumOfAllowancesOnDocumentLevel(Amount value)
Invoice
Invoice. setSumOfChargesOnDocumentLevel(Amount value)
Invoice
Invoice. setSumOfInvoiceLineNetAmount(Amount value)
VATBreakdown
VATBreakdown. setVATCategoryTaxableAmount(Amount value)
VATBreakdown
VATBreakdown. setVATCategoryTaxAmount(Amount value)
Constructors in com.fourjs.report.facturx.profiles.basicwl with parameters of type Amount Constructor Description Invoice(Identifier invoiceNumber, Codes.InvoiceTypeCode invoiceTypeCode, LocalDate invoiceIssueDate, Codes.Currency invoiceCurrencyCode, Amount sumOfInvoiceLineNetAmount, Amount invoiceTotalAmountWithoutVAT, Amount invoiceTotalAmountWithVAT)
Creates an Invoice object -
Uses of Amount in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Amount Modifier and Type Method Description Amount
Invoice. getAmountDueForPayment()
BT-115:Amount due for paymentAmount
DocumentLevelAllowances. getDocumentLevelAllowanceAmount()
BT-92:Document level allowance amountAmount
DocumentLevelAllowances. getDocumentLevelAllowanceBaseAmount()
BT-93:Document level allowance base amountAmount
InvoiceLineAllowances. getInvoiceLineAllowanceAmount()
BT-136:Invoice line allowance amountAmount
InvoiceLineAllowances. getInvoiceLineAllowanceBaseAmount()
BT-137:Invoice line allowance base amountAmount
InvoiceLine. getInvoiceLineNetAmount()
BT-131:Invoice line net amountAmount
Invoice. getInvoiceTotalAmountWithoutVAT()
BT-109:Invoice total amount without VATAmount
Invoice. getInvoiceTotalAmountWithVAT()
BT-112:Invoice total amount with VATAmount
InvoiceTotalVATAmount. getInvoiceTotalVATAmount()
BT-110:Invoice total VAT amountAmount
Invoice. getPaidAmount()
BT-113:Paid amountAmount
Invoice. getRoundingAmount()
BT-114:Rounding amountAmount
Invoice. getSumOfAllowancesOnDocumentLevel()
BT-107:Sum of allowances on document levelAmount
Invoice. getSumOfChargesOnDocumentLevel()
BT-108:Sum of charges on document levelAmount
Invoice. getSumOfInvoiceLineNetAmount()
BT-106:Sum of Invoice line net amountAmount
VATBreakdown. getVATCategoryTaxableAmount()
BT-116:VAT category taxable amountAmount
VATBreakdown. getVATCategoryTaxAmount()
BT-117:VAT category tax amountMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Amount Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceAmount(Amount value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceBaseAmount(Amount value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceAmount(Amount value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceBaseAmount(Amount value)
Invoice
Invoice. setPaidAmount(Amount value)
Invoice
Invoice. setRoundingAmount(Amount value)
Invoice
Invoice. setSumOfAllowancesOnDocumentLevel(Amount value)
Invoice
Invoice. setSumOfChargesOnDocumentLevel(Amount value)
-
Uses of Amount in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Amount Modifier and Type Method Description Amount
Invoice. getAmountDueForPayment()
BT-115:Amount due for paymentAmount
DocumentLevelAllowances. getDocumentLevelAllowanceAmount()
BT-92:Document level allowance amountAmount
DocumentLevelAllowances. getDocumentLevelAllowanceBaseAmount()
BT-93:Document level allowance base amountAmount
InvoiceLineAllowances. getInvoiceLineAllowanceAmount()
BT-136:Invoice line allowance amountAmount
InvoiceLineAllowances. getInvoiceLineAllowanceBaseAmount()
BT-137:Invoice line allowance base amountAmount
InvoiceLine. getInvoiceLineNetAmount()
BT-131:Invoice line net amountAmount
InvoiceTotalAmountWithoutVAT. getInvoiceTotalAmountWithoutVAT()
BT-109:Invoice total amount without VATAmount
InvoiceTotalAmountWithVAT. getInvoiceTotalAmountWithVAT()
BT-112:Invoice total amount with VATAmount
InvoiceTotalVATAmount. getInvoiceTotalVATAmount()
BT-110:Invoice total VAT amountAmount
Invoice. getPaidAmount()
BT-113:Paid amountAmount
Invoice. getRoundingAmount()
BT-114:Rounding amountAmount
Invoice. getSumOfAllowancesOnDocumentLevel()
BT-107:Sum of allowances on document levelAmount
Invoice. getSumOfChargesOnDocumentLevel()
BT-108:Sum of charges on document levelAmount
Invoice. getSumOfInvoiceLineNetAmount()
BT-106:Sum of Invoice line net amountAmount
VATBreakdown. getVATCategoryTaxableAmount()
BT-116:VAT category taxable amountAmount
VATBreakdown. getVATCategoryTaxAmount()
BT-117:VAT category tax amountMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Amount Modifier and Type Method Description DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceAmount(Amount value)
DocumentLevelAllowances
DocumentLevelAllowances. setDocumentLevelAllowanceBaseAmount(Amount value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceAmount(Amount value)
InvoiceLineAllowances
InvoiceLineAllowances. setInvoiceLineAllowanceBaseAmount(Amount value)
Invoice
Invoice. setPaidAmount(Amount value)
Invoice
Invoice. setRoundingAmount(Amount value)
Invoice
Invoice. setSumOfAllowancesOnDocumentLevel(Amount value)
Invoice
Invoice. setSumOfChargesOnDocumentLevel(Amount value)
-
Uses of Amount in com.fourjs.report.facturx.profiles.minimum
Methods in com.fourjs.report.facturx.profiles.minimum that return Amount Modifier and Type Method Description Amount
Invoice. getAmountDueForPayment()
BT-115:Amount due for paymentAmount
Invoice. getInvoiceTotalAmountWithoutVAT()
BT-109:Invoice total amount without VATAmount
Invoice. getInvoiceTotalAmountWithVAT()
BT-112:Invoice total amount with VATAmount
Invoice. getInvoiceTotalVATAmount()
BT-110:Invoice total VAT amountMethods in com.fourjs.report.facturx.profiles.minimum with parameters of type Amount Modifier and Type Method Description Invoice
Invoice. setAmountDueForPayment(Amount value)
Invoice
Invoice. setInvoiceTotalAmountWithoutVAT(Amount value)
Invoice
Invoice. setInvoiceTotalAmountWithVAT(Amount value)
Invoice
Invoice. setInvoiceTotalVATAmount(Amount value)
Constructors in com.fourjs.report.facturx.profiles.minimum with parameters of type Amount Constructor Description Invoice(Identifier invoiceNumber, Codes.InvoiceTypeCode invoiceTypeCode, LocalDate invoiceIssueDate, String sellerName, String buyerName, Codes.Currency invoiceCurrencyCode, Amount invoiceTotalAmountWithoutVAT, Amount invoiceTotalAmountWithVAT, Amount amountDueForPayment)
Creates an Invoice object
-