Package | Description |
---|---|
org.sistema.control.module.doc |
Legacy classes based on the Persistent framework/library.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInvoice
Deprecated.
since v1.6,
use
IInvoice instead. |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<IItem> |
DocUtilities.getItems(IDocumentItemized document)
Deprecated.
Builds an array with every
IItem on the invoice. |
static java.lang.Iterable<ItemPercentage> |
DocUtilities.getPercentages(IDocumentItemized invoice,
byte typeId)
Deprecated.
|
static java.util.Collection |
DocUtilities.getPercentageTypes(IDocumentItemized document)
Deprecated.
Builds a collection with the percentage types
that are set on an invoice.
|
static java.math.BigDecimal |
DocUtilities.getSubtotal(IDocumentItemized document)
Deprecated.
Calculates the subtotal of an invoice based an all it's items value.
|