psdi.app.inventory.unittest

Class ReceiptPO_11_14180

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


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void ReceiptPO_11_14180_0()
      Unit test for 11_14180 CURBAL AND TOTALCURBAL ARE NOT CORRECT WHEN RECEIVING (AT LEAST- PLEASE CHECK FOR OTHER POSSIBLE TRANSACTIONS) Happens on all versions but the requested fix is for 7117.
      • Methods inherited from class java.lang.Object

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

      • ReceiptPO_11_14180

        public ReceiptPO_11_14180()
    • Method Detail

      • ReceiptPO_11_14180_0

        public void ReceiptPO_11_14180_0()
                                  throws java.rmi.RemoteException,
                                         MXException
        Unit test for 11_14180 CURBAL AND TOTALCURBAL ARE NOT CORRECT WHEN RECEIVING (AT LEAST- PLEASE CHECK FOR OTHER POSSIBLE TRANSACTIONS) Happens on all versions but the requested fix is for 7117. create a PO with one poline for an item in central store having current balance as 2 with ordered qty=10. Approve it Goto receipts and select ordered materials and receive one. Don't save Receive another line with 1 as well. Don't save Receive another line too with 1 and then save. curbal and totalcurbal on matrectrans are 2,2,2 instead of 2,3,4.
        Throws:
        java.rmi.RemoteException
        MXException