View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0000576 | Pending Requests | Tasks | public | 2010-09-13 03:50 | 2014-06-22 21:06 | ||||||||
Reporter | adelphmin | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||||||
Status | new | Resolution | open | ||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000576: Customize assigned user percentage increments | ||||||||||||
Description | Make the percentage increment for assigning users become customizable in the system configuration. http://forums.web2project.net/viewtopic.php?t=2572 | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files |
|
![]() |
|
adelphmin (reporter) 2010-09-13 04:12 |
Could this be used to change it? Modified Paths: -------------- trunk/modules/projectdesigner/vw_actions.php //lets addthe reference to percent $percent = array(0 => '0', 5 => '5', 10 => '10', 15 => '15', 20 => '20', 25 => '25', 30 => '30', 35 => '35', 40 => '40', 45 => '45', 50 => '50', 55 => '55', 60 => '60', 65 => '65', 70 => '70', 75 => '75', 80 => '80', 85 => '85', 90 => '90', 95 => '95', 100 => '100'); -$spercent = arrayMerge(array('' => '(Progress)'), $percent); +$spercent = arrayMerge(array('' => '('.$AppUI->_('Progress').')'), $percent); ?> <form name="frm_bulk" method="POST" action="?m=projectdesigner&a=do_task_bulk_aed" accept-charset="utf-8"> <input type="hidden" name="project_id" value="<?php echo $project_id; ?>" /> got it from http://forums.web2project.net/viewtopic.php?t=2234&highlight=&sid=daa8a4e95eddab7e016685824eaefa9c |
caseydk (administrator) 2010-12-08 12:43 |
What's the value of this one? In reality, what's the difference between someone marking a task 60% vs 61% complete? Or even 62.5%? |
adelphmin (reporter) 2011-01-09 23:53 |
Actually, my inquiry was whether the percentage of the USERS ASSIGNED to tasks could be more finetuned. We have projects with a lot of task assignees of which some have a share of less than 5 percent in a project. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-09-13 03:50 | adelphmin | New Issue | |
2010-09-13 04:12 | adelphmin | Note Added: 0001270 | |
2010-12-08 12:43 | caseydk | Note Added: 0001418 | |
2011-01-08 09:43 | caseydk | Severity | minor => feature |
2011-01-09 23:53 | adelphmin | Note Added: 0001545 | |
2014-06-22 21:06 | caseydk | Category | General => Tasks |