feat(成本管理): 完善制定预算和控制成本的ITTO数据
1. 新增工件A093"可行性研究文件" 2. 新增工具TT121-TT125(成本汇总、历史信息审核、资金限制平衡、融资、完工尚需绩效指数) 3. 更新P4.3制定预算: - 输入添加A093可行性研究文件 - 工具更新为:专家判断、成本汇总、数据分析、历史信息审核、资金限制平衡、融资 4. 更新P4.4控制成本: - 工具更新为:专家判断、数据分析、完工尚需绩效指数、项目管理信息系统 via [HAPI](https://hapi.run) Co-Authored-By: HAPI <noreply@hapi.run>
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
{ "id": "A089", "name": "卖方绩效评价文档", "nameEn": "Seller Performance Evaluation Documentation", "category": "document" },
|
||||
{ "id": "A090", "name": "采购策略", "nameEn": "Procurement Strategy", "category": "document" },
|
||||
{ "id": "A091", "name": "采购文档更新", "nameEn": "Procurement Documentation Updates", "category": "document" },
|
||||
{ "id": "A092", "name": "其他知识领域规划过程的输出", "nameEn": "Other Documentation", "category": "document" }
|
||||
{ "id": "A092", "name": "其他知识领域规划过程的输出", "nameEn": "Other Documentation", "category": "document" },
|
||||
{ "id": "A093", "name": "可行性研究文件", "nameEn": "Feasibility Study", "category": "document" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -457,8 +457,8 @@
|
||||
"knowledgeAreaId": "KA04",
|
||||
"processGroupId": "PG02",
|
||||
"order": 3,
|
||||
"inputs": ["A008", "A076", "A002", "A004", "A005", "A006"],
|
||||
"tools": ["TT001", "TT010", "TT008", "TT016", "TT044"],
|
||||
"inputs": ["A008", "A076", "A093", "A004", "A005", "A006"],
|
||||
"tools": ["TT001", "TT121", "TT008", "TT122", "TT123", "TT124"],
|
||||
"outputs": ["A023", "A044", "A077"],
|
||||
"w5h1": {
|
||||
"who": "项目经理+财务人员",
|
||||
@@ -478,7 +478,7 @@
|
||||
"processGroupId": "PG04",
|
||||
"order": 4,
|
||||
"inputs": ["A008", "A076", "A044", "A067", "A005", "A006"],
|
||||
"tools": ["TT001", "TT008", "TT011", "TT013", "TT014", "TT016", "TT033"],
|
||||
"tools": ["TT001", "TT008", "TT125", "TT033"],
|
||||
"outputs": ["A068", "A086", "A053", "A078", "A077"],
|
||||
"w5h1": {
|
||||
"who": "项目经理",
|
||||
|
||||
@@ -119,6 +119,11 @@
|
||||
{ "id": "TT117", "name": "引导式研讨会", "nameEn": "Facilitated Workshops", "type": "technique", "category": "data-gathering" },
|
||||
{ "id": "TT118", "name": "群体创新技术", "nameEn": "Group Creativity Techniques", "type": "technique", "category": "data-gathering" },
|
||||
{ "id": "TT119", "name": "群体决策技术", "nameEn": "Group Decision-Making Techniques", "type": "technique", "category": "decision-making" },
|
||||
{ "id": "TT120", "name": "核对单", "nameEn": "Checklists", "type": "tool", "category": "general" }
|
||||
{ "id": "TT120", "name": "核对单", "nameEn": "Checklists", "type": "tool", "category": "general" },
|
||||
{ "id": "TT121", "name": "成本汇总", "nameEn": "Cost Aggregation", "type": "technique", "category": "cost" },
|
||||
{ "id": "TT122", "name": "历史信息审核", "nameEn": "Historical Information Review", "type": "technique", "category": "cost" },
|
||||
{ "id": "TT123", "name": "资金限制平衡", "nameEn": "Funding Limit Reconciliation", "type": "technique", "category": "cost" },
|
||||
{ "id": "TT124", "name": "融资", "nameEn": "Financing", "type": "technique", "category": "cost" },
|
||||
{ "id": "TT125", "name": "完工尚需绩效指数", "nameEn": "To-Complete Performance Index", "type": "technique", "category": "cost" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user