Uses of Class
org.compiere.model.MAllocationHdr
-
Packages that use MAllocationHdr Package Description org.compiere.apps.form org.compiere.model Provides for.... -
-
Uses of MAllocationHdr in org.compiere.apps.form
Methods in org.compiere.apps.form that return MAllocationHdr Modifier and Type Method Description MAllocationHdr
Allocation. saveData(int m_WindowNo, Object date, IMiniTable payment, IMiniTable invoice, String trxName)
Save Data -
Uses of MAllocationHdr in org.compiere.model
Fields in org.compiere.model declared as MAllocationHdr Modifier and Type Field Description protected MAllocationHdr
MPayment. m_justCreatedAllocInv
Methods in org.compiere.model that return MAllocationHdr Modifier and Type Method Description static MAllocationHdr
MAllocationHdr. copyFrom(MAllocationHdr from, Timestamp dateAcct, Timestamp dateTrx, String trxName)
Create new Allocation by copyingMAllocationHdr
MPayment. getJustCreatedAllocInv()
static MAllocationHdr[]
MAllocationHdr. getOfCash(Properties ctx, int C_Cash_ID, String trxName)
Get Allocations of Cashstatic MAllocationHdr[]
MAllocationHdr. getOfInvoice(Properties ctx, int C_Invoice_ID, String trxName)
Get Allocations of Invoicestatic MAllocationHdr[]
MAllocationHdr. getOfPayment(Properties ctx, int C_Payment_ID, String trxName)
Get Allocations of PaymentMAllocationHdr
MAllocationLine. getParent()
Get ParentMethods in org.compiere.model with parameters of type MAllocationHdr Modifier and Type Method Description static MAllocationHdr
MAllocationHdr. copyFrom(MAllocationHdr from, Timestamp dateAcct, Timestamp dateTrx, String trxName)
Create new Allocation by copyingint
MAllocationHdr. copyLinesFrom(MAllocationHdr otherAllocation)
Copy Lines From other Allocation.protected void
MAllocationLine. setParent(MAllocationHdr parent)
Set ParentConstructors in org.compiere.model with parameters of type MAllocationHdr Constructor Description MAllocationLine(MAllocationHdr parent)
Parent ConstructorMAllocationLine(MAllocationHdr parent, BigDecimal Amount, BigDecimal DiscountAmt, BigDecimal WriteOffAmt, BigDecimal OverUnderAmt)
Parent Constructor
-