Class MCOFOpenItem

java.lang.Object
org.brerp.base.model.MCOFOpenItem

public class MCOFOpenItem extends Object
MOpenItem Model for View RV_OpenItem
Version:
$Id: MCOFOpenItem.java, 20/04/2015 10:31:57 gabriels
Author:
muriloht
  • Field Details

  • Method Details

    • getPO

      public static PO getPO(String rv_openitem_id, String trxName)
    • getOpenItem

      public static MCOFOpenItem[] getOpenItem(Integer AD_Client_ID, Integer C_Invoice_ID, Integer AD_Org_ID, Integer C_BPartner_ID, Integer C_DocType_ID, Integer COF_C_Custody_ID, Timestamp DateFrom, boolean IsPrinted, boolean billingBlocked, boolean isBilling, boolean isCNAB, String trx)
    • hasOpenItem

      public static boolean hasOpenItem(Integer C_BPartner_ID, String trx)
    • hasPaySchedule

      public static boolean hasPaySchedule(Integer C_Invoice_ID, String trx)
    • getC_BPartner_ID

      public int getC_BPartner_ID()
    • getC_Invoice_ID

      public int getC_Invoice_ID()
    • setC_PaymentTerm_ID

      public void setC_PaymentTerm_ID(int value)
    • getC_PaymentTerm_ID

      public int getC_PaymentTerm_ID()
    • getC_InvoicePaySchedule_ID

      public int getC_InvoicePaySchedule_ID()
    • getNetDays

      public int getNetDays()
    • getDateInvoiced

      public Timestamp getDateInvoiced()
    • getDueDate

      public Timestamp getDueDate()
    • getDiscountDate

      public Timestamp getDiscountDate()
    • getDiscountAmt

      public BigDecimal getDiscountAmt()
    • getGrandTotal

      public BigDecimal getGrandTotal()
    • setDiscountRate

      public void setDiscountRate(BigDecimal amt, BigDecimal discountamt)
    • getDiscountRate

      public BigDecimal getDiscountRate()
    • setInterestAmt

      public void setInterestAmt(BigDecimal amt)
    • getInterestAmt

      public BigDecimal getInterestAmt()