Package org.compiere.grid
Class PaymentFormMixedPOS
- java.lang.Object
-
- org.compiere.grid.PaymentForm
-
- org.compiere.grid.PaymentFormMixedPOS
-
- All Implemented Interfaces:
IPaymentForm
- Direct Known Subclasses:
WPaymentFormMixedPOS
public abstract class PaymentFormMixedPOS extends PaymentForm
- Author:
- Elaine
-
-
Field Summary
-
Fields inherited from class org.compiere.grid.PaymentForm
log, m_AD_Client_ID, m_AD_Org_ID, m_Amount, m_C_BPartner_ID, m_C_Currency_ID, m_Cash_As_Payment, m_DateAcct, m_DocStatus, m_isSOTrx, m_needSave, m_onlyRule, m_PaymentRule, s_Currencies
-
-
Constructor Summary
Constructors Constructor Description PaymentFormMixedPOS(int windowNo, GridTab mTab)
-
Method Summary
-
Methods inherited from class org.compiere.grid.PaymentForm
dynInit, getBankAccountProcessor, getGridTab, getInvoiceID, getWindowNo, isApproved, isBankAccountProcessorExist, isOnlyRule, loadCurrencies, needSave, processOnline, saveChanges, setBankAccountProcessor, setCustomizeValues
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.compiere.grid.IPaymentForm
checkMandatory, closeWindow, getWindow, loadData, saveChangesInTrx, showWindow
-
-
-
-
Constructor Detail
-
PaymentFormMixedPOS
public PaymentFormMixedPOS(int windowNo, GridTab mTab)
-
-