{{ (result.time * -1).toLocaleString() }}
時間短縮され、
{{ (result.cost * -1).toLocaleString() }}
円のコスト削減に繋がります。
「dynabookパッケージ」を導入した場合の、パソコンの「調達」「導入」「運用・保守」「返却・更新」にかかる運用コストの削減効果を見ることが出来ます。
半角で入力してください
項目 | 現在のコスト | 導入後のコスト | 削減効果 | 削減効果合計 | |
---|---|---|---|---|---|
調達 | 機種の選定 | {{ Math.round(result.detail.procurement[0].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.procurement[0].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.procurement[0].costDiff).toLocaleString() }}円 | {{ Math.round(result.cost).toLocaleString() }}円 |
社内調整、稟議 | {{ Math.round(result.detail.procurement[1].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.procurement[1].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.procurement[1].costDiff).toLocaleString() }}円 | ||
見積もり依頼 | {{ Math.round(result.detail.procurement[2].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.procurement[2].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.procurement[2].costDiff).toLocaleString() }}円 | ||
導入 | キッティング | {{ Math.round(result.detail.installation[0].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.installation[0].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.installation[0].costDiff).toLocaleString() }}円 | |
個別設定 | {{ Math.round(result.detail.installation[1].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.installation[1].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.installation[1].costDiff).toLocaleString() }}円 | ||
マスター作成 | {{ Math.round(result.detail.other[0].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.other[0].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.other[0].costDiff).toLocaleString() }}円 | ||
端末の配付 | {{ Math.round(result.detail.installation[2].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.installation[2].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.installation[2].costDiff).toLocaleString() }}円 | ||
運用・保守 | 社内問合せ対応 | {{ Math.round(result.detail.operation[0].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.operation[0].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.operation[0].costDiff).toLocaleString() }}円 | |
修理対応 | {{ Math.round(result.detail.operation[1].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.operation[1].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.operation[1].costDiff).toLocaleString() }}円 | ||
契約管理 | {{ Math.round(result.detail.operation[2].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.operation[2].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.operation[2].costDiff).toLocaleString() }}円 | ||
アップデート作業 | {{ Math.round(result.detail.operation[3].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.operation[3].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.operation[3].costDiff).toLocaleString() }}円 | ||
返却・更新 | データ抹消作業 | {{ Math.round(result.detail.renewal[0].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.renewal[0].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.renewal[0].costDiff).toLocaleString() }}円 | |
PC廃棄対応 | {{ Math.round(result.detail.renewal[1].costCurrent).toLocaleString() }}円 | {{ Math.round(result.detail.renewal[1].costNew).toLocaleString() }}円 | {{ Math.round(result.detail.renewal[1].costDiff).toLocaleString() }}円 |
上記表組みは横にスクロール致します
<補足事項>
下記を前提条件としています。
※人件費2,500円/時
※パソコン運用4年間の削減効果として算出