Package | Description |
---|---|
org.sistema.cs.doc.persist |
Classes and interfaces based on the Persistent framework/library
modeling generic documents.
|
org.sistema.cs.sale.persist |
Classes and interfaces based on the Persistent framework/library
modeling sales related documents.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IInvoice
An invoice.
|
Modifier and Type | Class and Description |
---|---|
class |
DocItemized
A document containing items.
|
class |
DocValued
A document with a value in a given currency.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<IItem> |
DocUtilities.getItems(IDocItemized document)
Builds an array with every
IItem on the invoice. |
static java.util.Collection |
DocUtilities.getPercentageTypes(IDocItemized document)
Builds a collection with the percentage types
that are set on an invoice.
|
static java.math.BigDecimal |
DocUtilities.getSubtotal(IDocItemized document)
Calculates the subtotal of an invoice based an all it's items value.
|
static java.util.Collection<IDoc> |
DocUtilities.readRelatedDocuments(IDocItemized doc,
java.util.Collection<IDocType> typeFilter) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICOrder
Operations of a customer order.
|
interface |
ISaleDoc
Operations of a sale document.
|
Modifier and Type | Class and Description |
---|---|
class |
COrder
A customer order.
|
class |
SaleDocument
A sales document.
|