Package org.adempiere.webui.apps.form
Class WPaymentFormMixedPOS
- java.lang.Object
-
- org.compiere.grid.PaymentForm
-
- org.compiere.grid.PaymentFormMixedPOS
-
- org.adempiere.webui.apps.form.WPaymentFormMixedPOS
-
- All Implemented Interfaces:
IPaymentForm
public class WPaymentFormMixedPOS extends PaymentFormMixedPOS
- 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 WPaymentFormMixedPOS(int windowNo, GridTab mTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkMandatory()
void
closeWindow()
Object
getWindow()
void
loadData()
boolean
saveChangesInTrx(String trxName)
void
showWindow()
-
Methods inherited from class org.compiere.grid.PaymentForm
dynInit, getBankAccountProcessor, getGridTab, getInvoiceID, getWindowNo, isApproved, isBankAccountProcessorExist, isOnlyRule, loadCurrencies, needSave, processOnline, saveChanges, setBankAccountProcessor, setCustomizeValues
-
-
-
-
Constructor Detail
-
WPaymentFormMixedPOS
public WPaymentFormMixedPOS(int windowNo, GridTab mTab)
-
-