| Package | Description |
|---|---|
| psdi.app.invoice |
The invoice package is a collection of MBOs used for creating and maintaining invoices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvoiceCostSet
Represents the set of InvoiceCost objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvoiceLine.addCostFromPOLine(InvoiceCostSetRemote invCostSet,
MboRemote poLine)
This method adds new invoice cost lines and copies over the values from PO Cost and PO line.
|
void |
InvoiceLineRemote.addCostFromPOLine(InvoiceCostSetRemote invCostSet,
MboRemote poLine)
This method adds new invoice cost lines and copies over the values from PO Cost and PO line.
|