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
Created by jhe on 30/12/2017.
|
class |
ReportDocument
Created by jhe on 08/03/2018.
|
Copyright © 2011–2018 Plain Source. All rights reserved.