Uses of Class
org.compiere.model.MMatchPO
Packages that use MMatchPO
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MMatchPO in org.compiere.model
Methods in org.compiere.model that return MMatchPOModifier and TypeMethodDescriptionprotected static MMatchPO
MMatchPO.create
(Properties ctx, MInvoiceLine iLine, MInOutLine sLine, int C_OrderLine_ID, Timestamp dateTrx, BigDecimal qty, String trxName) Update or create MatchPO record (if needed, create MatchInv too).static MMatchPO
MMatchPO.create
(MInvoiceLine iLine, MInOutLine sLine, Timestamp dateTrx, BigDecimal qty) Update or Create Match PO recordstatic MMatchPO[]
MMatchPO.get
(Properties ctx, int C_OrderLine_ID, int C_InvoiceLine_ID, String trxName) Get PO Match with order/invoicestatic MMatchPO[]
MMatchPO.get
(Properties ctx, int M_InOutLine_ID, String trxName) Get PO Match of Receipt Linestatic MMatchPO[]
MMatchPO.getInOut
(Properties ctx, int M_InOut_ID, String trxName) Get PO Matches of receiptstatic MMatchPO[]
MMatchPO.getInvoice
(Properties ctx, int C_Invoice_ID, String trxName) Get PO Matches of Invoicestatic MMatchPO
MMatchPO.getOrCreate
(int C_OrderLine_ID, BigDecimal qty, MInOutLine sLine, String trxName) Get or create Match PO record for order line.static MMatchPO[]
MMatchPO.getOrderLine
(Properties ctx, int C_OrderLine_ID, String trxName) Get PO Matches for OrderLineMethods in org.compiere.model that return types with arguments of type MMatchPOModifier and TypeMethodDescriptionMatchPOAutoMatch.getNotMatchedMatchPOList
(Properties ctx, int C_OrderLine_ID, String trxName) Methods in org.compiere.model with parameters of type MMatchPOModifier and TypeMethodDescriptionprotected static MMatchInv
MMatchPO.createMatchInv
(MMatchPO mpo, int C_InvoiceLine_ID, int M_InOutLine_ID, BigDecimal qty, Timestamp dateTrx, String trxName) Create MatchInv recordstatic void
MatchPOAutoMatch.match
(Properties ctx, int C_OrderLine_ID, MMatchPO currentPO, String trxName) auto match matchpo (between match po created by vendor credit memo and match po created by vendor invoice)