| Package | Description |
|---|---|
| org.openinvoice.entity |
The
entity package contains entities representing the information related to
the invoice its fields. |
| org.openinvoice.text.doc |
The
doc package contains classes related the invoice output document and report output document. |
| org.openinvoice.util.payload |
The
payload package contains classes to handle marshaling and un-marshaling of payloads. |
| Class and Description |
|---|
| BankAccount
The
BankAccount class represents information related to the bank account. |
| BankAccount.COLUMNS
Defines the database column names for the BankAccount table.
|
| Contact
The
Contact class represents the Party contact information such as
the person's name or telephone number. |
| Contact.COLUMNS |
| DatabaseEntity
The
DatabaseEntity interface represents the database persistable entities. |
| DefaultDatabaseEntity
The
DefaultDatabaseEntity class provides the default implementation for
DatabaseEntity interface. |
| Invoice
The
Invoice class represents the invoice information such as
the customer and supplier related information as well as information
related to billable items. |
| Invoice.COLUMNS |
| Item
The
Item class represents the invoice item information such as
the item price, quantity and description. |
| Item.COLUMNS |
| Party
The
Party class represents the information related to the invoice
Customer and Supplier. |
| Party.COLUMNS |
| PaymentTerm
The
PaymentTerm class represents the invoice payment terms and condition. |
| PaymentTerm.COLUMNS |
| PostalAddress
The
PostalAddress class represents the invoice Customer
and Supplier address information. |
| PostalAddress.COLUMNS |
| Class and Description |
|---|
| Invoice
The
Invoice class represents the invoice information such as
the customer and supplier related information as well as information
related to billable items. |
| Item
The
Item class represents the invoice item information such as
the item price, quantity and description. |
| PostalAddress
The
PostalAddress class represents the invoice Customer
and Supplier address information. |
| Class and Description |
|---|
| Invoice
The
Invoice class represents the invoice information such as
the customer and supplier related information as well as information
related to billable items. |
Copyright © 2011–2019 Plain Source. All rights reserved.