| 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 |
|---|---|
static Item |
Item.findByItemId(String itemId) |
| Modifier and Type | Method and Description |
|---|---|
static List<Item> |
Item.findByInvoiceNumber(String invoiceNumber) |
List<Item> |
Invoice.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
Invoice.setItems(List<Item> items) |
| Modifier and Type | Method and Description |
|---|---|
String |
InvoiceDocument.formatItem(Item item) |
Copyright © 2011–2019 Plain Source. All rights reserved.