Package | Description |
---|---|
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
psdi.app.inventory.virtual |
Modifier and Type | Class and Description |
---|---|
class |
InvBalances
Mbo object to represent InvBalances.
|
Modifier and Type | Method and Description |
---|---|
InvBalancesRemote |
InventoryRemote.addInvBalancesRecord(java.lang.String binnum,
java.lang.String lotnum,
double curbal) |
InvBalancesRemote |
Inventory.addInvBalancesRecord(java.lang.String binnum,
java.lang.String lotnum,
double curbal)
addInvBalancesRecord(1,2,3)
Adds an InvBalance record, setting the values to those passed in for bin,lot, and quantity
Also, defaults the physcnt attribute to the same as curbal - the passed in quantity
|
InvBalancesRemote |
InventoryRemote.addInvBalancesRecord(java.lang.String binnum,
java.lang.String lotnum,
double curbal,
java.lang.String conditionCode) |
InvBalancesRemote |
Inventory.addInvBalancesRecord(java.lang.String binnum,
java.lang.String lotnum,
double curbal,
java.lang.String conditionCode)
addInvBalancesRecord(1,2,3,4)
Adds an InvBalance record, setting the values to those passed in for bin,lot, and quantity
Also, defaults the physcnt attribute to the same as curbal - the passed in quantity
|
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashMap<InvBalancesRemote,java.lang.Double> |
SplitUseLine.splitQty()
This method finds the available bins with balance greater than or equal to the quantity on the
usage line.
|
java.util.LinkedHashMap<InvBalancesRemote,java.lang.Double> |
SplitUseLine.splitQtyforLotItems()
This method finds the available bins with balance greater than or equal to the quantity on the
usage line and checks if the lot has expired.
|