Package org.compiere.apps.form
Class TrxMaterial
java.lang.Object
org.compiere.apps.form.TrxMaterial
- Direct Known Subclasses:
WTrxMaterial
Form to view Material Transaction History.
-
Field Summary
Modifier and TypeFieldDescriptionint
static final CLogger
LoggerMTab pointerMWindowint
Window Noint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dynInit
(IStatusBar statusBar) Dynamic Layout (Grid).
Based on AD_Window: Material Transactionsvoid
refresh
(Object organization, Object locator, Object product, Object movementType, Timestamp movementDateFrom, Timestamp movementDateTo, IStatusBar statusBar) Refresh - Create Query and refresh gridvoid
zoom()
-
Field Details
-
m_WindowNo
public int m_WindowNoWindow No -
m_mWindow
MWindow -
m_mTab
MTab pointer -
m_staticQuery
-
log
Logger -
AD_Table_ID
public int AD_Table_ID -
Record_ID
public int Record_ID
-
-
Constructor Details
-
TrxMaterial
public TrxMaterial()
-
-
Method Details
-
dynInit
Dynamic Layout (Grid).
Based on AD_Window: Material Transactions- Parameters:
statusBar
-
-
refresh
public void refresh(Object organization, Object locator, Object product, Object movementType, Timestamp movementDateFrom, Timestamp movementDateTo, IStatusBar statusBar) Refresh - Create Query and refresh grid- Parameters:
organization
- optional AD_Org_ID filterlocator
- optional M_Locator_ID filterproduct
- optional M_Product_ID filtermovementType
- optional MovementType filtermovementDateFrom
- optional MovementDate filter (>=)movementDateTo
- optional MovementDate filter (<=)statusBar
-
-
zoom
public void zoom()
-