Compilo Logo Compilo Logo
Main
Tools SourceForge Project Downloads Links Statistics Contacts

XML2AD

XML2AD is the first tool that the Compilo Project wants to develop. As the name suggests it import several XML files into the database in order to modify the Application Dictionary of Compiere.

Please refer to the tools/XML2AD/README file for further informations. You can find it into CompiloTools.zip in the Files section. Below are some screenshot of the view capabilities. But XML2AD has also model and data capabilities.

XML2AD is what let you write this:

<compiereAD>
  <!-- Default values. -->
  <default entitytype="Applications" firstdelete="false">
  </default>
  <menu name="Compilo Test">
    <menu name="Window Test">
      <window>
        <tab name="Compilo Project" tablename="MAY_Project" syncfields="Y">
          <field name="Name" identifierno="1" />
          <tab name="Compilo Subproject" tablename="MAY_SubProject" syncfields="Y">
            <field name="Name" identifierno="1" />
          </tab>
        </tab>
      </window>
    </menu>
  </menu>
</compiereAD>
        
And see this:


SourceForge.net Logo
Last update 2004-10-08.
Copyright © 2004 - Marco LOMBARDO
GNU GENERAL PUBLIC LICENSE - Version 2, June 1991

Compiere™ is a registered trademark of ComPiere, Inc. All other product names mentioned herein are trademarks of their respective owners.