psdi.app.common.receipt

Class FldMatServToleranceQuantityCost

    • Constructor Detail

      • FldMatServToleranceQuantityCost

        public FldMatServToleranceQuantityCost(MboValue mbv)
        Construct and attach to the mbo value
        Parameters:
        mbv -
    • Method Detail

      • validateToleranceQuantity

        public void validateToleranceQuantity(java.lang.String poLineNum,
                                              double receivedQuantity,
                                              double qtyPlusTolerance,
                                              double qtyOverReceived,
                                              double orderedQtyPlusTolerance,
                                              double conversion)
                                       throws MXException,
                                              java.rmi.RemoteException
        If the user is interactive - get a response to receive a tolerance quantity or cancel
        Throws:
        MXException
        java.rmi.RemoteException
      • validateToleranceCost

        public void validateToleranceCost(java.lang.String poLineNum,
                                          double receivedCost,
                                          double costPlusTolerance,
                                          double costOverReceived,
                                          double orderedCostPlusTolerance)
                                   throws MXException,
                                          java.rmi.RemoteException
        If the user is interactive - get a response to receive a tolerance amount or cancel
        Throws:
        MXException
        java.rmi.RemoteException