psdi.app.common

Class FldCommonTax

  • All Implemented Interfaces:
    MboConstants, MboValueListener
    Direct Known Subclasses:
    FldInvoiceLineTax


    public class FldCommonTax
    extends MboValueAdapter
    Common Validation Class for: Tax1,Tax2,Tax3,Tax4,Tax5 for POLINE,PRLINE, INVOICELINE. This common class does the followings: 1. calculates loadedcost for the current mbo 2. Calculates totaltax1 thru totaltax2 of the parent mbo;i.e.PO,PR,INVOICE.
    • Constructor Detail

      • FldCommonTax

        public FldCommonTax(MboValue mbv)
                     throws MXException,
                            java.rmi.RemoteException
        Construct and attach to the mbo value
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • doNotSetTotalTax

        public void doNotSetTotalTax()
                              throws MXException,
                                     java.rmi.RemoteException
        Does not allow the Invoice header total tax to be set by changing the invoiceline tax.
        Throws:
        MXException
        java.rmi.RemoteException