public class InvUseTransferWithoutPO_CrossOrg_STDItem_STDTool
extends java.lang.Object
Constructor and Description |
---|
InvUseTransferWithoutPO_CrossOrg_STDItem_STDTool() |
Modifier and Type | Method and Description |
---|---|
void |
addInvUse1_Line_Shipped()
Transfer-SHIPPED invUse1 record to Cross Org
Assertions:
status=SHIPPED, QUANTITY=125, FROMBIN=null
Inventory Balance for the nullbin: 750-125=625
From Storeroom=CENTRAL/BEDFORD to TOSTORELOC=UK/TOSITEID=WOKING
|
void |
addInvUse1_Line()
Create Inventory Usage Line for the invUse1 record
Standard Item
FROMBIN=null and CURBAL=750-125=625
QUANTITY=125
From Storeroom=CENTRAL/BEDFORD to TOSTORELOC=UK/TOSITEID=WOKING
|
void |
addInvUse2_Line_Shipped()
Transfer-SHIPPED invUse1 record to Cross Org
Assertions:
status=SHIPPED, QUANTITY=125, FROMBIN= not null = STDITM1
Inventory Balance for the STDBIN1: 510-125=385
From Storeroom=CENTRAL/BEDFORD to TOSTORELOC=UK/TOSITEID=WOKING
|
void |
addInvUse2_Line()
Create Inventory Usage Line for the invUse2 record
Standard Item
FROMBIN= not null(STDITM1) and CURBAL=510
QUANTITY=125
|
void |
addInvUse3_Line_Shipped()
Transfer-SHIPPED invUse3 record to Cross Org
Assertions:
status=SHIPPED, QUANTITY=120, STDITM2= not null = STDITM2
Inventory Balance for the STDBIN2:100
From Storeroom=CENTRAL/BEDFORD to TOSTORELOC=UK/TOSITEID=WOKING
Inventory default bin=STDITM1 (385-120=265)
InvUselIne default bin=STDITM2
|
void |
addInvUse3_Line()
Create Inventory Usage Line for the invUse3 record
Standard Item
FROMBIN= not null = STDITM2
QUANTITY=120 is greater than the curbal=100 for the STDITM2
|
void |
addInvUse4_Line_Shipped()
Transfer-SHIPPED invUse4 record to Cross Org
Assertions:
status=SHIPPED, QUANTITY=125, FROMBIN=null
Inventory Balance for the nullbin: 750-125=625
From Storeroom=CENTRAL/BEDFORD to TOSTORELOC=UK/TOSITEID=WOKING
|
void |
addInvUse4_Line()
Create Inventory Usage Line for the invUse4 record
Standard Tool
FROMBIN=null and QUANTITY=125
ISSUETO=SMITH
|
void |
addInvUse5_Line_Shipped()
Transfer-SHIPPED invUse5 record to Cross Org
Assertions:
status=SHIPPED, QUANTITY=125, FROMBIN= not null = STDTOOL1
Inventory Balance for the STDBIN1: 510-125=385
From Storeroom=CENTRAL/BEDFORD to TOSTORELOC=UK/TOSITEID=WOKING
|
void |
addInvUse5_Line()
Create Inventory Usage Line for the invUse5 record
Standard Item
FROMBIN= not null (STDTOOL1) and QUANTITY=125
|
void |
addInvUse6_Line_Shipped()
Transfer-SHIPPED invUse1 record to Cross Org
Assertions:
status=SHIPPED, QUANTITY=120, FROMBIN= not null = STDTOOL2
Inventory Balance for the STDBIN2:100
From Storeroom=CENTRAL/BEDFORD to TOSTORELOC=UK/TOSITEID=WOKING
|
void |
addInvUse6_Line()
Create Inventory Usage Line for the invUse2 record
Standard Item
FROMBIN= not null
QUANTITY=120 is greater than the curbal=100 for the STDTOOL2
|
void |
invUse1()
Create Inventory Usage Record
Assertions:Use Type = TRANSFER and status=ENTERED
|
void |
invUse2()
Create Inventory Usage Record
Assertions:Use Type = TRANSFER and status=ENTERED
|
void |
invUse3()
Create Inventory Usage Record
Assertions:Use Type = TRANSFER and status=ENTERED
|
void |
invUse4()
Create Inventory Usage Record
Assertions:Use Type = TRANSFER and status=ENTERED
|
void |
invUse5()
Create Inventory Usage Record
Assertions:Use Type = TRANSFER and status=ENTERED
|
void |
invUse6()
Create Inventory Usage Record
Assertions:Use Type = TRANSFER and status=ENTERED
|
void |
SetTranferOptionsMaxVars(java.lang.String reqPO,
java.lang.String org) |
public InvUseTransferWithoutPO_CrossOrg_STDItem_STDTool()
public void SetTranferOptionsMaxVars(java.lang.String reqPO, java.lang.String org) throws java.lang.Exception
java.lang.Exception
public void invUse1()
public void addInvUse1_Line() throws java.lang.Exception
java.lang.Exception
public void addInvUse1_Line_Shipped() throws java.lang.Exception
java.lang.Exception
public void invUse2()
public void addInvUse2_Line() throws java.lang.Exception
java.lang.Exception
public void addInvUse2_Line_Shipped() throws java.lang.Exception
java.lang.Exception
public void invUse3()
public void addInvUse3_Line() throws java.lang.Exception
java.lang.Exception
public void addInvUse3_Line_Shipped() throws java.lang.Exception
java.lang.Exception
public void invUse4()
public void addInvUse4_Line() throws java.lang.Exception
java.lang.Exception
public void addInvUse4_Line_Shipped() throws java.lang.Exception
java.lang.Exception
public void invUse5()
public void addInvUse5_Line() throws java.lang.Exception
java.lang.Exception
public void addInvUse5_Line_Shipped() throws java.lang.Exception
java.lang.Exception
public void invUse6()
public void addInvUse6_Line() throws java.lang.Exception
java.lang.Exception
public void addInvUse6_Line_Shipped() throws java.lang.Exception
java.lang.Exception