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. |
Modifier and Type | Method and Description |
---|---|
AbstractDocument |
InvoiceWrapper.cloneInvoice(InputStream cloneTypeInputStream,
OutputStream outputStream,
InputStream templateStream)
Clones a new invoice based on an existing invoice.
|
AbstractDocument |
InvoiceWrapper.createInvoice(InputStream orderTypeStream,
OutputStream outputStream,
InputStream templateStream)
Created a new invoice based on the UBL order information.
|
AbstractDocument |
InvoiceWrapper.queryInvoiceRepository(InputStream queryTypeInput,
OutputStream outputStream,
InputStream templateStream) |
AbstractDocument |
InvoiceWrapper.renderInvoice(InputStream renderTypeInput,
OutputStream outputStream,
InputStream templateStream)
Renders an existing invoice.
|
Modifier and Type | Class and Description |
---|---|
class |
InvoiceDocument
Formats and presents the information related to the invoice and its entries.
|
class |
ReportDocument
Formats the invoice entries including the invoice items.
|
Copyright © 2011–2019 Plain Source. All rights reserved.