How to "attach/relate" products and/or services to project? - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18) +--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4) +---- Forum: coreBOS (https://discussions.corebos.org/forumdisplay.php?fid=5) +---- Thread: How to "attach/relate" products and/or services to project? (/showthread.php?tid=222) |
How to "attach/relate" products and/or services to project? - Peter A. Gebhardt - 12-17-2015 I would like to attach "productized" (and sometimes bundled) steps of financial advice/analysis to projects related to contacts. Bundled products fit the bill already - but how to make products/services to appear under "More Information" in project tasks (and likewise in the parent project)? Might be interesting for all kinds of Consultants, Advisors and Lawyers. If a code snippet is readily available that would help most - but a pointer to applicable documentation is also very supportive ;-) Best regards PS: There are other extensions which I will post in Feature Requests - like: Adding up Units (here: billable hours) or cloning "Master Projects" RE: How to "attach/relate" products and/or services to project? - Peter A. Gebhardt - 12-17-2015 Found the starting point: http://corebos.org/documentation/doku.php?id=en:devel:corebos_hooks:related_list_hook Great! Best rgards RE: How to "attach/relate" products and/or services to project? - joebordes - 12-17-2015 It may be easier than the link you post above, the get_related_list() method will take care of it for you (more or less, it won¡t do the bundle). http://corebos.org/documentation/doku.php?id=en:devel:relatedlists |