BankAccount
class represents information related to the bank account.Contact
class represents the Party
contact information such as
the person's name or telephone number.DatabaseEntity
interface represents the database persistable entities.DefaultDatabaseEntity
class provides the default implementation for
DatabaseEntity
interface.Invoice
class represents the invoice information such as
the customer and supplier related information as well as information
related to billable items.InvoiceWrapper
is a wrapper class exposing the invoice
related operations.Item
class represents the invoice item information such as
the item price, quantity and description.entity
package contains entities representing the information related to
the invoice its fields.doc
package contains classes related the invoice output document and report output document.formatter
package contains classes used to render the invoice and reports output various formats
including HTML
and TeX
formats.util
package contains utility classes.exception
package contains exception classes specific to Open Invoice.payload
package contains classes to handle marshaling and un-marshaling of payloads.query
package contains utility classes to prepare and execute SQL query statements.Party
class represents the information related to the invoice
Customer
and Supplier
.PaymentTerm
class represents the invoice payment terms and condition.PostalAddress
class represents the invoice Customer
and Supplier
address information.Copyright © 2011–2018 Plain Source. All rights reserved.