Difference between revisions of "Implementation"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Adempiere Included "Form")
(Adempiere Included "Form")
Line 11: Line 11:
 
For example we can include Form by which show graph or picture or specific form which could interact with the current selected record.
 
For example we can include Form by which show graph or picture or specific form which could interact with the current selected record.
  
 +
'''AD Tab Configuration'''
 +
 +
[[File:Esempio.jpg]]
  
 
----
 
----
  
Java user interface
+
Java user interface<br>
List of modified class:
+
List of modified class:<br>
 
Vpanel.java org.compiere.grid.VPanel
 
Vpanel.java org.compiere.grid.VPanel
  
  
Web user interface
+
Web user interface<br>
List of modified class:
+
List of modified class:<br>
 
AdTabPanel.java org.adempiere.webui.panel
 
AdTabPanel.java org.adempiere.webui.panel
  
web and java user interface
+
Web and java user interface<br>
List of modified classes:
+
List of modified classes:<br>
 
GridField.java
 
GridField.java
 
GridTabVo.java org.compiere.GridTabVo
 
GridTabVo.java org.compiere.GridTabVo
  
  
SQL Scripts
+
SQL Scripts<br>
 +
 
  
  
 
--[[User:Mcarminati|Mcarminati]] 14:07, 5 September 2011 (UTC)
 
--[[User:Mcarminati|Mcarminati]] 14:07, 5 September 2011 (UTC)

Revision as of 07:23, 5 September 2011

Adempiere Included "Form"

I'd like to submit to the Adempiere community a simple and pratical extention by witch include into a tab of window's Adempiere a Form (AD_Form object)


BOM.jpg

In the previous picture is shown a Window with a single Tab in wich is included the standard Form named BOM Drop. This is only an example, but by this ploy developers could include into a Tab many different objects and extend the Adempiere user interface.

For example we can include Form by which show graph or picture or specific form which could interact with the current selected record.

AD Tab Configuration

File:Esempio.jpg


Java user interface
List of modified class:
Vpanel.java org.compiere.grid.VPanel


Web user interface
List of modified class:
AdTabPanel.java org.adempiere.webui.panel

Web and java user interface
List of modified classes:
GridField.java GridTabVo.java org.compiere.GridTabVo


SQL Scripts


--Mcarminati 14:07, 5 September 2011 (UTC)