FileDocCategorySizeDatePackage
IEnterInvoiceFromSupplier.javaAPI DocExample402Thu Feb 17 20:01:02 GMT 2000MatlResMgmt.InvoiceFromSupplier

IEnterInvoiceFromSupplier.java

/*----------------------------------------------------------------------------
Copyright (c)2000 TogetherSoft LLC. Patents pending. All rights reserved.
----------------------------------------------------------------------------*/

package MatlResMgmt.InvoiceFromSupplier;

/** @stereotype plug-in point */
public interface IEnterInvoiceFromSupplier {
    void enterInvoiceFromSupplier();
}