资 源 简 介
Moved to https://github.com/jamiely/drupal-orgchart
Intro
An organizational chart that uses the profile.module. Install in your modules directory. Currently, it uses profile fields to build the chart. It assumes that there will be two fields that hold the following data:
* Employee ID - this can be any alphanumeric identifier
* Supervisor ID - this is the alphanumeric identifier pointing to the current user"s supervisor.
In the administrator settings, you may specify the profile field names which correspond to these values.
There are plans to have two other options for loading the data in the future:
1. A custom external table specific to the module
1. Some flat file
To install
1. Copy orgchart source to your modules directory
1. make the orgchart/cache directory writeable
1. Enable via Administrative panel
1. Create profile fields to represent employee id (profile_employee_id) and supervisor id (profile_supervisor_id).
1. Make sure se