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.
|
psdi.app.po |
The PO package includes MBOs related to Purchase Orders (POs).
|
psdi.app.po.virtual |
Modifier and Type | Method and Description |
---|---|
POLineRemote |
ReceiptMboRemote.getPOLine() |
POLineRemote |
ReceiptMbo.getPOLine()
Returns PoLineMbo if it has been set.
|
POLineRemote |
ReceiptMbo.refetchPOLine()
Return poline after refetching from the database.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptMboRemote.setPOLineMbo(POLineRemote poLine) |
void |
ReceiptMbo.setPOLineMbo(POLineRemote poLine)
Sets POLine object.
|
Modifier and Type | Method and Description |
---|---|
void |
MatRecTrans.onlyPayOnReceipt(PORemote poMbo,
POLineRemote poLineMbo) |
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
InvoiceRemote.findMatch(boolean exactFirst,
java.util.Vector uninvoicedReceipts,
double value,
boolean byCost,
InvoiceLineRemote invoiceLine,
POLineRemote poline)
A simplified format of findMatch() method.
|
java.util.Vector |
Invoice.findMatch(boolean exactFirst,
java.util.Vector uninvoicedReceipts,
double value,
boolean byCost,
InvoiceLineRemote invoiceLine,
POLineRemote poline)
A simplified format of findMatch() method.
|
java.util.Vector |
Invoice.findMatch(boolean exactFirst,
java.util.Vector uninvoicedReceipts,
double minimumSigned,
double maximumSigned,
boolean byCost,
boolean considerTax,
boolean partialAllowed,
InvoiceLineRemote invoiceLine,
POLineRemote poline)
This method implements the algorithm to find one or multiple receipts from a list of
receipts ordered by date in order to have their sum of line cost or qty fall within the
range required.
|
Modifier and Type | Method and Description |
---|---|
POLineRemote |
LabTrans.validatePOLineforApproval()
The PoLine specified must be a service line and the PoLine must not be complete for approval and the POLINE
must not be PRORATED.
|
Modifier and Type | Class and Description |
---|---|
class |
POLine
MBO to represent a Purchase Order Line in the MAXIMO System.
|
Modifier and Type | Method and Description |
---|---|
void |
PORemote.determineReceiptStatus(POLineRemote poLine) |
void |
PO.determineReceiptStatus(POLineRemote poLine) |
Modifier and Type | Method and Description |
---|---|
void |
ReceiptInputRemote.setPOLineMbo(POLineRemote poLine) |
void |
ReceiptInput.setPOLineMbo(POLineRemote poLine)
Sets the related POLine Mbo that is used to create this ReceiptInput Mbo.
|