psdi.app.labor

Class FldServRecTransPercentage

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldServRecTransPercentage
    extends MboValueAdapter
    FldServRecTransPercentage stands for the percentage of linecost that can be received. 50 % means that 50 % of the linecost is to be received. For Example if the linecost is $10..receiving 50% would mean receiving $5. Please note that entering a percentage always calculates the amount to be received based on the linecost and NOT on the REMAINING LINE COST(Received linec cost). If somebody has already received $5 as above,entering 50% in another line means that you are receving 50% of $10(Linecost) and not 50% of $5(Remaining line cost)
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Update fields affected by changing this field The qtytoreceive field should be null.You can either receive by qty or by linecost.Not both.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXException
        java.rmi.RemoteException