Implementation

From ADempiere
Revision as of 07:23, 5 September 2011 by Mcarminati (Talk) (Adempiere Included "Form")

Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

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)