UML2 to Dolibarr
From AcceleoWiki
| Module Dolibarr modules generator | |
| |
| Status: | Incubation |
| Licence: | EPL |
| Target: | Dolibarr developpers |
| Metamodel: | UML2 |
| Inital contributor: | Samuel Bouchet Patrick Raguin |
| Contact: | samuel.bouchet@auguria.net patrick.raguin@auguria.net |
Dolibarr modules generator
This project's purpose is to generate parts of the source code of a Dolibarr Module.
It can generate :
- sql
- module descriptor
- data access objects (DAO)
- services (to manage objects)
- lang files
- screens to add/edit/show/list the objects
- boxes skeleton
- configuration page
You can get the lastest version from svn (1.5 version, 1st august 2008):
svn checkout svn://svn.forge.objectweb.org/svnroot/acceleo/trunk/modules/community/uml21/dolibarr/trunk/
or the 1.4 version (16th july 2008)
You can find more information on this thread: Dolibarr forum -> UML2Dolibarr
and the complete documentation is available here (fr).

