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 | Class and Description |
---|---|
class |
DocValued
A document with a value in a given currency.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<IItemPerc> |
DocUtilities.getPercentages(IDocValued doc,
int typeId) |
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.
|