Has anyone played around with a powerful Compiere construct, Trees. In the Menus, and Accounting Dimensions , trees have been used. I would like to use Trees, to model and display a graphical heirarchy, with summary nodes, from a "User Maintained" new table.
Thanks,
Vipen
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In order to use custom trees you currently need to do source modifications.
If you look at org.compiere.model.MTree (base) & MTree_Base
(dbPort) you will propably understand how it can be done.
Eldir
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Has anyone played around with a powerful Compiere construct, Trees. In the Menus, and Accounting Dimensions , trees have been used. I would like to use Trees, to model and display a graphical heirarchy, with summary nodes, from a "User Maintained" new table.
Thanks,
Vipen
Hi Vipen,
In order to use custom trees you currently need to do source modifications.
If you look at org.compiere.model.MTree (base) & MTree_Base
(dbPort) you will propably understand how it can be done.
Eldir