| Package | Description |
|---|---|
| io.konik.util |
Utility package like in every other good project.
|
| io.konik.validation |
Invoice validations services
|
| io.konik.zugferd.entity.trade |
Contains the model entities that are part of invoice→trade
|
| Modifier and Type | Method and Description |
|---|---|
static MonetarySummation |
MonetarySummations.newMonetarySummation(com.neovisionaries.i18n.CurrencyCode currencyCode)
Creates a new
MonetarySummation with 0 (zero) Amount for every field. |
static MonetarySummation |
MonetarySummations.newMonetarySummation(MonetarySummation monetarySummation) |
static MonetarySummation |
MonetarySummations.precise(MonetarySummation monetarySummation,
int precision,
RoundingMode roundingMode) |
| Modifier and Type | Method and Description |
|---|---|
static MonetarySummation |
MonetarySummations.newMonetarySummation(MonetarySummation monetarySummation) |
static MonetarySummation |
MonetarySummations.precise(MonetarySummation monetarySummation,
int precision,
RoundingMode roundingMode) |
| Modifier and Type | Method and Description |
|---|---|
MonetarySummation |
AmountCalculator.RecalculationResult.getMonetarySummation() |
| Constructor and Description |
|---|
RecalculationResult(MonetarySummation monetarySummation,
AmountCalculator.TaxAggregator taxAggregator) |
| Modifier and Type | Method and Description |
|---|---|
MonetarySummation |
Settlement.getMonetarySummation()
Gets the trade settlement monetary summation.
|
MonetarySummation |
MonetarySummation.setAllowanceTotal(Amount allowanceTotal)
Sets the total amount of discounts.
|
MonetarySummation |
MonetarySummation.setChargeTotal(Amount chargeTotal)
Sets the total amount of surcharges.
|
MonetarySummation |
MonetarySummation.setDuePayable(Amount duePayable)
Sets the due payable amount.
|
MonetarySummation |
MonetarySummation.setGrandTotal(Amount grandTotal)
Sets the grand total amount.
|
MonetarySummation |
MonetarySummation.setLineTotal(Amount lineTotal) |
MonetarySummation |
MonetarySummation.setTaxBasisTotal(Amount taxBasisTotal)
Sets the invoice total value excluding VAT.
|
MonetarySummation |
MonetarySummation.setTaxTotal(Amount taxTotal)
Sets the total tax amount.
|
MonetarySummation |
MonetarySummation.setTotalPrepaid(Amount totalPrepaid)
Sets the total prepaid amount.
|
| Modifier and Type | Method and Description |
|---|---|
Settlement |
Settlement.setMonetarySummation(MonetarySummation monetarySummation)
Sets the trade settlement monetary summation.
|
Copyright © 2014-2016 Konik.io. All Rights Reserved.