psdi.app.inventory.unittest

Class InvUseTransferWithoutPO_CrossOrg_CEItem

  • java.lang.Object
    • psdi.app.inventory.unittest.InvUseTransferWithoutPO_CrossOrg_CEItem


  • public class InvUseTransferWithoutPO_CrossOrg_CEItem
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addCEInvUse1_Line_Shipped()
      INVBALANCE INFO Conditioncode=CASING BIN=null CURBAL=875
      void addCEInvUse1()
      Create CE InvUse1 Record Create InvUse Line for the 'Condition Enabled Item' with no bin CONDITIONCODE=CASING , BINNUM=NULL, CURBAL=750
      void addCEInvUse2_Line_Shipped()
      INVBALANCE INFO Conditioncode=CASING BIN=CEITEM1 CURBAL=755
      void addCEInvUse2()
      Create CE InvUse1 Record Create InvUse Line for the 'Condition Enabled Item' with no bin CONDITIONCODE=CASING , BINNUM=CEITM1, CURBAL=510 - Default with item cretaion
      void addCEInvUse3_Line_Shipped()
      Transfer-SHIPPED invUse1 record to Cross Org 'BEDFORD to BEDFORD' Assertions: status=SHIPPED, QUANTITY=125, FROMBIN=null Inventory Balance for the nullbin: 750-125=625 TOSITE=BEDFORD
      void addCEInvUse3()
      INVBALANCE Info CONDITIONCODE=USED , BINNUM=NULL, CURBAL=750
      void addCEInvUse4_Line_Shipped()
      Transfer-SHIPPED invUse1 record to Cross Org 'BEDFORD to BEDFORD' Assertions: status=SHIPPED, QUANTITY=125, FROMBIN= not null = CEITM2 Inventory Balance for the CEITM2: 750-125=750 TOSITE=BEDFORD
      void addCEInvUse4()
      INVBALANCE Info CONDITIONCODE=USED , BINNUM=CEITM2, CURBAL=750
      void addCEInvUse5_Line_Shipped()
      Transfer-SHIPPED addCEInvUse5 record to Cross site 'BEDFORD to BEDFORD' Assertions: status=SHIPPED, QUANTITY=120, FROMBIN= not null = CEITM5 Inventory Balance for the CEITM5:100 TOSITE=BEDFORD
      void addCEInvUse5()
      INVBALANCE Info CONDITIONCODE=CASING , BINNUM=CEITM5, CURBAL=100
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InvUseTransferWithoutPO_CrossOrg_CEItem

        public InvUseTransferWithoutPO_CrossOrg_CEItem()
    • Method Detail

      • addCEInvUse1

        public void addCEInvUse1()
                          throws java.lang.Exception
        Create CE InvUse1 Record Create InvUse Line for the 'Condition Enabled Item' with no bin CONDITIONCODE=CASING , BINNUM=NULL, CURBAL=750
        Throws:
        java.lang.Exception
      • addCEInvUse1_Line_Shipped

        public void addCEInvUse1_Line_Shipped()
                                       throws java.lang.Exception
        INVBALANCE INFO Conditioncode=CASING BIN=null CURBAL=875
        Throws:
        java.lang.Exception
      • addCEInvUse2

        public void addCEInvUse2()
                          throws java.lang.Exception
        Create CE InvUse1 Record Create InvUse Line for the 'Condition Enabled Item' with no bin CONDITIONCODE=CASING , BINNUM=CEITM1, CURBAL=510 - Default with item cretaion
        Throws:
        java.lang.Exception
      • addCEInvUse2_Line_Shipped

        public void addCEInvUse2_Line_Shipped()
                                       throws java.lang.Exception
        INVBALANCE INFO Conditioncode=CASING BIN=CEITEM1 CURBAL=755
        Throws:
        java.lang.Exception
      • addCEInvUse3

        public void addCEInvUse3()
                          throws java.lang.Exception
        INVBALANCE Info CONDITIONCODE=USED , BINNUM=NULL, CURBAL=750
        Throws:
        java.lang.Exception
      • addCEInvUse3_Line_Shipped

        public void addCEInvUse3_Line_Shipped()
                                       throws java.lang.Exception
        Transfer-SHIPPED invUse1 record to Cross Org 'BEDFORD to BEDFORD' Assertions: status=SHIPPED, QUANTITY=125, FROMBIN=null Inventory Balance for the nullbin: 750-125=625 TOSITE=BEDFORD
        Throws:
        java.lang.Exception
      • addCEInvUse4

        public void addCEInvUse4()
                          throws java.lang.Exception
        INVBALANCE Info CONDITIONCODE=USED , BINNUM=CEITM2, CURBAL=750
        Throws:
        java.lang.Exception
      • addCEInvUse4_Line_Shipped

        public void addCEInvUse4_Line_Shipped()
                                       throws java.lang.Exception
        Transfer-SHIPPED invUse1 record to Cross Org 'BEDFORD to BEDFORD' Assertions: status=SHIPPED, QUANTITY=125, FROMBIN= not null = CEITM2 Inventory Balance for the CEITM2: 750-125=750 TOSITE=BEDFORD
        Throws:
        java.lang.Exception
      • addCEInvUse5

        public void addCEInvUse5()
                          throws java.lang.Exception
        INVBALANCE Info CONDITIONCODE=CASING , BINNUM=CEITM5, CURBAL=100
        Throws:
        java.lang.Exception
      • addCEInvUse5_Line_Shipped

        public void addCEInvUse5_Line_Shipped()
                                       throws java.lang.Exception
        Transfer-SHIPPED addCEInvUse5 record to Cross site 'BEDFORD to BEDFORD' Assertions: status=SHIPPED, QUANTITY=120, FROMBIN= not null = CEITM5 Inventory Balance for the CEITM5:100 TOSITE=BEDFORD
        Throws:
        java.lang.Exception