Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
有一个名为 Organimi 的工具可以完成此任务。它允许您创建基于角色的组织结构图。您还可以创建一个员工名册,您可以从中添加/删除这些角色的员工。花名册可以从 csv 导入,也可以通过 API 集成现有的员工数据库。
There is a tool called Organimi that will accomplish this. It allows you to create a role based org chart. You also create a roster of employees from which you can add/remove employees to/from these roles. The roster can be imported from csv or you can integrate an existing employee database via the API.
我们使用了 Google 组织结构图工具以及一些相当不错的成功。 API和文档都非常清晰。一个简单的静态演示很快就启动并运行了,不需要做太多工作就可以从我们的公司数据动态生成它。
We've used the Google Organizational Chart Tool with some pretty good success. The API and documentation are very clear. It was very quick to get a simple static demo up and running, and not much more work to generate it dynamically from our corporate data.
I'm using the Mindmap software for this kind of the project. There are many of them online and the desktop versions. This small, list helps you to examine: Freemind Mindomo Mind42 Conceptdraw MINDMAP Mindjet Xmind
发布评论
评论(4)
您可以使用 GraphViz 并通过 PEAR。您可以生成如下图表:
(来源:graphviz.org) 。
您可以在此处找到更多示例
You could use GraphViz and connect it to your php via PEAR. You can generate graphs like these:
(source: graphviz.org) .
You can find more examples here
有一个名为 Organimi 的工具可以完成此任务。它允许您创建基于角色的组织结构图。您还可以创建一个员工名册,您可以从中添加/删除这些角色的员工。花名册可以从 csv 导入,也可以通过 API 集成现有的员工数据库。
There is a tool called Organimi that will accomplish this. It allows you to create a role based org chart. You also create a roster of employees from which you can add/remove employees to/from these roles. The roster can be imported from csv or you can integrate an existing employee database via the API.
我们使用了 Google 组织结构图工具以及一些相当不错的成功。 API和文档都非常清晰。一个简单的静态演示很快就启动并运行了,不需要做太多工作就可以从我们的公司数据动态生成它。
We've used the Google Organizational Chart Tool with some pretty good success. The API and documentation are very clear. It was very quick to get a simple static demo up and running, and not much more work to generate it dynamically from our corporate data.
我正在使用思维导图软件来完成此类项目。其中有很多在线版本和桌面版本。这个小清单可以帮助您检查:
自由思想
明多莫
心灵42
概念绘制思维导图
敏捷
心智
I'm using the Mindmap software for this kind of the project. There are many of them online and the desktop versions. This small, list helps you to examine:
Freemind
Mindomo
Mind42
Conceptdraw MINDMAP
Mindjet
Xmind