Uses of Class
org.compiere.model.MPaymentAllocate
-
Packages that use MPaymentAllocate Package Description org.compiere.model Provides for.... -
-
Uses of MPaymentAllocate in org.compiere.model
Methods in org.compiere.model that return MPaymentAllocate Modifier and Type Method Description static MPaymentAllocate[]
MPaymentAllocate. get(MPayment parent)
Get active Payment Allocation of PaymentMethods in org.compiere.model with parameters of type MPaymentAllocate Modifier and Type Method Description protected boolean
MPayment. verifyDocType(MPaymentAllocate[] pAllocs)
Verify Document Type with Invoiceprotected boolean
MPayment. verifyPaymentAllocateSum(MPaymentAllocate[] pAllocs)
Verify Payment Allocate Sum must be equal to the Payment Amountprotected boolean
MPayment. verifyPaymentAllocateVsHeader(MPaymentAllocate[] pAllocs)
Verify Payment Allocate is ignored (must not exists) if the payment header has charge/invoice/order
-