19 package org.turro.financials.model.document;
21 import java.util.Iterator;
22 import java.util.TreeSet;
30 public boolean add(Double perCent, Double tax, Double req, Double taxValue, Double taxRealValue, Double reqValue,
31 Double subtotal, Double taxable,
int fractionDigits) {
34 at.
add(taxValue, taxRealValue, reqValue, subtotal, taxable);
80 Iterator<AmountTaxable> it = iterator();
82 if(it.next().isEmpty()) {
AmountTaxable getPercent(Double perCent, Double tax, Double req)
boolean add(Double perCent, Double tax, Double req, Double taxValue, Double taxRealValue, Double reqValue, Double subtotal, Double taxable, int fractionDigits)
double getTaxRealAmount()
void add(Double taxValue, Double taxRealValue, Double reqValue, Double amount, Double taxable)
boolean isPerCent(Double perCent)
Double getTaxRealAmount()
void setFractionDigits(int fractionDigits)