psdi.app.common.purchasing

Class FldPurPreTaxTotal

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldPurPreTaxTotal
    extends MboValueAdapter
    This is the field class validation for PreTaxTotal(non-persistent field) for PO/PR. PreTaxTotal= the sum of all the line costs of POLines/PRLines.
    • Constructor Detail

      • FldPurPreTaxTotal

        public FldPurPreTaxTotal(MboValue mbv)
                          throws MXException,
                                 java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If the preTaxTotal is changed the totaltax is recalculated and so is the totalcost and the totalcost field is set.

        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException