Package | Description |
---|---|
psdi.app.common.receipt | |
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
psdi.app.invoice |
The invoice package is a collection of MBOs used for creating and maintaining invoices.
|
psdi.app.labor |
The Labor package includes Mbos related to those who perform work.
|
Modifier and Type | Class and Description |
---|---|
class |
ReceiptMbo
This receipt class is the super class for both Material and Service
receipts represented by MatRecTrans and ServRecTrans respectively.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MatRecTransRemote
Remote Interface to the MatRecTrans object.
|
Modifier and Type | Class and Description |
---|---|
class |
MatRecTrans
Mbo object to represent MatRecTrans.
|
Modifier and Type | Method and Description |
---|---|
ReceiptMboRemote |
InvoiceMatchRemote.getReceipt()
Get the receipt corressponding to this match.
|
ReceiptMboRemote |
InvoiceMatch.getReceipt()
Get the receipt corressponding to this match.
|
Modifier and Type | Method and Description |
---|---|
void |
InvoiceMatchRemote.setReceipt(ReceiptMboRemote receiptMboRemote)
Set the matching receipt reference to the passed in receipt (ReceiptMboRemote).
|
void |
InvoiceMatch.setReceipt(ReceiptMboRemote receiptMboRemote)
Set the matching receipt reference to the passed in receipt (ReceiptMboRemote).
|
Modifier and Type | Class and Description |
---|---|
class |
ServRecTrans
Mbo object to represent ServRecTrans.
|