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 |
---|---|
PORemote |
ReceiptMboRemote.getPO() |
PORemote |
ReceiptMbo.getPO()
Returns poMbo if it has been set.
|
PORemote |
ReceiptMbo.getPOReference()
Get the PO reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptMboRemote.setPOMbo(PORemote po) |
void |
ReceiptMbo.setPOMbo(PORemote po)
Sets PO object.
|
void |
ReceiptMbo.setPOReference(PORemote poRef)
Used by invoice line to set the PO reference when it is creating receipts.
|
Modifier and Type | Method and Description |
---|---|
PORemote |
ReorderRemote.generatePOHeader(POSetRemote poSet) |
PORemote |
Reorder.generatePOHeader(POSetRemote poSet)
Add a new PO to prSet, and update it with the information in this reorder item.
|
Modifier and Type | Method and Description |
---|---|
void |
MatRecTrans.onlyPayOnReceipt(PORemote poMbo,
POLineRemote poLineMbo) |
void |
MatRecTrans.updateInventory(InventoryRemote invmbo,
PORemote poMbo,
InvCost invcost)
This method performs the update to the InvCost record passed in.
|
Modifier and Type | Method and Description |
---|---|
void |
Invoice.setPOHash(PORemote thePO)
Used while creating receipts from invoice to keep track of and use the correct po instance
which will be later used while closing the po.
|
Modifier and Type | Method and Description |
---|---|
PORemote |
LabTrans.getPO()
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PO
MBO to represent a Purchase Order in a Maximo System
A Purchase Order is an authorized order from a purchasing agent or department to an external vendor. |
Modifier and Type | Method and Description |
---|---|
void |
POServiceRemote.changeStatus(PORemote po,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
POService.changeStatus(PORemote po,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
PO.copyBlanketLinesToRelease(PORemote toPOMbo)
This method copies all the lines of the blanket PO to the Release PO
called by createRelease.
|
void |
PO.copySelectedLinesToRelease(PORemote toPOMbo)
This method copies all selected lines of the blanket PO, using line defaults,
to the Release PO.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiptInputRemote.setPOMbo(PORemote po) |
void |
ReceiptInput.setPOMbo(PORemote po)
Sets the related PO Mbo that is used to create this ReceiptInput Mbo.
|