See: Description
Interface | Description |
---|---|
DocAttribute | Deprecated
since v2.1, use IDocField instead.
|
IConcept |
A document's concept.
|
IConceptField |
Attributes of the
Concept class. |
IDoc |
Fields and operation of a generic document.
|
IDocField |
Fields of the
IDoc interface. |
IDocItem |
Operations on a relationship between a item (child) and a document (parent).
|
IDocItemField | |
IDocItemized |
A document that contains items,
and which value is based on the sum of values of those items.
|
IDocItemizedField |
Fields of the
IDocItemized interface. |
IDocRelation |
A relation between a source and a target document.
|
IDocRelationField |
Fields of the IDocRelation class.
|
IDocRelationType |
A type of relationship between two documents.
|
IDocRelationTypeField |
Fields of the
IDocRelationType interface. |
IDocType |
A type of document.
|
IDocTypeField |
Attributes of a
IDocType |
IDocValued |
A document with an accepted value in a given currency.
|
IDocValuedField |
Field of the
IDocValued interface. |
IInvoice |
An invoice.
|
IItem |
An item of a
IDocItemized document. |
IItemField |
IItem fields. |
IItemPerc |
Operations on a percentage of an item.
|
IItemPercField |
Fields of an
IItemPerc item. |
IItemRelation |
Operations of a relationship between two items of a document.
|
IPayment |
Operations of a payment.
|
IPaymentField |
Fields of
IPayment . |
IPercDefault |
A default percentage.
|
IPercDefaultField |
Field of an
IPercDefault . |
IPercType |
A type of percentage (tax type, discount, etc.)
|
IPercTypeField |
Field of the
PercType class. |
ItemRelationField |
Attributes of the
ItemRelation class. |
Class | Description |
---|---|
Concept |
A concept for documents and their items.
|
Doc |
Base implementation of a document.
|
DocItem |
Association between an
IItem
and a IDoc . |
DocItemized |
A document containing items.
|
DocRelation |
A relationship between a source and a target document.
|
DocRelationType |
A type of relationship between two documents.
|
DocType |
A type of document.
|
DocUtilities |
Helper functions for
IDoc and related classes. |
DocValued |
A document with a value in a given currency.
|
Item |
An item of a
IDocItemized . |
ItemPerc |
A percentage value of an
Item |
ItemRelation |
A relationship between two
IItem s. |
ItemUtils |
Utilities for
IItem manipulation. |
Payment |
A payment.
|
PercDefault | |
PercType |
Represents a type of percentage defined for the system.
|
Classes and interfaces on this package replace
the legacy package org.sistema.control.module.doc
.