| | | 1 | | <div class="row"> |
| | | 2 | | <div class="col-lg-12 col-layer"> |
| | | 3 | | <section class="widget"> |
| | | 4 | | <header> |
| | | 5 | | <h4> |
| | | 6 | | <span |
| | | 7 | | class="font13" |
| | | 8 | | style="font-weight: bold"> |
| | | 9 | | <i class="fa fa-home"></i> |
| | | 10 | | 간트 차트 |
| | | 11 | | </span> |
| | | 12 | | </h4> |
| | | 13 | | <div class="widget-controls"> |
| | | 14 | | <a |
| | | 15 | | data-widgster="toleft" |
| | | 16 | | title="change width to left" |
| | | 17 | | href="#"> |
| | | 18 | | <i class="glyphicon glyphicon-chevron-left"></i> |
| | | 19 | | </a> |
| | | 20 | | <a |
| | | 21 | | data-widgster="expand" |
| | | 22 | | title="Expand" |
| | | 23 | | href="#"> |
| | | 24 | | <i class="glyphicon glyphicon-chevron-up"></i> |
| | | 25 | | </a> |
| | | 26 | | <a |
| | | 27 | | data-widgster="collapse" |
| | | 28 | | title="Collapse" |
| | | 29 | | href="#"> |
| | | 30 | | <i class="glyphicon glyphicon-chevron-down"></i> |
| | | 31 | | </a> |
| | | 32 | | <a |
| | | 33 | | data-widgster="toright" |
| | | 34 | | title="change width to right" |
| | | 35 | | href="#"> |
| | | 36 | | <i class="glyphicon glyphicon-chevron-right"></i> |
| | | 37 | | </a> |
| | | 38 | | <a |
| | | 39 | | data-widgster="restore" |
| | | 40 | | title="Restore" |
| | | 41 | | href="#"> |
| | | 42 | | <span class="glyphicon glyphicon-repeat"></span> |
| | | 43 | | </a> |
| | | 44 | | <a |
| | | 45 | | data-widgster="fullscreen" |
| | | 46 | | title="Fullscreen" |
| | | 47 | | href="#"> |
| | | 48 | | <i |
| | | 49 | | class="glyphicon glyphicon-fullscreen" |
| | | 50 | | style="font-size: 11px"></i> |
| | | 51 | | </a> |
| | | 52 | | </div> |
| | | 53 | | </header> |
| | | 54 | | <div class="body"> |
| | | 55 | | <div |
| | | 56 | | class="gradient_middle_border" |
| | | 57 | | style="width: 100%; height: 2px"></div> |
| | | 58 | | <blockquote |
| | | 59 | | class="font13" |
| | | 60 | | style="margin-top: 5px"> |
| | | 61 | | 선택한 제품(서비스)와 버전의 분석별 요구사항 현황 |
| | | 62 | | <div style="float: right"> |
| | | 63 | | <button |
| | | 64 | | class="btn btn-transparent btn-xs" |
| | | 65 | | style="margin-top: -3px; color: #acacac; background: rgba(51, 51, 51, 0.2); padding: 1px 9px" |
| | | 66 | | onclick="window.open('docs/guide.html#requirement_regist_inquiry')"> |
| | | 67 | | Help |
| | | 68 | | <i |
| | | 69 | | class="fa fa-question" |
| | | 70 | | style="font-size: 14px; vertical-align: middle; color: #acacac"></i> |
| | | 71 | | </button> |
| | | 72 | | </div> |
| | | 73 | | </blockquote> |
| | | 74 | | <div class="row"> |
| | | 75 | | <div class="col-md-3"> |
| | | 76 | | <section |
| | | 77 | | class="widget dashboard-top-section top-menu-div" |
| | | 78 | | style="border: dashed; border-width: thin; border-color: lightsteelblue"> |
| | | 79 | | <header style="margin-bottom: 20px"> |
| | | 80 | | <h4> |
| | | 81 | | <span |
| | | 82 | | class="font13" |
| | | 83 | | style="font-weight: bold"> |
| | | 84 | | <i class="fa fa-asterisk"></i> |
| | | 85 | | 제품(서비스) - 버전 선택 |
| | | 86 | | </span> |
| | | 87 | | </h4> |
| | | 88 | | <div |
| | | 89 | | class="gradient_middle_border" |
| | | 90 | | style="width: 100%; margin-top: 8px"></div> |
| | | 91 | | </header> |
| | | 92 | | <div class="body"> |
| | | 93 | | <div class="column"> |
| | | 94 | | <blockquote class="font13"> |
| | | 95 | | 1. Product |
| | | 96 | | <sup>service</sup> |
| | | 97 | | 를 선택해 주세요 |
| | | 98 | | </blockquote> |
| | | 99 | | <div |
| | | 100 | | class="control-group" |
| | | 101 | | style="padding-top: 10px; padding-bottom: 10px; border: 0"> |
| | | 102 | | <div |
| | | 103 | | class="controls form-group select-box" |
| | | 104 | | style="margin-bottom: 5px !important"> |
| | | 105 | | <select |
| | | 106 | | id="selected_pdService" |
| | | 107 | | required="required" |
| | | 108 | | data-placeholder="Select Product(Service)" |
| | | 109 | | class="select-block-level chzn-select darkBack" |
| | | 110 | | tabindex="-1" |
| | | 111 | | name="selected_pdService" |
| | | 112 | | style="width: 100% !important"> |
| | | 113 | | <option value=""></option> |
| | | 114 | | </select> |
| | | 115 | | </div> |
| | | 116 | | </div> |
| | | 117 | | <blockquote class="font13"> |
| | | 118 | | 2. Product |
| | | 119 | | <sup>service</sup> |
| | | 120 | | 의 버전을 선택해 주세요 |
| | | 121 | | </blockquote> |
| | | 122 | | <div |
| | | 123 | | class="control-group" |
| | | 124 | | style="padding-bottom: 10px; border: 0"> |
| | | 125 | | <div |
| | | 126 | | class="controls form-group select-box" |
| | | 127 | | style="margin-bottom: 5px !important"> |
| | | 128 | | <select |
| | | 129 | | multiple="multiple" |
| | | 130 | | id="multiversion" |
| | | 131 | | class="multiple-select btn-block darkBack" |
| | | 132 | | placeholder=" Select Version"></select> |
| | | 133 | | </div> |
| | | 134 | | </div> |
| | | 135 | | </div> |
| | | 136 | | </div> |
| | | 137 | | </section> |
| | | 138 | | </div> |
| | | 139 | | <div class="col-md-3"> |
| | | 140 | | <section |
| | | 141 | | class="widget large top-menu-div" |
| | | 142 | | style="margin-bottom: 15px; height: 290px"> |
| | | 143 | | <header> |
| | | 144 | | <h4> |
| | | 145 | | <span |
| | | 146 | | class="font13" |
| | | 147 | | style="font-weight: bold"> |
| | | 148 | | <i class="fa fa-pencil-square-o"></i> |
| | | 149 | | 종합 진행 현황 |
| | | 150 | | </span> |
| | | 151 | | </h4> |
| | | 152 | | </header> |
| | | 153 | | <div class="body"> |
| | | 154 | | <div |
| | | 155 | | class="gradient_middle_border" |
| | | 156 | | style="width: 100%; height: 2px; margin-top: 5px"></div> |
| | | 157 | | <div |
| | | 158 | | class="body" |
| | | 159 | | id="radarPart"></div> |
| | | 160 | | </div> |
| | | 161 | | </section> |
| | | 162 | | </div> |
| | | 163 | | <div class="col-md-2"> |
| | | 164 | | <section |
| | | 165 | | class="widget dashboard-top-section top-menu-div-scope" |
| | | 166 | | style="overflow: auto; margin-bottom: 15px"> |
| | | 167 | | <header style="margin-bottom: 15px"> |
| | | 168 | | <h4> |
| | | 169 | | <span |
| | | 170 | | class="font13" |
| | | 171 | | style="font-weight: bold"> |
| | | 172 | | <i class="fa fa-pencil-square"></i> |
| | | 173 | | 범위(Scope) 현황 |
| | | 174 | | </span> |
| | | 175 | | </h4> |
| | | 176 | | </header> |
| | | 177 | | <div class="body"> |
| | | 178 | | <div |
| | | 179 | | class="gradient_middle_border" |
| | | 180 | | style="width: 100%; margin-top: 8px"></div> |
| | | 181 | | <div class="body"> |
| | | 182 | | <ul class="overall-stats" |
| | | 183 | | style="background-color: rgba(51, 51, 51, .425); padding: 5px 10px;"> |
| | | 184 | | <li style="margin: 12px 10px;"> |
| | | 185 | | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | 186 | | <i class="fa fa-inbox"></i> |
| | | 187 | | </div> |
| | | 188 | | <span class="key">총 요구사항</span> |
| | | 189 | | <div class="value pull-right"> |
| | | 190 | | <span id="req_count" class="badge badge-info"> - </span> |
| | | 191 | | </div> |
| | | 192 | | </li> |
| | | 193 | | <li style="margin: 12px 10px;"> |
| | | 194 | | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | 195 | | <i class="fa fa-folder-o"></i> |
| | | 196 | | </div> |
| | | 197 | | <span class="key">열림</span> |
| | | 198 | | <div class="value pull-right"> |
| | | 199 | | <span id="req_open" class="badge"> - </span> |
| | | 200 | | </div> |
| | | 201 | | </li> |
| | | 202 | | <li style="margin: 12px 10px;"> |
| | | 203 | | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | 204 | | <i class="fa fa-fire"></i> |
| | | 205 | | </div> |
| | | 206 | | <span class="key">진행중</span> |
| | | 207 | | <div class="value pull-right"> |
| | | 208 | | <span id="req_in_progress" class="badge"> - </span> |
| | | 209 | | </div> |
| | | 210 | | </li> |
| | | 211 | | <li style="margin: 12px 10px;"> |
| | | 212 | | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | 213 | | <i class="fa fa-fire-extinguisher"></i> |
| | | 214 | | </div> |
| | | 215 | | <span class="key">해결됨</span> |
| | | 216 | | <div class="value pull-right"> |
| | | 217 | | <span id="req_resolved" class="badge"> - </span> |
| | | 218 | | </div> |
| | | 219 | | </li> |
| | | 220 | | <li style="margin: 12px 10px;"> |
| | | 221 | | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | 222 | | <i class="fa fa-folder"></i> |
| | | 223 | | </div> |
| | | 224 | | <span class="key">닫힘</span> |
| | | 225 | | <div class="value pull-right"> |
| | | 226 | | <span id="req_closed" class="badge"> - </span> |
| | | 227 | | </div> |
| | | 228 | | </li> |
| | | 229 | | </ul> |
| | | 230 | | </div> |
| | | 231 | | <div |
| | | 232 | | class="box" |
| | | 233 | | style="display: flex; justify-content: space-evenly; margin: 10px 0"> |
| | | 234 | | <div |
| | | 235 | | class="controls form-group col-md-6" |
| | | 236 | | style="margin-bottom: 5px !important; padding: 10px 0 !important; text-align: center"> |
| | | 237 | | <span> |
| | | 238 | | 생성된 요구사항 이슈 |
| | | 239 | | <br /> |
| | | 240 | | <small>(미할당)</small> |
| | | 241 | | <br /> |
| | | 242 | | <a |
| | | 243 | | id="total_req_issue_count" |
| | | 244 | | style="font-weight: bold"> |
| | | 245 | | - |
| | | 246 | | </a> |
| | | 247 | | 개 ( |
| | | 248 | | <span id="no_assigned_req_issue_count">-</span> |
| | | 249 | | ) |
| | | 250 | | </span> |
| | | 251 | | <br /> |
| | | 252 | | </div> |
| | | 253 | | <div |
| | | 254 | | class="controls form-group col-md-6" |
| | | 255 | | style="margin-bottom: 5px !important; padding: 10px 0 !important; text-align: center"> |
| | | 256 | | <span> |
| | | 257 | | 생성한 연결이슈 |
| | | 258 | | <br /> |
| | | 259 | | <small>(미할당)</small> |
| | | 260 | | <br /> |
| | | 261 | | <a |
| | | 262 | | id="total_linkedIssue_subtask_count" |
| | | 263 | | style="font-weight: bold"> |
| | | 264 | | - |
| | | 265 | | </a> |
| | | 266 | | 개 ( |
| | | 267 | | <span id="no_assigned_linkedIssue_subtask_count">-</span> |
| | | 268 | | ) |
| | | 269 | | </span> |
| | | 270 | | <br /> |
| | | 271 | | </div> |
| | | 272 | | </div> |
| | | 273 | | </div> |
| | | 274 | | </section> |
| | | 275 | | </div> |
| | | 276 | | <div class="col-md-2"> |
| | | 277 | | <section class="widget dashboard-top-section top-menu-div"> |
| | | 278 | | <header style="margin-bottom: 15px"> |
| | | 279 | | <h4> |
| | | 280 | | <span |
| | | 281 | | class="font13" |
| | | 282 | | style="font-weight: bold"> |
| | | 283 | | <i class="fa fa-clock-o"></i> |
| | | 284 | | 일정(Time) 현황 |
| | | 285 | | </span> |
| | | 286 | | </h4> |
| | | 287 | | </header> |
| | | 288 | | <div class="body"> |
| | | 289 | | <div |
| | | 290 | | class="gradient_middle_border" |
| | | 291 | | style="width: 100%; height: 2px; margin-top: 5px"></div> |
| | | 292 | | <div |
| | | 293 | | class="box" |
| | | 294 | | style="display: flex; justify-content: space-evenly; margin: 10px 0"> |
| | | 295 | | <div> |
| | | 296 | | <span> |
| | | 297 | | 전체 일정 |
| | | 298 | | <br /> |
| | | 299 | | <a |
| | | 300 | | id="start_date_summary" |
| | | 301 | | style="font-weight: bold"> |
| | | 302 | | - |
| | | 303 | | </a> |
| | | 304 | | ~ |
| | | 305 | | <a |
| | | 306 | | id="end_date_summary" |
| | | 307 | | style="font-weight: bold"> |
| | | 308 | | - |
| | | 309 | | </a> |
| | | 310 | | </span> |
| | | 311 | | <br /> |
| | | 312 | | </div> |
| | | 313 | | </div> |
| | | 314 | | <div |
| | | 315 | | class="box" |
| | | 316 | | style="display: flex; justify-content: space-evenly; margin: 10px 0"> |
| | | 317 | | <div> |
| | | 318 | | <div |
| | | 319 | | id="remaining_days" |
| | | 320 | | style=" |
| | | 321 | | color: #a4c6ff; |
| | | 322 | | margin-top: 5px; |
| | | 323 | | font-size: 18px; |
| | | 324 | | line-height: 20px; |
| | | 325 | | height: 20px; |
| | | 326 | | font-weight: 700; |
| | | 327 | | "> |
| | | 328 | | - |
| | | 329 | | </div> |
| | | 330 | | <div class="description">【 일정 】</div> |
| | | 331 | | </div> |
| | | 332 | | <div style="margin-top: 5px; font-size: 18px; line-height: 20px; height: 20px">|</div> |
| | | 333 | | <div> |
| | | 334 | | <div |
| | | 335 | | id="progressDateRate" |
| | | 336 | | style="margin-top: 5px; font-size: 18px; line-height: 20px; height: 20px; font-weight: 700"> |
| | | 337 | | - |
| | | 338 | | </div> |
| | | 339 | | <div class="description">【 경과 】</div> |
| | | 340 | | </div> |
| | | 341 | | </div> |
| | | 342 | | <div class="column"> |
| | | 343 | | <div |
| | | 344 | | class="control-group" |
| | | 345 | | style="padding-bottom: 10px; border: 0"> |
| | | 346 | | <div |
| | | 347 | | class="controls form-group darkBack col-md-12" |
| | | 348 | | style="margin-bottom: 10px !important; padding: 10px 0 !important; text-align: center"> |
| | | 349 | | <li style="list-style: none;"> |
| | | 350 | | <div style="display: flex; justify-content: space-between"> |
| | | 351 | | <span style="margin-left: 10px;"> |
| | | 352 | | 요구사항 진척도 |
| | | 353 | | </span> |
| | | 354 | | <span style="margin-right: 10px;"> |
| | | | 1 | <div class="col-lg-12 col-layer"> |
| | | | 2 | <section class="widget"> |
| | | | 3 | <header> |
| | | | 4 | <h4> |
| | | | 5 | <span |
| | | | 6 | class="font13" |
| | | | 7 | style="font-weight: bold"> |
| | | | 8 | <i class="fa fa-home"></i> |
| | | | 9 | 간트 차트 |
| | | | 10 | </span> |
| | | | 11 | </h4> |
| | | | 12 | <div class="widget-controls"> |
| | | | 13 | <a |
| | | | 14 | data-widgster="toleft" |
| | | | 15 | title="change width to left" |
| | | | 16 | href="#"> |
| | | | 17 | <i class="glyphicon glyphicon-chevron-left"></i> |
| | | | 18 | </a> |
| | | | 19 | <a |
| | | | 20 | data-widgster="expand" |
| | | | 21 | title="Expand" |
| | | | 22 | href="#"> |
| | | | 23 | <i class="glyphicon glyphicon-chevron-up"></i> |
| | | | 24 | </a> |
| | | | 25 | <a |
| | | | 26 | data-widgster="collapse" |
| | | | 27 | title="Collapse" |
| | | | 28 | href="#"> |
| | | | 29 | <i class="glyphicon glyphicon-chevron-down"></i> |
| | | | 30 | </a> |
| | | | 31 | <a |
| | | | 32 | data-widgster="toright" |
| | | | 33 | title="change width to right" |
| | | | 34 | href="#"> |
| | | | 35 | <i class="glyphicon glyphicon-chevron-right"></i> |
| | | | 36 | </a> |
| | | | 37 | <a |
| | | | 38 | data-widgster="restore" |
| | | | 39 | title="Restore" |
| | | | 40 | href="#"> |
| | | | 41 | <span class="glyphicon glyphicon-repeat"></span> |
| | | | 42 | </a> |
| | | | 43 | <a |
| | | | 44 | data-widgster="fullscreen" |
| | | | 45 | title="Fullscreen" |
| | | | 46 | href="#"> |
| | | | 47 | <i |
| | | | 48 | class="glyphicon glyphicon-fullscreen" |
| | | | 49 | style="font-size: 11px"></i> |
| | | | 50 | </a> |
| | | | 51 | </div> |
| | | | 52 | </header> |
| | | | 53 | <div class="body"> |
| | | | 54 | <div |
| | | | 55 | class="gradient_middle_border" |
| | | | 56 | style="width: 100%; height: 2px"></div> |
| | | | 57 | <blockquote |
| | | | 58 | class="font13" |
| | | | 59 | style="margin-top: 5px"> |
| | | | 60 | 선택한 제품(서비스)와 버전의 분석별 요구사항 현황 |
| | | | 61 | <div style="float: right"> |
| | | | 62 | <button |
| | | | 63 | class="btn btn-transparent btn-xs" |
| | | | 64 | style="margin-top: -3px; color: #acacac; background: rgba(51, 51, 51, 0.2); padding: 1px 9px" |
| | | | 65 | onclick="window.open('docs/guide.html#requirement_regist_inquiry')"> |
| | | | 66 | Help |
| | | | 67 | <i |
| | | | 68 | class="fa fa-question" |
| | | | 69 | style="font-size: 14px; vertical-align: middle; color: #acacac"></i> |
| | | | 70 | </button> |
| | | | 71 | </div> |
| | | | 72 | </blockquote> |
| | | | 73 | <div class="row"> |
| | | | 74 | <div class="col-md-3"> |
| | | | 75 | <section |
| | | | 76 | class="widget dashboard-top-section top-menu-div" |
| | | | 77 | style="border: dashed; border-width: thin; border-color: lightsteelblue"> |
| | | | 78 | <header style="margin-bottom: 20px"> |
| | | | 79 | <h4> |
| | | | 80 | <span |
| | | | 81 | class="font13" |
| | | | 82 | style="font-weight: bold"> |
| | | | 83 | <i class="fa fa-asterisk"></i> |
| | | | 84 | 제품(서비스) - 버전 선택 |
| | | | 85 | </span> |
| | | | 86 | </h4> |
| | | | 87 | <div |
| | | | 88 | class="gradient_middle_border" |
| | | | 89 | style="width: 100%; margin-top: 8px"></div> |
| | | | 90 | </header> |
| | | | 91 | <div class="body"> |
| | | | 92 | <div class="column"> |
| | | | 93 | <blockquote class="font13"> |
| | | | 94 | 1. Product |
| | | | 95 | <sup>service</sup> |
| | | | 96 | 를 선택해 주세요 |
| | | | 97 | </blockquote> |
| | | | 98 | <div |
| | | | 99 | class="control-group" |
| | | | 100 | style="padding-top: 10px; padding-bottom: 10px; border: 0"> |
| | | | 101 | <div |
| | | | 102 | class="controls form-group select-box" |
| | | | 103 | style="margin-bottom: 5px !important"> |
| | | | 104 | <select |
| | | | 105 | id="selected_pdService" |
| | | | 106 | required="required" |
| | | | 107 | data-placeholder="Select Product(Service)" |
| | | | 108 | class="select-block-level chzn-select darkBack" |
| | | | 109 | tabindex="-1" |
| | | | 110 | name="selected_pdService" |
| | | | 111 | style="width: 100% !important"> |
| | | | 112 | <option value=""></option> |
| | | | 113 | </select> |
| | | | 114 | </div> |
| | | | 115 | </div> |
| | | | 116 | <blockquote class="font13"> |
| | | | 117 | 2. Product |
| | | | 118 | <sup>service</sup> |
| | | | 119 | 의 버전을 선택해 주세요 |
| | | | 120 | </blockquote> |
| | | | 121 | <div |
| | | | 122 | class="control-group" |
| | | | 123 | style="padding-bottom: 10px; border: 0"> |
| | | | 124 | <div |
| | | | 125 | class="controls form-group select-box" |
| | | | 126 | style="margin-bottom: 5px !important"> |
| | | | 127 | <select |
| | | | 128 | multiple="multiple" |
| | | | 129 | id="multiversion" |
| | | | 130 | class="multiple-select btn-block darkBack" |
| | | | 131 | placeholder=" Select Version"></select> |
| | | | 132 | </div> |
| | | | 133 | </div> |
| | | | 134 | </div> |
| | | | 135 | </div> |
| | | | 136 | </section> |
| | | | 137 | </div> |
| | | | 138 | <div class="col-md-3"> |
| | | | 139 | <section |
| | | | 140 | class="widget large top-menu-div" |
| | | | 141 | style="margin-bottom: 15px; height: 290px"> |
| | | | 142 | <header> |
| | | | 143 | <h4> |
| | | | 144 | <span |
| | | | 145 | class="font13" |
| | | | 146 | style="font-weight: bold"> |
| | | | 147 | <i class="fa fa-pencil-square-o"></i> |
| | | | 148 | 종합 진행 현황 |
| | | | 149 | </span> |
| | | | 150 | </h4> |
| | | | 151 | </header> |
| | | | 152 | <div class="body"> |
| | | | 153 | <div |
| | | | 154 | class="gradient_middle_border" |
| | | | 155 | style="width: 100%; height: 2px; margin-top: 5px"></div> |
| | | | 156 | <div |
| | | | 157 | class="body" |
| | | | 158 | id="radarPart"></div> |
| | | | 159 | </div> |
| | | | 160 | </section> |
| | | | 161 | </div> |
| | | | 162 | <div class="col-md-2"> |
| | | | 163 | <section |
| | | | 164 | class="widget dashboard-top-section top-menu-div-scope" |
| | | | 165 | style="overflow: auto; margin-bottom: 15px"> |
| | | | 166 | <header style="margin-bottom: 15px"> |
| | | | 167 | <h4> |
| | | | 168 | <span |
| | | | 169 | class="font13" |
| | | | 170 | style="font-weight: bold"> |
| | | | 171 | <i class="fa fa-pencil-square"></i> |
| | | | 172 | 범위(Scope) 현황 |
| | | | 173 | </span> |
| | | | 174 | </h4> |
| | | | 175 | </header> |
| | | | 176 | <div class="body"> |
| | | | 177 | <div |
| | | | 178 | class="gradient_middle_border" |
| | | | 179 | style="width: 100%; margin-top: 8px"></div> |
| | | | 180 | <div class="body"> |
| | | | 181 | <ul class="overall-stats" |
| | | | 182 | style="background-color: rgba(51, 51, 51, .425); padding: 5px 10px;"> |
| | | | 183 | <li style="margin: 12px 10px;"> |
| | | | 184 | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | | 185 | <i class="fa fa-inbox"></i> |
| | | | 186 | </div> |
| | | | 187 | <span class="key">총 요구사항</span> |
| | | | 188 | <div class="value pull-right"> |
| | | | 189 | <span id="req_count" class="badge badge-info"> - </span> |
| | | | 190 | </div> |
| | | | 191 | </li> |
| | | | 192 | <li style="margin: 12px 10px;"> |
| | | | 193 | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | | 194 | <i class="fa fa-folder-o"></i> |
| | | | 195 | </div> |
| | | | 196 | <span class="key">열림</span> |
| | | | 197 | <div class="value pull-right"> |
| | | | 198 | <span id="req_open" class="badge"> - </span> |
| | | | 199 | </div> |
| | | | 200 | </li> |
| | | | 201 | <li style="margin: 12px 10px;"> |
| | | | 202 | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | | 203 | <i class="fa fa-fire"></i> |
| | | | 204 | </div> |
| | | | 205 | <span class="key">진행중</span> |
| | | | 206 | <div class="value pull-right"> |
| | | | 207 | <span id="req_in_progress" class="badge"> - </span> |
| | | | 208 | </div> |
| | | | 209 | </li> |
| | | | 210 | <li style="margin: 12px 10px;"> |
| | | | 211 | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | | 212 | <i class="fa fa-fire-extinguisher"></i> |
| | | | 213 | </div> |
| | | | 214 | <span class="key">해결됨</span> |
| | | | 215 | <div class="value pull-right"> |
| | | | 216 | <span id="req_resolved" class="badge"> - </span> |
| | | | 217 | </div> |
| | | | 218 | </li> |
| | | | 219 | <li style="margin: 12px 10px;"> |
| | | | 220 | <div class="icon pull-left" style="margin: 0 10px;"> |
| | | | 221 | <i class="fa fa-folder"></i> |
| | | | 222 | </div> |
| | | | 223 | <span class="key">닫힘</span> |
| | | | 224 | <div class="value pull-right"> |
| | | | 225 | <span id="req_closed" class="badge"> - </span> |
| | | | 226 | </div> |
| | | | 227 | </li> |
| | | | 228 | </ul> |
| | | | 229 | </div> |
| | | | 230 | <div |
| | | | 231 | class="box" |
| | | | 232 | style="display: flex; justify-content: space-evenly; margin: 10px 0"> |
| | | | 233 | <div |
| | | | 234 | class="controls form-group col-md-6" |
| | | | 235 | style="margin-bottom: 5px !important; padding: 10px 0 !important; text-align: center"> |
| | | | 236 | <span> |
| | | | 237 | 생성된 요구사항 이슈 |
| | | | 238 | <br /> |
| | | | 239 | <small>(미할당)</small> |
| | | | 240 | <br /> |
| | | | 241 | <a |
| | | | 242 | id="total_req_issue_count" |
| | | | 243 | style="font-weight: bold"> |
| | | | 244 | - |
| | | | 245 | </a> |
| | | | 246 | 개 ( |
| | | | 247 | <span id="no_assigned_req_issue_count">-</span> |
| | | | 248 | ) |
| | | | 249 | </span> |
| | | | 250 | <br /> |
| | | | 251 | </div> |
| | | | 252 | <div |
| | | | 253 | class="controls form-group col-md-6" |
| | | | 254 | style="margin-bottom: 5px !important; padding: 10px 0 !important; text-align: center"> |
| | | | 255 | <span> |
| | | | 256 | 생성한 연결이슈 |
| | | | 257 | <br /> |
| | | | 258 | <small>(미할당)</small> |
| | | | 259 | <br /> |
| | | | 260 | <a |
| | | | 261 | id="total_linkedIssue_subtask_count" |
| | | | 262 | style="font-weight: bold"> |
| | | | 263 | - |
| | | | 264 | </a> |
| | | | 265 | 개 ( |
| | | | 266 | <span id="no_assigned_linkedIssue_subtask_count">-</span> |
| | | | 267 | ) |
| | | | 268 | </span> |
| | | | 269 | <br /> |
| | | | 270 | </div> |
| | | | 271 | </div> |
| | | | 272 | </div> |
| | | | 273 | </section> |
| | | | 274 | </div> |
| | | | 275 | <div class="col-md-2"> |
| | | | 276 | <section class="widget dashboard-top-section top-menu-div"> |
| | | | 277 | <header style="margin-bottom: 15px"> |
| | | | 278 | <h4> |
| | | | 279 | <span |
| | | | 280 | class="font13" |
| | | | 281 | style="font-weight: bold"> |
| | | | 282 | <i class="fa fa-clock-o"></i> |
| | | | 283 | 일정(Time) 현황 |
| | | | 284 | </span> |
| | | | 285 | </h4> |
| | | | 286 | </header> |
| | | | 287 | <div class="body"> |
| | | | 288 | <div |
| | | | 289 | class="gradient_middle_border" |
| | | | 290 | style="width: 100%; height: 2px; margin-top: 5px"></div> |
| | | | 291 | <div |
| | | | 292 | class="box" |
| | | | 293 | style="display: flex; justify-content: space-evenly; margin: 10px 0"> |
| | | | 294 | <div> |
| | | | 295 | <span> |
| | | | 296 | 전체 일정 |
| | | | 297 | <br /> |
| | | | 298 | <a |
| | | | 299 | id="start_date_summary" |
| | | | 300 | style="font-weight: bold"> |
| | | | 301 | - |
| | | | 302 | </a> |
| | | | 303 | ~ |
| | | | 304 | <a |
| | | | 305 | id="end_date_summary" |
| | | | 306 | style="font-weight: bold"> |
| | | | 307 | - |
| | | | 308 | </a> |
| | | | 309 | </span> |
| | | | 310 | <br /> |
| | | | 311 | </div> |
| | | | 312 | </div> |
| | | | 313 | <div |
| | | | 314 | class="box" |
| | | | 315 | style="display: flex; justify-content: space-evenly; margin: 10px 0"> |
| | | | 316 | <div> |
| | | | 317 | <div |
| | | | 318 | id="remaining_days" |
| | | | 319 | style=" |
| | | | 320 | color: #a4c6ff; |
| | | | 321 | margin-top: 5px; |
| | | | 322 | font-size: 18px; |
| | | | 323 | line-height: 20px; |
| | | | 324 | height: 20px; |
| | | | 325 | font-weight: 700; |
| | | | 326 | "> |
| | | | 327 | - |
| | | | 328 | </div> |
| | | | 329 | <div class="description">【 일정 】</div> |
| | | | 330 | </div> |
| | | | 331 | <div style="margin-top: 5px; font-size: 18px; line-height: 20px; height: 20px">|</div> |
| | | | 332 | <div> |
| | | | 333 | <div |
| | | | 334 | id="progressDateRate" |
| | | | 335 | style="margin-top: 5px; font-size: 18px; line-height: 20px; height: 20px; font-weight: 700"> |
| | | | 336 | - |
| | | | 337 | </div> |
| | | | 338 | <div class="description">【 경과 】</div> |
| | | | 339 | </div> |
| | | | 340 | </div> |
| | | | 341 | <div class="column"> |
| | | | 342 | <div |
| | | | 343 | class="control-group" |
| | | | 344 | style="padding-bottom: 10px; border: 0"> |
| | | | 345 | <div |
| | | | 346 | class="controls form-group darkBack col-md-12" |
| | | | 347 | style="margin-bottom: 10px !important; padding: 10px 0 !important; text-align: center"> |
| | | | 348 | <li style="list-style: none;"> |
| | | | 349 | <div style="display: flex; justify-content: space-between"> |
| | | | 350 | <span style="margin-left: 10px;"> |
| | | | 351 | 요구사항 진척도 |
| | | | 352 | </span> |
| | | | 353 | <span style="margin-right: 10px;"> |
| | | 355 | 354 | |
| | | 356 | | |
| | | 357 | | |
| | | 358 | | |
| | | 359 | | |
| | | 360 | | <a id="req_completed" style="font-weight: bold">-</a> |
| | | 361 | | <a id="req_total2" style="font-weight: bold">-</a> |
| | | 362 | | </span> |
| | | 363 | | </div> |
| | | 364 | | </li> |
| | | 365 | | <li style="list-style: none;"> |
| | | 366 | | <div class="progress progress-small progress-striped" style="margin: 5px 10px; height:18px; line-height: 13px"> |
| | | 367 | | <div id="req_progress_bar" class="progress-bar progress-bar-warning"></div> |
| | | 368 | | </div> |
| | | 369 | | </li> |
| | | 370 | | </div> |
| | | 371 | | </div> |
| | | 372 | | </div> |
| | | 373 | | <div |
| | | 374 | | class="box" |
| | | 375 | | style="display: flex; justify-content: space-evenly; margin: 10px 0"> |
| | | 376 | | <div> |
| | | 377 | | <span> |
| | | 378 | | 작업 종료 예상일 |
| | | 379 | | <br /> |
| | | 380 | | <a |
| | | 381 | | id="expected_end_date" |
| | | 382 | | style="font-weight: bold"> |
| | | 383 | | - |
| | | 384 | | </a> |
| | | 385 | | </span> |
| | | 386 | | <br /> |
| | | 387 | | </div> |
| | | 388 | | </div> |
| | | 389 | | </div> |
| | | 390 | | </section> |
| | | 391 | | </div> |
| | | 392 | | <div class="col-md-2"> |
| | | 393 | | <section |
| | | 394 | | class="widget dashboard-top-section top-menu-div" |
| | | 395 | | style="overflow: auto"> |
| | | 396 | | <header style="margin-bottom: 15px"> |
| | | 397 | | <h4> |
| | | 398 | | <span |
| | | 399 | | class="font13" |
| | | 400 | | style="font-weight: bold"> |
| | | 401 | | <i class="fa fa-briefcase"></i> |
| | | 402 | | 자원(Resource) 현황 |
| | | 403 | | </span> |
| | | 404 | | </h4> |
| | | 405 | | </header> |
| | | 406 | | <div class="body"> |
| | | 407 | | <div |
| | | 408 | | class="gradient_middle_border" |
| | | 409 | | style="width: 100%; margin-top: 8px"></div> |
| | | 410 | | <div |
| | | 411 | | class="box" |
| | | 412 | | style="margin: 10px 0"> |
| | | 413 | | <div |
| | | 414 | | id="resource" |
| | | 415 | | style=" |
| | | 416 | | color: #a4c6ff; |
| | | 417 | | margin-top: 5px; |
| | | 418 | | font-size: 18px; |
| | | 419 | | line-height: 20px; |
| | | 420 | | height: 20px; |
| | | 421 | | font-weight: 700; |
| | | 422 | | "> |
| | | 423 | | - |
| | | 424 | | </div> |
| | | 425 | | <div class="description"> |
| | | 426 | | <i class="fa fa-users"></i> |
| | | 427 | | 투입 작업자 수 |
| | | 428 | | </div> |
| | | 429 | | </div> |
| | | 430 | | <div class="column"> |
| | | 431 | | <div |
| | | 432 | | class="control-group" |
| | | 433 | | style="padding-bottom: 10px; border: 0"> |
| | | 434 | | <div |
| | | 435 | | class="controls form-group darkBack col-md-12" |
| | | 436 | | style="margin-bottom: 10px !important; padding: 10px 0; !important; text-align: center"> |
| | | 437 | | <span> 1인당 요구사항 이슈 수 <br/>(최대 / 평균 / 최소) </span> |
| | | 438 | | <br /> |
| | | 439 | | <span> |
| | | 440 | | <a id="req_max" style="font-weight: bold"> - </a> |
| | | 441 | | </span> |
| | | 442 | | / |
| | | 443 | | <span> |
| | | 444 | | <a id="req_avg" style="font-weight: bold"> - </a> |
| | | 445 | | </span> |
| | | 446 | | / |
| | | 447 | | <span> |
| | | 448 | | <a id="req_min" style="font-weight: bold"> - </a> |
| | | 449 | | </span> |
| | | 450 | | </div> |
| | | 451 | | <div |
| | | 452 | | class="controls form-group darkBack col-md-12" |
| | | 453 | | style="margin-bottom: 10px !important; padding: 10px 0; !important; text-align: center"> |
| | | 454 | | <span> 1인당 생성한 연결이슈 수 <br/>(최대 / 평균 / 최소)</span> |
| | | 455 | | <br /> |
| | | 456 | | <span> |
| | | 457 | | <a id="sub_max" style="font-weight: bold"> - </a> |
| | | 458 | | </span> |
| | | 459 | | / |
| | | 460 | | <span> |
| | | 461 | | <a id="sub_avg" style="font-weight: bold"> - </a> |
| | | 462 | | </span> |
| | | 463 | | / |
| | | 464 | | <span> |
| | | 465 | | <a id="sub_min" style="font-weight: bold"> - </a> |
| | | 466 | | </span> |
| | | 467 | | </div> |
| | | 468 | | |
| | | 469 | | |
| | | 470 | | |
| | | 471 | | |
| | | 472 | | |
| | | 473 | | |
| | | 474 | | |
| | | 475 | | |
| | | 476 | | |
| | | 477 | | |
| | | 478 | | |
| | | 479 | | |
| | | 480 | | |
| | | 481 | | |
| | | 482 | | </div> |
| | | 483 | | </div> |
| | | 484 | | </div> |
| | | 485 | | </section> |
| | | 486 | | </div> |
| | | 487 | | </div> |
| | | 488 | | </div> |
| | | 489 | | </section> |
| | | 490 | | </div> |
| | | | 355 | |
| | | | 356 | |
| | | | 357 | |
| | | | 358 | |
| | | | 359 | <a id="req_completed" style="font-weight: bold">-</a> |
| | | | 360 | <a id="req_total2" style="font-weight: bold">-</a> |
| | | | 361 | </span> |
| | | | 362 | </div> |
| | | | 363 | </li> |
| | | | 364 | <li style="list-style: none;"> |
| | | | 365 | <div class="progress progress-small progress-striped" style="margin: 5px 10px; height:18px; line-height: 13px"> |
| | | | 366 | <div id="req_progress_bar" class="progress-bar progress-bar-warning"></div> |
| | | | 367 | </div> |
| | | | 368 | </li> |
| | | | 369 | </div> |
| | | | 370 | </div> |
| | | | 371 | </div> |
| | | | 372 | <div |
| | | | 373 | class="box" |
| | | | 374 | style="display: flex; justify-content: space-evenly; margin: 10px 0"> |
| | | | 375 | <div> |
| | | | 376 | <span> |
| | | | 377 | 작업 종료 예상일 |
| | | | 378 | <br /> |
| | | | 379 | <a |
| | | | 380 | id="expected_end_date" |
| | | | 381 | style="font-weight: bold"> |
| | | | 382 | - |
| | | | 383 | </a> |
| | | | 384 | </span> |
| | | | 385 | <br /> |
| | | | 386 | </div> |
| | | | 387 | </div> |
| | | | 388 | </div> |
| | | | 389 | </section> |
| | | | 390 | </div> |
| | | | 391 | <div class="col-md-2"> |
| | | | 392 | <section |
| | | | 393 | class="widget dashboard-top-section top-menu-div" |
| | | | 394 | style="overflow: auto"> |
| | | | 395 | <header style="margin-bottom: 15px"> |
| | | | 396 | <h4> |
| | | | 397 | <span |
| | | | 398 | class="font13" |
| | | | 399 | style="font-weight: bold"> |
| | | | 400 | <i class="fa fa-briefcase"></i> |
| | | | 401 | 자원(Resource) 현황 |
| | | | 402 | </span> |
| | | | 403 | </h4> |
| | | | 404 | </header> |
| | | | 405 | <div class="body"> |
| | | | 406 | <div |
| | | | 407 | class="gradient_middle_border" |
| | | | 408 | style="width: 100%; margin-top: 8px"></div> |
| | | | 409 | <div |
| | | | 410 | class="box" |
| | | | 411 | style="margin: 10px 0"> |
| | | | 412 | <div |
| | | | 413 | id="resource" |
| | | | 414 | style=" |
| | | | 415 | color: #a4c6ff; |
| | | | 416 | margin-top: 5px; |
| | | | 417 | font-size: 18px; |
| | | | 418 | line-height: 20px; |
| | | | 419 | height: 20px; |
| | | | 420 | font-weight: 700; |
| | | | 421 | "> |
| | | | 422 | - |
| | | | 423 | </div> |
| | | | 424 | <div class="description"> |
| | | | 425 | <i class="fa fa-users"></i> |
| | | | 426 | 투입 작업자 수 |
| | | | 427 | </div> |
| | | | 428 | </div> |
| | | | 429 | <div class="column"> |
| | | | 430 | <div |
| | | | 431 | class="control-group" |
| | | | 432 | style="padding-bottom: 10px; border: 0"> |
| | | | 433 | <div |
| | | | 434 | class="controls form-group darkBack col-md-12" |
| | | | 435 | style="margin-bottom: 10px !important; padding: 10px 0; !important; text-align: center"> |
| | | | 436 | <span> 1인당 요구사항 이슈 수 <br/>(최대 / 평균 / 최소) </span> |
| | | | 437 | <br /> |
| | | | 438 | <span> |
| | | | 439 | <a id="req_max" style="font-weight: bold"> - </a> |
| | | | 440 | </span> |
| | | | 441 | / |
| | | | 442 | <span> |
| | | | 443 | <a id="req_avg" style="font-weight: bold"> - </a> |
| | | | 444 | </span> |
| | | | 445 | / |
| | | | 446 | <span> |
| | | | 447 | <a id="req_min" style="font-weight: bold"> - </a> |
| | | | 448 | </span> |
| | | | 449 | </div> |
| | | | 450 | <div |
| | | | 451 | class="controls form-group darkBack col-md-12" |
| | | | 452 | style="margin-bottom: 10px !important; padding: 10px 0; !important; text-align: center"> |
| | | | 453 | <span> 1인당 생성한 연결이슈 수 <br/>(최대 / 평균 / 최소)</span> |
| | | | 454 | <br /> |
| | | | 455 | <span> |
| | | | 456 | <a id="sub_max" style="font-weight: bold"> - </a> |
| | | | 457 | </span> |
| | | | 458 | / |
| | | | 459 | <span> |
| | | | 460 | <a id="sub_avg" style="font-weight: bold"> - </a> |
| | | | 461 | </span> |
| | | | 462 | / |
| | | | 463 | <span> |
| | | | 464 | <a id="sub_min" style="font-weight: bold"> - </a> |
| | | | 465 | </span> |
| | | | 466 | </div> |
| | | | 467 | |
| | | | 468 | |
| | | | 469 | |
| | | | 470 | |
| | | | 471 | |
| | | | 472 | |
| | | | 473 | |
| | | | 474 | |
| | | | 475 | |
| | | | 476 | |
| | | | 477 | |
| | | | 478 | |
| | | | 479 | |
| | | | 480 | |
| | | | 481 | </div> |
| | | | 482 | </div> |
| | | | 483 | </div> |
| | | | 484 | </section> |
| | | | 485 | </div> |
| | | | 486 | </div> |
| | | | 487 | </div> |
| | | | 488 | </section> |
| | | | 489 | </div> |
| | | 491 | 490 | |
| | | 492 | | <div class="col-lg-12 col-layer"> |
| | | 493 | | <section class="widget"> |
| | | 494 | | <header> |
| | | 495 | | <h4> |
| | | 496 | | <span |
| | | 497 | | class="font13" |
| | | 498 | | style="font-weight: bold"> |
| | | 499 | | <i class="fa fa-edit"></i> |
| | | 500 | | 프로젝트 진척율 |
| | | 501 | | </span> |
| | | 502 | | </h4> |
| | | 503 | | <div class="widget-controls"> |
| | | 504 | | <a |
| | | 505 | | data-widgster="toleft" |
| | | 506 | | title="change width to left" |
| | | 507 | | href="#"> |
| | | 508 | | <i class="glyphicon glyphicon-chevron-left"></i> |
| | | 509 | | </a> |
| | | 510 | | <a |
| | | 511 | | data-widgster="expand" |
| | | 512 | | title="Expand" |
| | | 513 | | href="#"> |
| | | 514 | | <i class="glyphicon glyphicon-chevron-up"></i> |
| | | 515 | | </a> |
| | | 516 | | <a |
| | | 517 | | data-widgster="collapse" |
| | | 518 | | title="Collapse" |
| | | 519 | | href="#"> |
| | | 520 | | <i class="glyphicon glyphicon-chevron-down"></i> |
| | | 521 | | </a> |
| | | 522 | | <a |
| | | 523 | | data-widgster="toright" |
| | | 524 | | title="change width to right" |
| | | 525 | | href="#"> |
| | | 526 | | <i class="glyphicon glyphicon-chevron-right"></i> |
| | | 527 | | </a> |
| | | 528 | | <a |
| | | 529 | | data-widgster="restore" |
| | | 530 | | title="Restore" |
| | | 531 | | href="#"> |
| | | 532 | | <span class="glyphicon glyphicon-repeat"></span> |
| | | 533 | | </a> |
| | | 534 | | <a |
| | | 535 | | data-widgster="fullscreen" |
| | | 536 | | title="Fullscreen" |
| | | 537 | | href="#"> |
| | | 538 | | <i |
| | | 539 | | class="glyphicon glyphicon-fullscreen" |
| | | 540 | | style="font-size: 11px"></i> |
| | | 541 | | </a> |
| | | 542 | | </div> |
| | | 543 | | </header> |
| | | 544 | | <div class="body"> |
| | | 545 | | <div |
| | | 546 | | class="gradient_middle_border" |
| | | 547 | | style="width: 100%; height: 2px"></div> |
| | | 548 | | <blockquote |
| | | 549 | | class="font13" |
| | | 550 | | style="margin-top: 5px"> |
| | | 551 | | <div style="float: right"> |
| | | 552 | | <button |
| | | 553 | | class="btn btn-transparent btn-xs" |
| | | 554 | | style="margin-top: -3px; color: #acacac; background: rgba(51, 51, 51, 0.2); padding: 1px 9px" |
| | | 555 | | onclick="window.open('docs/guide.html#jira_edit_delete')"> |
| | | 556 | | Help |
| | | 557 | | <i |
| | | 558 | | class="fa fa-question" |
| | | 559 | | style="font-size: 14px; vertical-align: middle; color: #acacac"></i> |
| | | 560 | | </button> |
| | | 561 | | </div> |
| | | 562 | | 2. 일정변경 관리하지 않을 때 |
| | | 563 | | <p class="font12" style="margin-bottom: 0px!important;"> |
| | | 564 | | <i class="fa fa-info-circle"></i> |
| | | 565 | | 프로젝트 작업량과 진척율을 보여줍니다. |
| | | 566 | | <strong>"스케쥴 업데이트"</strong> |
| | | 567 | | 버튼 클릭 시 아래 항목이 자동 계산됩니다. |
| | | 568 | | </p> |
| | | 569 | | <p class="font10"> |
| | | 570 | | <i class="fa fa-warning"></i> |
| | | 571 | | 시작일과 완료일이 선택되지 않은 데이터는 진행율 계산에서 제외됩니다. |
| | | 572 | | </p> |
| | | 573 | | </blockquote> |
| | | 574 | | <div |
| | | 575 | | class="flex" |
| | | 576 | | style="flex-direction: row-reverse"> |
| | | 577 | | <button |
| | | 578 | | type="button" |
| | | 579 | | id="shcedule_update" |
| | | 580 | | onclick="scheduleUpdate()" |
| | | 581 | | class="btn btn-success btn-sm mr-1"> |
| | | 582 | | 스케쥴 업데이트 |
| | | 583 | | </button> |
| | | 584 | | </div> |
| | | 585 | | <div class="row"> |
| | | 586 | | <div class="col-md-12"> |
| | | 587 | | <div class="body tab-content"> |
| | | 588 | | <div class="project-progress"> |
| | | 589 | | <div class="progress-group"> |
| | | 590 | | <label for="total_work">프로젝트 전체 작업량 :</label> |
| | | 591 | | <div class="progress-desc"> |
| | | 592 | | <span class="icon input-group-addon"> |
| | | 593 | | <i class="glyphicon glyphicon-calendar"></i> |
| | | 594 | | </span> |
| | | 595 | | <span class="progress-input font11"> |
| | | 596 | | <input |
| | | 597 | | type="text" |
| | | 598 | | id="total_work" |
| | | 599 | | name="total_work" |
| | | 600 | | class="form-control parsley-validated font13 darkBack" |
| | | 601 | | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | 602 | | placeholder="0000.00" |
| | | 603 | | required="required" |
| | | 604 | | readonly="" /> |
| | | 605 | | Man/Day |
| | | 606 | | </span> |
| | | 607 | | <span class="input-group-addon input-desc"> |
| | | 608 | | <i class="fa fa-question-circle"></i> |
| | | 609 | | <span class="font11">프로젝트 전체의 작업량을 Man/Day로 표시한다. 가중치를 적용한 값이다.</span> |
| | | 610 | | </span> |
| | | 611 | | </div> |
| | | 612 | | </div> |
| | | 613 | | <div class="progress-group"> |
| | | 614 | | <label for="planed_work">현재일까지 계획된 작업량 :</label> |
| | | 615 | | <div class="progress-desc"> |
| | | 616 | | <span class="icon input-group-addon"> |
| | | 617 | | <i class="glyphicon glyphicon-calendar"></i> |
| | | 618 | | </span> |
| | | 619 | | <span class="progress-input font11"> |
| | | 620 | | <input |
| | | 621 | | type="text" |
| | | 622 | | id="planed_work" |
| | | 623 | | name="planed_work" |
| | | 624 | | class="form-control parsley-validated font13 darkBack" |
| | | 625 | | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | 626 | | placeholder="0000.00" |
| | | 627 | | required="required" |
| | | 628 | | readonly="" /> |
| | | 629 | | Man/Day |
| | | 630 | | </span> |
| | | 631 | | <span class="input-group-addon input-desc"> |
| | | 632 | | <i class="fa fa-question-circle"></i> |
| | | 633 | | <span class="font11"> |
| | | 634 | | 해당작업의 시작일부터 현재일까지의 작업기간을 의미함(현재 날짜까지 진행되었어야 할 기간) |
| | | 635 | | </span> |
| | | 636 | | </span> |
| | | 637 | | </div> |
| | | 638 | | </div> |
| | | 639 | | <div class="progress-group"> |
| | | 640 | | <label for="performance_capability">실적기성 :</label> |
| | | 641 | | <div class="progress-desc"> |
| | | 642 | | <span class="icon input-group-addon"> |
| | | 643 | | <i class="glyphicon glyphicon-list-alt"></i> |
| | | 644 | | </span> |
| | | 645 | | <span class="progress-input font11"> |
| | | 646 | | <input |
| | | 647 | | type="text" |
| | | 648 | | id="performance_capability" |
| | | 649 | | name="performance_capability" |
| | | 650 | | class="form-control parsley-validated font13 darkBack" |
| | | 651 | | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | 652 | | placeholder="0000.00" |
| | | 653 | | required="required" |
| | | 654 | | readonly="" /> |
| | | 655 | | Man/Day |
| | | 656 | | </span> |
| | | 657 | | <span class="input-group-addon input-desc"> |
| | | 658 | | <i class="fa fa-question-circle"></i> |
| | | 659 | | <span class="font11">실적기성(총기간 x 총실적진행율)</span> |
| | | 660 | | </span> |
| | | 661 | | </div> |
| | | 662 | | </div> |
| | | | 491 | <div class="col-lg-12 col-layer"> |
| | | | 492 | <section class="widget"> |
| | | | 493 | <header> |
| | | | 494 | <h4> |
| | | | 495 | <span |
| | | | 496 | class="font13" |
| | | | 497 | style="font-weight: bold"> |
| | | | 498 | <i class="fa fa-edit"></i> |
| | | | 499 | 프로젝트 진척율 |
| | | | 500 | </span> |
| | | | 501 | </h4> |
| | | | 502 | <div class="widget-controls"> |
| | | | 503 | <a |
| | | | 504 | data-widgster="toleft" |
| | | | 505 | title="change width to left" |
| | | | 506 | href="#"> |
| | | | 507 | <i class="glyphicon glyphicon-chevron-left"></i> |
| | | | 508 | </a> |
| | | | 509 | <a |
| | | | 510 | data-widgster="expand" |
| | | | 511 | title="Expand" |
| | | | 512 | href="#"> |
| | | | 513 | <i class="glyphicon glyphicon-chevron-up"></i> |
| | | | 514 | </a> |
| | | | 515 | <a |
| | | | 516 | data-widgster="collapse" |
| | | | 517 | title="Collapse" |
| | | | 518 | href="#"> |
| | | | 519 | <i class="glyphicon glyphicon-chevron-down"></i> |
| | | | 520 | </a> |
| | | | 521 | <a |
| | | | 522 | data-widgster="toright" |
| | | | 523 | title="change width to right" |
| | | | 524 | href="#"> |
| | | | 525 | <i class="glyphicon glyphicon-chevron-right"></i> |
| | | | 526 | </a> |
| | | | 527 | <a |
| | | | 528 | data-widgster="restore" |
| | | | 529 | title="Restore" |
| | | | 530 | href="#"> |
| | | | 531 | <span class="glyphicon glyphicon-repeat"></span> |
| | | | 532 | </a> |
| | | | 533 | <a |
| | | | 534 | data-widgster="fullscreen" |
| | | | 535 | title="Fullscreen" |
| | | | 536 | href="#"> |
| | | | 537 | <i |
| | | | 538 | class="glyphicon glyphicon-fullscreen" |
| | | | 539 | style="font-size: 11px"></i> |
| | | | 540 | </a> |
| | | | 541 | </div> |
| | | | 542 | </header> |
| | | | 543 | <div class="body"> |
| | | | 544 | <div |
| | | | 545 | class="gradient_middle_border" |
| | | | 546 | style="width: 100%; height: 2px"></div> |
| | | | 547 | <blockquote |
| | | | 548 | class="font13" |
| | | | 549 | style="margin-top: 5px"> |
| | | | 550 | <div style="float: right"> |
| | | | 551 | <button |
| | | | 552 | class="btn btn-transparent btn-xs" |
| | | | 553 | style="margin-top: -3px; color: #acacac; background: rgba(51, 51, 51, 0.2); padding: 1px 9px" |
| | | | 554 | onclick="window.open('docs/guide.html#jira_edit_delete')"> |
| | | | 555 | Help |
| | | | 556 | <i |
| | | | 557 | class="fa fa-question" |
| | | | 558 | style="font-size: 14px; vertical-align: middle; color: #acacac"></i> |
| | | | 559 | </button> |
| | | | 560 | </div> |
| | | | 561 | 2. 일정변경 관리하지 않을 때 |
| | | | 562 | <p class="font12" style="margin-bottom: 0px!important;"> |
| | | | 563 | <i class="fa fa-info-circle"></i> |
| | | | 564 | 프로젝트 작업량과 진척율을 보여줍니다. |
| | | | 565 | <strong>"스케쥴 업데이트"</strong> |
| | | | 566 | 버튼 클릭 시 아래 항목이 자동 계산됩니다. |
| | | | 567 | </p> |
| | | | 568 | <p class="font10"> |
| | | | 569 | <i class="fa fa-warning"></i> |
| | | | 570 | 시작일과 완료일이 선택되지 않은 데이터는 진행율 계산에서 제외됩니다. |
| | | | 571 | </p> |
| | | | 572 | </blockquote> |
| | | | 573 | <div |
| | | | 574 | class="flex" |
| | | | 575 | style="flex-direction: row-reverse"> |
| | | | 576 | <button |
| | | | 577 | type="button" |
| | | | 578 | id="shcedule_update" |
| | | | 579 | onclick="scheduleUpdate()" |
| | | | 580 | class="btn btn-success btn-sm mr-1"> |
| | | | 581 | 스케쥴 업데이트 |
| | | | 582 | </button> |
| | | | 583 | </div> |
| | | | 584 | <div class="row"> |
| | | | 585 | <div class="col-md-12"> |
| | | | 586 | <div class="body tab-content"> |
| | | | 587 | <div class="project-progress"> |
| | | | 588 | <div class="progress-group"> |
| | | | 589 | <label for="total_work">프로젝트 전체 작업량 :</label> |
| | | | 590 | <div class="progress-desc"> |
| | | | 591 | <span class="icon input-group-addon"> |
| | | | 592 | <i class="glyphicon glyphicon-calendar"></i> |
| | | | 593 | </span> |
| | | | 594 | <span class="progress-input font11"> |
| | | | 595 | <input |
| | | | 596 | type="text" |
| | | | 597 | id="total_work" |
| | | | 598 | name="total_work" |
| | | | 599 | class="form-control parsley-validated font13 darkBack" |
| | | | 600 | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | | 601 | placeholder="0000.00" |
| | | | 602 | required="required" |
| | | | 603 | readonly="" /> |
| | | | 604 | Man/Day |
| | | | 605 | </span> |
| | | | 606 | <span class="input-group-addon input-desc"> |
| | | | 607 | <i class="fa fa-question-circle"></i> |
| | | | 608 | <span class="font11">프로젝트 전체의 작업량을 Man/Day로 표시한다. 가중치를 적용한 값이다.</span> |
| | | | 609 | </span> |
| | | | 610 | </div> |
| | | | 611 | </div> |
| | | | 612 | <div class="progress-group"> |
| | | | 613 | <label for="planed_work">현재일까지 계획된 작업량 :</label> |
| | | | 614 | <div class="progress-desc"> |
| | | | 615 | <span class="icon input-group-addon"> |
| | | | 616 | <i class="glyphicon glyphicon-calendar"></i> |
| | | | 617 | </span> |
| | | | 618 | <span class="progress-input font11"> |
| | | | 619 | <input |
| | | | 620 | type="text" |
| | | | 621 | id="planed_work" |
| | | | 622 | name="planed_work" |
| | | | 623 | class="form-control parsley-validated font13 darkBack" |
| | | | 624 | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | | 625 | placeholder="0000.00" |
| | | | 626 | required="required" |
| | | | 627 | readonly="" /> |
| | | | 628 | Man/Day |
| | | | 629 | </span> |
| | | | 630 | <span class="input-group-addon input-desc"> |
| | | | 631 | <i class="fa fa-question-circle"></i> |
| | | | 632 | <span class="font11"> |
| | | | 633 | 해당작업의 시작일부터 현재일까지의 작업기간을 의미함(현재 날짜까지 진행되었어야 할 기간) |
| | | | 634 | </span> |
| | | | 635 | </span> |
| | | | 636 | </div> |
| | | | 637 | </div> |
| | | | 638 | <div class="progress-group"> |
| | | | 639 | <label for="performance_capability">실적기성 :</label> |
| | | | 640 | <div class="progress-desc"> |
| | | | 641 | <span class="icon input-group-addon"> |
| | | | 642 | <i class="glyphicon glyphicon-list-alt"></i> |
| | | | 643 | </span> |
| | | | 644 | <span class="progress-input font11"> |
| | | | 645 | <input |
| | | | 646 | type="text" |
| | | | 647 | id="performance_capability" |
| | | | 648 | name="performance_capability" |
| | | | 649 | class="form-control parsley-validated font13 darkBack" |
| | | | 650 | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | | 651 | placeholder="0000.00" |
| | | | 652 | required="required" |
| | | | 653 | readonly="" /> |
| | | | 654 | Man/Day |
| | | | 655 | </span> |
| | | | 656 | <span class="input-group-addon input-desc"> |
| | | | 657 | <i class="fa fa-question-circle"></i> |
| | | | 658 | <span class="font11">실적기성(총기간 x 총실적진행율)</span> |
| | | | 659 | </span> |
| | | | 660 | </div> |
| | | | 661 | </div> |
| | | 663 | 662 | |
| | | 664 | | |
| | | 665 | | |
| | | 666 | | |
| | | 667 | | |
| | | 668 | | |
| | | 669 | | |
| | | 670 | | |
| | | 671 | | |
| | | 672 | | |
| | | 673 | | |
| | | 674 | | |
| | | 675 | | |
| | | 676 | | |
| | | 677 | | |
| | | 678 | | |
| | | 679 | | |
| | | 680 | | |
| | | 681 | | |
| | | 682 | | |
| | | 683 | | |
| | | 684 | | |
| | | 685 | | |
| | | 686 | | |
| | | 687 | | <div class="progress-group"> |
| | | 688 | | <label for="plan_progress_rate">계획 진척율(A) :</label> |
| | | 689 | | <div class="progress-desc"> |
| | | 690 | | <span class="icon input-group-addon"> |
| | | 691 | | <i class="glyphicon glyphicon-list-alt"></i> |
| | | 692 | | </span> |
| | | 693 | | <span class="progress-input font11"> |
| | | 694 | | <input |
| | | 695 | | type="text" |
| | | 696 | | id="plan_progress_rate" |
| | | 697 | | name="plan_progress_rate" |
| | | 698 | | class="form-control parsley-validated font13 darkBack" |
| | | 699 | | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | 700 | | placeholder="0000.00" |
| | | 701 | | required="required" |
| | | 702 | | readonly="" /> |
| | | 703 | | % |
| | | 704 | | </span> |
| | | 705 | | <span class="input-group-addon input-desc"> |
| | | 706 | | <i class="fa fa-question-circle"></i> |
| | | 707 | | <span class="font11"> |
| | | 708 | | 현재날짜까지 계획된 진척율, WBS의 "계획진척율"의 전체 합계 진척율을 표시함 |
| | | 709 | | </span> |
| | | 710 | | </span> |
| | | 711 | | </div> |
| | | 712 | | </div> |
| | | 713 | | <div class="progress-group"> |
| | | 714 | | <label for="performance_progress_rate">실적 진척율(B) :</label> |
| | | 715 | | <div class="progress-desc"> |
| | | 716 | | <span class="icon input-group-addon"> |
| | | 717 | | <i class="glyphicon glyphicon-list-alt"></i> |
| | | 718 | | </span> |
| | | 719 | | <span class="progress-input font11"> |
| | | 720 | | <input |
| | | 721 | | type="text" |
| | | 722 | | id="performance_progress_rate" |
| | | 723 | | name="performance_progress_rate" |
| | | 724 | | class="form-control parsley-validated font13 darkBack" |
| | | 725 | | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | 726 | | placeholder="0000.00" |
| | | 727 | | required="required" |
| | | 728 | | readonly="" /> |
| | | 729 | | % |
| | | 730 | | </span> |
| | | 731 | | <span class="input-group-addon input-desc"> |
| | | 732 | | <i class="fa fa-question-circle"></i> |
| | | 733 | | <span class="font11"> |
| | | 734 | | 현재날짜까지 실제로 진행된 진척율, WBS의 "실적진척율"의 전체 합계 진척율을 표시함 |
| | | 735 | | </span> |
| | | 736 | | </span> |
| | | 737 | | </div> |
| | | 738 | | </div> |
| | | 739 | | <div class="progress-group"> |
| | | 740 | | <label for="project_progress">차이(B-A) :</label> |
| | | 741 | | <div class="progress-desc"> |
| | | 742 | | <span class="icon input-group-addon"> |
| | | 743 | | <i class="glyphicon glyphicon-list-alt"></i> |
| | | 744 | | </span> |
| | | 745 | | <span class="progress-input font11"> |
| | | 746 | | <input |
| | | 747 | | type="text" |
| | | 748 | | id="project_progress" |
| | | 749 | | name="project_progress" |
| | | 750 | | class="form-control parsley-validated font13 darkBack" |
| | | 751 | | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | 752 | | placeholder="0000.00" |
| | | 753 | | required="required" |
| | | 754 | | readonly="" /> |
| | | 755 | | % |
| | | 756 | | </span> |
| | | 757 | | <span class="input-group-addon input-desc"> |
| | | 758 | | <i class="fa fa-question-circle"></i> |
| | | 759 | | <span class="font11">양수이면 계획보다 빨리 진행, 음수이면 지연</span> |
| | | 760 | | </span> |
| | | 761 | | </div> |
| | | 762 | | </div> |
| | | 763 | | </div> |
| | | 764 | | </div> |
| | | 765 | | </div> |
| | | 766 | | </div> |
| | | 767 | | </div> |
| | | 768 | | </section> |
| | | 769 | | </div> |
| | | 770 | | <div class="col-lg-12 col-layer"> |
| | | 771 | | <section class="widget"> |
| | | 772 | | <header> |
| | | 773 | | <h4> |
| | | 774 | | <span class="font13" |
| | | 775 | | style="font-weight: bold"> |
| | | 776 | | <i class="fa fa-edit"></i> |
| | | 777 | | Issue List |
| | | 778 | | </span> |
| | | 779 | | </h4> |
| | | 780 | | <div class="widget-controls"> |
| | | 781 | | <a |
| | | 782 | | data-widgster="toleft" |
| | | 783 | | title="change width to left" |
| | | 784 | | href="#"> |
| | | 785 | | <i class="glyphicon glyphicon-chevron-left"></i> |
| | | 786 | | </a> |
| | | 787 | | <a |
| | | 788 | | data-widgster="expand" |
| | | 789 | | title="Expand" |
| | | 790 | | href="#"> |
| | | 791 | | <i class="glyphicon glyphicon-chevron-up"></i> |
| | | 792 | | </a> |
| | | 793 | | <a |
| | | 794 | | data-widgster="collapse" |
| | | 795 | | title="Collapse" |
| | | 796 | | href="#"> |
| | | 797 | | <i class="glyphicon glyphicon-chevron-down"></i> |
| | | 798 | | </a> |
| | | 799 | | <a |
| | | 800 | | data-widgster="toright" |
| | | 801 | | title="change width to right" |
| | | 802 | | href="#"> |
| | | 803 | | <i class="glyphicon glyphicon-chevron-right"></i> |
| | | 804 | | </a> |
| | | 805 | | <a |
| | | 806 | | data-widgster="restore" |
| | | 807 | | title="Restore" |
| | | 808 | | href="#"> |
| | | 809 | | <span class="glyphicon glyphicon-repeat"></span> |
| | | 810 | | </a> |
| | | 811 | | <a |
| | | 812 | | data-widgster="fullscreen" |
| | | 813 | | title="Fullscreen" |
| | | 814 | | href="#"> |
| | | 815 | | <i |
| | | 816 | | class="glyphicon glyphicon-fullscreen" |
| | | 817 | | style="font-size: 11px"></i> |
| | | 818 | | </a> |
| | | 819 | | </div> |
| | | 820 | | </header> |
| | | | 663 | |
| | | | 664 | |
| | | | 665 | |
| | | | 666 | |
| | | | 667 | |
| | | | 668 | |
| | | | 669 | |
| | | | 670 | |
| | | | 671 | |
| | | | 672 | |
| | | | 673 | |
| | | | 674 | |
| | | | 675 | |
| | | | 676 | |
| | | | 677 | |
| | | | 678 | |
| | | | 679 | |
| | | | 680 | |
| | | | 681 | |
| | | | 682 | |
| | | | 683 | |
| | | | 684 | |
| | | | 685 | |
| | | | 686 | <div class="progress-group"> |
| | | | 687 | <label for="plan_progress_rate">계획 진척율(A) :</label> |
| | | | 688 | <div class="progress-desc"> |
| | | | 689 | <span class="icon input-group-addon"> |
| | | | 690 | <i class="glyphicon glyphicon-list-alt"></i> |
| | | | 691 | </span> |
| | | | 692 | <span class="progress-input font11"> |
| | | | 693 | <input |
| | | | 694 | type="text" |
| | | | 695 | id="plan_progress_rate" |
| | | | 696 | name="plan_progress_rate" |
| | | | 697 | class="form-control parsley-validated font13 darkBack" |
| | | | 698 | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | | 699 | placeholder="0000.00" |
| | | | 700 | required="required" |
| | | | 701 | readonly="" /> |
| | | | 702 | % |
| | | | 703 | </span> |
| | | | 704 | <span class="input-group-addon input-desc"> |
| | | | 705 | <i class="fa fa-question-circle"></i> |
| | | | 706 | <span class="font11"> |
| | | | 707 | 현재날짜까지 계획된 진척율, WBS의 "계획진척율"의 전체 합계 진척율을 표시함 |
| | | | 708 | </span> |
| | | | 709 | </span> |
| | | | 710 | </div> |
| | | | 711 | </div> |
| | | | 712 | <div class="progress-group"> |
| | | | 713 | <label for="performance_progress_rate">실적 진척율(B) :</label> |
| | | | 714 | <div class="progress-desc"> |
| | | | 715 | <span class="icon input-group-addon"> |
| | | | 716 | <i class="glyphicon glyphicon-list-alt"></i> |
| | | | 717 | </span> |
| | | | 718 | <span class="progress-input font11"> |
| | | | 719 | <input |
| | | | 720 | type="text" |
| | | | 721 | id="performance_progress_rate" |
| | | | 722 | name="performance_progress_rate" |
| | | | 723 | class="form-control parsley-validated font13 darkBack" |
| | | | 724 | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | | 725 | placeholder="0000.00" |
| | | | 726 | required="required" |
| | | | 727 | readonly="" /> |
| | | | 728 | % |
| | | | 729 | </span> |
| | | | 730 | <span class="input-group-addon input-desc"> |
| | | | 731 | <i class="fa fa-question-circle"></i> |
| | | | 732 | <span class="font11"> |
| | | | 733 | 현재날짜까지 실제로 진행된 진척율, WBS의 "실적진척율"의 전체 합계 진척율을 표시함 |
| | | | 734 | </span> |
| | | | 735 | </span> |
| | | | 736 | </div> |
| | | | 737 | </div> |
| | | | 738 | <div class="progress-group"> |
| | | | 739 | <label for="project_progress">차이(B-A) :</label> |
| | | | 740 | <div class="progress-desc"> |
| | | | 741 | <span class="icon input-group-addon"> |
| | | | 742 | <i class="glyphicon glyphicon-list-alt"></i> |
| | | | 743 | </span> |
| | | | 744 | <span class="progress-input font11"> |
| | | | 745 | <input |
| | | | 746 | type="text" |
| | | | 747 | id="project_progress" |
| | | | 748 | name="project_progress" |
| | | | 749 | class="form-control parsley-validated font13 darkBack" |
| | | | 750 | style="color: #a4c6ff; background: rgba(50, 50, 50, 0.99) !important" |
| | | | 751 | placeholder="0000.00" |
| | | | 752 | required="required" |
| | | | 753 | readonly="" /> |
| | | | 754 | % |
| | | | 755 | </span> |
| | | | 756 | <span class="input-group-addon input-desc"> |
| | | | 757 | <i class="fa fa-question-circle"></i> |
| | | | 758 | <span class="font11">양수이면 계획보다 빨리 진행, 음수이면 지연</span> |
| | | | 759 | </span> |
| | | | 760 | </div> |
| | | | 761 | </div> |
| | | | 762 | </div> |
| | | | 763 | </div> |
| | | | 764 | </div> |
| | | | 765 | </div> |
| | | | 766 | </div> |
| | | | 767 | </section> |
| | | | 768 | </div> |
| | | 821 | 769 | |
| | | 822 | | <div class="body"> |
| | | 823 | | <div |
| | | 824 | | class="gradient_middle_border" |
| | | 825 | | style="width: 100%; height: 2px"></div> |
| | | 826 | | <blockquote |
| | | 827 | | class="font13" |
| | | 828 | | style="margin-top: 5px"> |
| | | 829 | | 3. 제품(서비스)의 요구사항 별 진척율 및 진행상황을 확인 |
| | | 830 | | <div style="float: right"> |
| | | 831 | | <button |
| | | 832 | | class="btn btn-transparent btn-xs" |
| | | 833 | | style="margin-top: -3px; color: #acacac; background: rgba(51, 51, 51, 0.2); padding: 1px 9px" |
| | | 834 | | onclick="window.open('docs/guide.html#reqstatus_issue_list')"> |
| | | 835 | | Help |
| | | 836 | | <i |
| | | 837 | | class="fa fa-question" |
| | | 838 | | style="font-size: 14px; vertical-align: middle; color: #acacac"></i> |
| | | 839 | | </button> |
| | | 840 | | </div> |
| | | 841 | | </blockquote> |
| | | | 770 | <div class="col-lg-12 col-layer"> |
| | | | 771 | <section class="widget"> |
| | | | 772 | <header> |
| | | | 773 | <h4> |
| | | | 774 | <span class="font13" |
| | | | 775 | style="font-weight: bold"> |
| | | | 776 | <i class="fa fa-edit"></i> |
| | | | 777 | Issue List |
| | | | 778 | </span> |
| | | | 779 | </h4> |
| | | | 780 | <div class="widget-controls"> |
| | | | 781 | <a |
| | | | 782 | data-widgster="toleft" |
| | | | 783 | title="change width to left" |
| | | | 784 | href="#"> |
| | | | 785 | <i class="glyphicon glyphicon-chevron-left"></i> |
| | | | 786 | </a> |
| | | | 787 | <a |
| | | | 788 | data-widgster="expand" |
| | | | 789 | title="Expand" |
| | | | 790 | href="#"> |
| | | | 791 | <i class="glyphicon glyphicon-chevron-up"></i> |
| | | | 792 | </a> |
| | | | 793 | <a |
| | | | 794 | data-widgster="collapse" |
| | | | 795 | title="Collapse" |
| | | | 796 | href="#"> |
| | | | 797 | <i class="glyphicon glyphicon-chevron-down"></i> |
| | | | 798 | </a> |
| | | | 799 | <a |
| | | | 800 | data-widgster="toright" |
| | | | 801 | title="change width to right" |
| | | | 802 | href="#"> |
| | | | 803 | <i class="glyphicon glyphicon-chevron-right"></i> |
| | | | 804 | </a> |
| | | | 805 | <a |
| | | | 806 | data-widgster="restore" |
| | | | 807 | title="Restore" |
| | | | 808 | href="#"> |
| | | | 809 | <span class="glyphicon glyphicon-repeat"></span> |
| | | | 810 | </a> |
| | | | 811 | <a |
| | | | 812 | data-widgster="fullscreen" |
| | | | 813 | title="Fullscreen" |
| | | | 814 | href="#"> |
| | | | 815 | <i |
| | | | 816 | class="glyphicon glyphicon-fullscreen" |
| | | | 817 | style="font-size: 11px"></i> |
| | | | 818 | </a> |
| | | | 819 | </div> |
| | | | 820 | </header> |
| | | 842 | 821 | |
| | | 843 | | <div class="row"> |
| | | 844 | | <div class="col-md-12"> |
| | | 845 | | <section |
| | | 846 | | class="widget" |
| | | 847 | | style="margin-bottom: 0px !important"> |
| | | 848 | | <header> |
| | | 849 | | <label><strong>Service - Issue List</strong></label> |
| | | 850 | | </header> |
| | | 851 | | <div |
| | | 852 | | class="body" |
| | | 853 | | id="gantt-target"></div> |
| | | 854 | | </section> |
| | | 855 | | </div> |
| | | 856 | | </div> |
| | | 857 | | </div> |
| | | 858 | | </section> |
| | | 859 | | </div> |
| | | | 822 | <div class="body"> |
| | | | 823 | <div |
| | | | 824 | class="gradient_middle_border" |
| | | | 825 | style="width: 100%; height: 2px"></div> |
| | | | 826 | <blockquote |
| | | | 827 | class="font13" |
| | | | 828 | style="margin-top: 5px"> |
| | | | 829 | 3. 제품(서비스)의 요구사항 별 진척율 및 진행상황을 확인 |
| | | | 830 | <div style="float: right"> |
| | | | 831 | <button |
| | | | 832 | class="btn btn-transparent btn-xs" |
| | | | 833 | style="margin-top: -3px; color: #acacac; background: rgba(51, 51, 51, 0.2); padding: 1px 9px" |
| | | | 834 | onclick="window.open('docs/guide.html#reqstatus_issue_list')"> |
| | | | 835 | Help |
| | | | 836 | <i |
| | | | 837 | class="fa fa-question" |
| | | | 838 | style="font-size: 14px; vertical-align: middle; color: #acacac"></i> |
| | | | 839 | </button> |
| | | | 840 | </div> |
| | | | 841 | </blockquote> |
| | | | 842 | |
| | | | 843 | <div class="row"> |
| | | | 844 | <div class="col-md-12"> |
| | | | 845 | <section |
| | | | 846 | class="widget" |
| | | | 847 | style="margin-bottom: 0px !important"> |
| | | | 848 | <header> |
| | | | 849 | <label><strong>Service - Issue List</strong></label> |
| | | | 850 | </header> |
| | | | 851 | <div |
| | | | 852 | class="body" |
| | | | 853 | id="gantt-target"></div> |
| | | | 854 | </section> |
| | | | 855 | </div> |
| | | | 856 | </div> |
| | | | 857 | </div> |
| | | | 858 | </section> |
| | | 860 | 859 | </div> |
| | | 861 | 860 | |
| | | 862 | 861 | |