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 booleanMPayment. verifyDocType(MPaymentAllocate[] pAllocs)Verify Document Type with Invoiceprotected booleanMPayment. verifyPaymentAllocateSum(MPaymentAllocate[] pAllocs)Verify Payment Allocate Sum must be equal to the Payment Amountprotected booleanMPayment. verifyPaymentAllocateVsHeader(MPaymentAllocate[] pAllocs)Verify Payment Allocate is ignored (must not exists) if the payment header has charge/invoice/order
-