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

InvoiceFromSupplier

public class InvoiceFromSupplier extends Object
stereotype
moment-interval

Fields Summary
private Date
date
private InvoiceFromSupplier
lnkUnnamed2
private int
terms
private int
status
private InvoiceDetail
lnkUnnamed3
private AccountingMgmt.Posting.Posting
lnkUnnamed
private AccountingMgmt.Payment.Payment
lnkUnnamed1
private IEnterInvoiceFromSupplier
lnkUnnamed4
private BigDecimal
total
Constructors Summary
Methods Summary
public static intcalcAvgInvoice()

        return 0;
    
public java.math.BigDecimalcalcTotal()

        if (total.intValue() == 0) {
            recalcTotal();
        }
        return total;
    
public voidenterInvoiceFromSupplier()

    
public static java.util.VectorlistInvoices()

        return new Vector();
    
public booleanmi_willPOBeExceeded()

        return false;
    
public voidpost(AccountingMgmt.Account.CostCenter costCenter)

    
public java.math.BigDecimalrecalcTotal()

        // calc total and set total attribute
        return total;