Manuel Rego Casasnovas
9daf7e6d34
[Bug #712 ] Printed container as in critical path when it is collapsed and some of its children are in critical path.
...
FEA: ItEr63S03BugFixing
2010-11-15 21:06:26 +01:00
Manuel Rego Casasnovas
64b5c4e72e
[Bug #712 ] Added some tests on critical path that work now with complex examples and containers.
...
FEA: ItEr63S03BugFixing
2010-11-15 20:28:29 +01:00
Manuel Rego Casasnovas
c4eec7480b
[Bug #712 ] Fixed bug. Also fixed previous changes on tests, now critical path does not return containers.
...
FEA: ItEr63S03BugFixing
2010-11-15 20:28:29 +01:00
Manuel Rego Casasnovas
b38ae8e48b
[Bug #712 ] Modified tests in order to check that containers are not returned as tasks in the critical path.
...
FEA: ItEr63S03BugFixing
2010-11-15 20:23:48 +01:00
Jacobo Aragunde Pérez
84726c544f
[Bug #707 ] Fixed bug, setting up the listbox programatically from the java controller.
...
FEA: ItEr63S03BugFixing
2010-11-15 19:16:21 +01:00
Jacobo Aragunde Pérez
838b2e6b0d
Updated with an untranslated string.
...
FEA: ItEr63S06Internationalization
2010-11-15 19:16:21 +01:00
Jacobo Aragunde Pérez
d28afa9941
[Bug #704 ] Fixed bug, clearing the list of matches when the filter pattern is deleted.
...
FEA: ItEr63S03BugFixing
2010-11-15 19:16:21 +01:00
Óscar González Fernández
6a9838dfb8
[Bug #713 ] Fix bug
...
The end date for task groups was not always being calculated. Now when
it is a parent recalculation the end is always calculated, this
ensures that the container has initially the right size since the
parent recalculation is always done.
FEA: ItEr63S03BugFixing
2010-11-15 19:01:00 +01:00
Diego Pino Garcia
71460ae53a
Calculate all possible critical paths in MonteCarlo
...
Is it possible that there are more than one critical path in a
scheduling. MonteCarlo method allows the user to pick up a critical
path from a listbox to do the calculation.
FEA: ItEr63OTS06MonteCarlo
2010-11-15 10:34:16 +01:00
Diego Pino Garcia
b45c3e00b0
Add a set of datebox controllers to MonteCarlo chart that allow the user
...
to specify an interval of dates and calculate the probability density
betweeen them
FEA: ItEr63OTS06MonteCarlo
2010-11-13 13:27:56 +01:00
Diego Pino Garcia
f33aa081e6
Fix bug show all days in MonteCarlo, from beginning to end, even if probability is 0
...
FEA: ItEr63OTS06MonteCarlo
2010-11-13 13:27:46 +01:00
Diego Pino Garcia
6a4bd259d9
Group MonteCarloGraph by week
...
FEA: ItEr63OTS06MonteCarlo
2010-11-13 13:27:35 +01:00
Lorenzo Tilve
24529339d5
[Bug #714 ] Fixed bug, adding missing author
...
FEA: ItEr63S03BugFixing
2010-11-12 10:28:36 +01:00
Lorenzo Tilve
bf7e916174
Fixed widths in Work Report Models edition
...
FEA: ItEr63S03BugFixing
2010-11-12 09:51:37 +01:00
Jacobo Aragunde Pérez
0f3f65a549
[Bug #710 ] Fixed bug, clearing the combo before recalculating it.
...
FEA: ItEr63S03BugFixing
2010-11-11 19:50:25 +01:00
Diego Pino Garcia
104db9fa8d
Fix bug sort MonterCarloGraph by date
...
FEA: ItEr63OTS06MonteCarlo
2010-11-11 18:43:23 +01:00
Óscar González Fernández
bc96b3b2d4
When resizing a task the workable days are updated
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:14:55 +01:00
Óscar González Fernández
6b93954ec4
Now workableDays is persistent
...
It is used to calculate the new end when it exists. If the calcualted
value is END_DATE it is null.
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:14:50 +01:00
Óscar González Fernández
1a6125a7b7
Update the workable days when it's in mode calculate end
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:14:47 +01:00
Óscar González Fernández
919dfded3a
Remove check for invalid value that cannot happen now
...
Now the end is calculated from the start and the workable days, so no
longer it could be less than the start.
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:14:42 +01:00
Óscar González Fernández
7858f2a8b7
Rename to END_DATE since it's the value that is really being calculated
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:14:29 +01:00
Óscar González Fernández
5dd3f2e70a
Count only the days that are workable
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:14:21 +01:00
Óscar González Fernández
1be1eb1714
Add validation constraint
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:09:57 +01:00
Óscar González Fernández
9f92c8a39e
Move taskWorkableDays handling code to FormBinder
...
This is a refactoring. It does not change the observable behaviour.
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:09:56 +01:00
Óscar González Fernández
2aa82bf9cf
Use getWorkableDays instead of getDaysDuration
...
if the field workableDays is not defined it falls back to
getDaysDuration.
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:09:46 +01:00
Óscar González Fernández
4aaf896d73
Workable days are stored as an integer
...
Using a decimal would require that IAllocatable could receive dates as
IntraDayDates instead of LocalDates and this is not supported yet.
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:04:27 +01:00
Óscar González Fernández
f4a2565c55
Remove unused method
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:04:27 +01:00
Óscar González Fernández
830ac89f0a
The workableDays must only be updated when the changes are accepted
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:04:27 +01:00
Óscar González Fernández
3c192e0cf8
Remove unnecessary fields
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:04:26 +01:00
Óscar González Fernández
8229fdf032
Remove unnecessary indirection
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:04:26 +01:00
Óscar González Fernández
356508f203
Push down workableDays to Task from TaskElement
...
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:04:26 +01:00
Diego Pino Garcia
c0a53675e7
Now, when doing a resource allocation, instead of specifying an 'end date' the user will input a duration in days.
...
* Change field 'End date' (Datebox) in Allocation configuration to 'Workable days' (Decimalbox)
* The field is set first as the difference between task.end - task.start
* Task stores now a new 'workableDays' field that is used when doing the
resource allocations
* Do some UI improvements (rearrange buttons, layout, etc)
FEA: ItEr61OTS04PlanificacionHaciaAtras
2010-11-11 17:04:26 +01:00
Diego Pino Garcia
0549f8d22b
Fix bug discard TaskGroups in CriticalPath
...
FEA: ItEr63OTS06MonteCarlo
2010-11-11 12:36:01 +01:00
Jacobo Aragunde Pérez
6d719d5746
[Bug #709 ] Fixed bug, checking if a variable is null before using it.
...
FEA: ItEr63S03BugFixing
2010-11-11 11:54:00 +01:00
Lorenzo Tilve
738d224a86
Stretched components to use 100% width
...
FEA: ItEr63S03BugFixing
2010-11-11 10:40:53 +01:00
Lorenzo Tilve
759f43146b
Added 'about' information
...
FEA: ItEr63S03BugFixing
2010-11-11 10:40:46 +01:00
Diego Pino Garcia
c53fd56f95
Fix bug NullPointerException in isMonteCarloVisible()
...
FEA: ItEr63OTS06MonteCarlo
2010-11-11 10:06:33 +01:00
Diego Pino Garcia
076c21ecfc
Fix bug add getCriticalPath() to ContextWithPlannerTask and ContextRelativeToOtherComponent
...
FEA: ItEr63OTS06MonteCarlo
2010-11-11 08:13:04 +01:00
Diego Pino Garcia
908800a1c4
Added new menu tab for calculating MonteCarlo graph for an order
...
* Added configuration option for enabling this menu tab
* Montecarlo method calculates a range of enddates and its corresponding
likelihood. For each task of an order, there are three possible
durations (pessimistic, normal and optimistic). Each duration is
associated with a likelihood value. A montecarlo calculation, generates
for each task a random value and takes the duration of the task
associated to this random value, summing each value for each task, the
resuling value is the hypothetical enddate of that order. This operation
is executed n times. The higher the value, the more accurate the
results, although there is a threshold limit.
FEA: ItEr63OTS06MonteCarlo
2010-11-11 00:10:25 +01:00
Jacobo Aragunde Pérez
2663ff7b57
[Bug #708 ] Fixed bug, setting up the listbox programatically and setting explictly the default selection.
...
FEA: ItEr63S03BugFixing
2010-11-10 17:42:50 +01:00
Jacobo Aragunde Pérez
fbe6b45d22
[Bug #707 ] Fixed bug, setting explicitly the selected element.
...
FEA: ItEr63S03BugFixing
2010-11-10 16:44:53 +01:00
Jacobo Aragunde Pérez
50c44d24c1
[Bug #705 ] Fixed bug, adding an event listener to the ON_SELECT event to prevent conflict with ON_CLICK.
...
FEA: ItEr63S03BugFixing
2010-11-10 11:47:21 +01:00
Jacobo Aragunde Pérez
8e7e9efe40
[Bug #701 ] Fixed bug, refreshing explictly the hours cell after creating a child element.
...
FEA: ItEr63S03BugFixing
2010-11-10 11:31:31 +01:00
Lorenzo Tilve
bd3b257e26
Added information on supported browsers to login screen
...
FEA: ItEr63S03BugFixing
2010-11-09 19:10:45 +01:00
Lorenzo Tilve
369bbc0c55
Changed widths and alignments of order columns
...
FEA: ItEr63S03BugFixing
2010-11-09 19:10:45 +01:00
Lorenzo Tilve
d5d0211571
[Bug #661 ] Fix bug
...
Oversized watermark height setting overflow hidden to avoid the need of
scaling when taskarea changes
FEA: ItEr63S03BugFixing
2010-11-09 19:10:45 +01:00
Lorenzo Tilve
0b8bbbbdc2
Moved orderelement tree node operations to first row
...
FEA: ItEr63S03BugFixing
2010-11-09 19:10:45 +01:00
Lorenzo Tilve
eee0679266
Fixed tree header visualization problems on Chrome
...
FEA: ItEr62S05BugFixing
2010-11-09 19:10:45 +01:00
Lorenzo Tilve
e584d40331
Fixed horizontal vboxes scaling for chrome
...
FEA: ItEr63S03BugFixing
2010-11-09 19:10:45 +01:00
Lorenzo Tilve
cbdf439942
Removed unnecesary column on work week edition tab
...
FEA: ItEr62S05BugFixing
2010-11-09 19:10:45 +01:00