Commit graph

5083 commits

Author SHA1 Message Date
Diego Pino Garcia
e9a392b455 Added two new types of constraints
FEA: ItEr62OTS04PlanificacionHaciaAtras
2010-12-01 15:09:04 +01:00
Óscar González Fernández
f7e3adbfd2 Now more tasks are reachable from a TaskPoint
Now from an end date change the start can change because of backwards
scheduling. This must be considered when considering if a dependency
provokes an infinite loop or when calculating the recalculations to be
done.

For example, if a end date of a tasks is modified the start date could
be moved and this could provoke other tasks depending on this start
date to be moved. This is true for all tasks but the containers that
have a special behavior.

FEA: ItEr64OTS03PlanificacionHaciaAtras
2010-12-01 15:09:04 +01:00
Diego Pino Garcia
2b28b757f8 [Bug #744] Fixes HibernateException when retrieving 'progressType' from Configuration 2010-12-01 13:47:32 +01:00
Susana Montes Pedreira
d631b20b3d It changes the way to edit/create the entity sequences
FEA : ItEr64S06NavalPlanEntities
2010-12-01 11:30:12 +01:00
Susana Montes Pedreira
07cea17fdb creates two tabs, one of them Main preferences, and the another
Entity sequences for all the sequences of the entities.

FEA : ItEr64S06NavalPlanEntities
2010-12-01 11:21:14 +01:00
Susana Montes Pedreira
3f633639c6 it changes some icons in the gantt planning window.
FEA : ItEr64S04AdvancesVisualization
2010-12-01 09:05:55 +01:00
Susana Montes Pedreira
128979defb adds an option for adding the reported hours to the printout.
FEA : ItEr64S04AdvancesVisualization
2010-12-01 09:05:36 +01:00
Susana Montes Pedreira
35b833383a adds an option to set on/set off the showing of
the reported hours in the gantt planning window.

FEA : ItEr64S04AdvancesVisualization
2010-12-01 09:05:23 +01:00
Susana Montes Pedreira
413fb4cede adds an option for adding the advances to the printout.
FEA : ItEr64S04AdvancesVisualization
2010-12-01 09:04:24 +01:00
Susana Montes Pedreira
79ac562d4a adds an option to set on/set off the showing of
the advances in the gantt planning window.

FEA : ItEr64S04AdvancesVisualization
2010-12-01 09:03:34 +01:00
Manuel Rego Casasnovas
8e11d6d893 Adding LiquiBase plugin depedency and basic configuration.
FEA: ItEr64S07DatabaseUpgrade
2010-11-30 20:28:09 +01:00
Manuel Rego Casasnovas
d32cc1f7c2 [Bug #37] Fixed adding tables and columns names to all database entities.
FEA: ItEr64S07DatabaseUpgrade
2010-11-30 20:24:46 +01:00
Diego Pino Garcia
9598328b9e [Bug #742] Exception adding advance value from planning
FEA: ItEr64S03BugFixing
2010-11-30 19:33:45 +01:00
Diego Pino Garcia
fc3cef1d64 [Bug #740] Pop-up window asking for applying a Sigmoid function was being shown twice
FEA: ItEr64S03BugFixing
2010-11-30 18:53:00 +01:00
Diego Pino Garcia
70163786af Show progress type selector only in Company view
FEA: ItEr64OTS04ReporteAvancesCadeaCritica
2010-11-30 16:20:44 +01:00
Diego Pino Garcia
4219f19478 Rename class 'CriticalPathProgress' to 'PlanningData'
FEA: ItEr64OTS04ReporteAvancesCadeaCritica
2010-11-30 16:20:43 +01:00
Diego Pino Garcia
cf5194b48c Rename Progress Type 'Normal' to 'Spread progress'
FEA: ItEr64OTS04ReporteAvancesCadeaCritica
2010-11-30 16:20:43 +01:00
Diego Pino Garcia
3b85ac0dd9 Show progress on general task depending on type of progress selected on configuration menu
* Added listbox with list of progress types; now it should refresh the progress of each
task whenever a new type of progress is selected

FEA: ItEr64OTS04ReporteAvancesCadeaCritica
2010-11-30 16:20:43 +01:00
Diego Pino Garcia
3aad0de4a6 Allow user to select what type of progress will be shown by selecting an
option at the Configuration menu

FEA: ItEr63OTS07ReporteAvancesCadeaCritica
2010-11-30 16:20:43 +01:00
Diego Pino Garcia
b3adf2c64c Create CriticalPathProgress object, for storing critical path progress
Stores critical path progress duration (by days and by numHours) for a
TaskRoot element

FEA: ItEr63OTS07ReporteAvancesCadeaCritica
2010-11-30 16:20:43 +01:00
Diego Pino Garcia
69083ab87e SaveCommand can have access to criticalPath of current planification
FEA: ItEr64OTS04ReporteAvancesCadeaCritica
2010-11-30 16:20:29 +01:00
Diego Pino Garcia
660a9ff088 Added new 'Overall progress' chart
Rearrange code for creating and organizing tabs ('Load', 'Earned
value')

FEA: ItEr63OTS07ReporteAvancesCadeaCritica
2010-11-30 16:18:04 +01:00
Susana Montes Pedreira
d5c18c245e [Bug #726] Fix bug
it deletes the constraints to update the value of the input
components, but the validations remain.

FEA : ItEr62S05BugFixing
2010-11-29 14:01:57 +01:00
Susana Montes Pedreira
05cc2b613b [Bug #726] Fix bug
With the event onPaging is shown the errors in the interface.

FEA : ItEr62S05BugFixing
2010-11-29 14:01:57 +01:00
Susana Montes Pedreira
b8c997be61 [Bug #726] Fix bug
the data of the advances and its measurements
are validated in all pages.

FEA : ItEr62S05BugFixing
2010-11-29 14:01:57 +01:00
Susana Montes Pedreira
3356c9936e [Bug #726] Fix bug
When an not selected advance is removed, the measurements
of the still selected advance are not shown.

FEA : ItEr62S05BugFixing
2010-11-29 14:01:57 +01:00
Susana Montes Pedreira
a2a747ea66 [Bug #726] Fix bug
the validation in order to check if at least an advance
is spread does not work fine when the results are paged.

FEA : ItEr62S05BugFixing
2010-11-29 14:01:57 +01:00
Manuel Rego Casasnovas
564439d762 Deleted GanttZK Demo module as is not working and not being maintained anymore. 2010-11-29 13:20:00 +01:00
Susana Montes Pedreira
2fdce43829 [Bug #726] Fix bug
The radiobox component failed when the advances types are paged.

FEA : ItEr62S05BugFixing
2010-11-24 14:18:59 +01:00
Manuel Rego Casasnovas
041f1ad82a [Bug #706] Making breadcrumbs information coherent with tab name and other tabs.
FEA: ItEr64S03BugFixing
2010-11-24 09:43:34 +01:00
Manuel Rego Casasnovas
1c6d25cc45 [Bug #706] Fixed bug adding the proper info to breadcrumbs.
FEA: ItEr64S03BugFixing
2010-11-24 09:34:00 +01:00
Óscar González Fernández
ed77a8ad45 [Bug #729] Fix bug
The problem persisted because the dates were being copied directly
from TaskDTO. Now this is avoided.

FEA: ItEr63S03BugFixing
2010-11-23 17:38:11 +01:00
Diego Pino Garcia
265327a7ef Rearrange MonteCarlo zul page
* Activate paging in grid of critical path tasks

FEA: ItEr63OTS06MonteCarlo
2010-11-19 17:22:28 +01:00
Diego Pino Garcia
f102a5492c Remove dependency from Order in MonteCarloModel
FEA: ItEr63OTS06MonteCarlo
2010-11-19 17:22:27 +01:00
Manuel Rego Casasnovas
4143061b4d Small change to support null progressmeter while calculating "monte carlo" method.
FEA: ItEr63OTS06MonteCarlo
2010-11-19 17:18:25 +01:00
Diego Pino Garcia
42c2cb68ec Rearrange code in MonterCarloModel
FEA: ItEr63OTS06MonteCarlo
2010-11-19 15:39:27 +01:00
Óscar González Fernández
1e6c1a0466 Ensure that lastAllocationDirection is not null
For already existent properties it would be null, now the property is
accessed through a getter and if is null Direction.FORWARD is
returned.

FEA: ItEr63OTS03PlanificacionHaciaAtras
2010-11-19 12:14:04 +01:00
Susana Montes Pedreira
1de41fd5b0 Fix bug
Fixed bug, in the base calendar edition
when it calls to onCheckGenerateCode.

FEA : ItEr62S05BugFixing
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
7aa71542fe It adds new constraint on some sequence code.
It adds a new constraint so the order sequence and the
sequence of the work report type can not contain low bar
and it shows the constraint messages in the interface.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
f80332f072 It adds the sequence code to the predefined entities.
FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
8d71c4c785 Refactorization to improve the implemtation
it moves the method getNumberOfDigitsCode to
EntitySequenceDAO and moves the method setGenerateCode
from CriterionsModel to CriterionType.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
c1a088fcc3 It adds new Spanish and Galician translations.
It adds the Spanish and Galician translations
for the labels on the configuration interface.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
5ac177e164 Changes the ResourceServiceRest to add the sequence code if it is necessary.
It generates the code of the satisfactions of criterion , the
assignments of cost category to resources and the resource calendar.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
1b4a459f9c Adds the generated code sequence to ResourcesCostCategoryAssignment and CriterionSatisfaction
Replaces the generated code by the code sequence for each ResourcesCostCategoryAssignment
and each CriterionSatisfaction. Its codes always are autogenerated.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
ed1a4a994a Adds the generated code sequence to the cost categories.
Replaces the generated code by the code sequence
for cost categories and changes the configuration interface
to add the property generateCodeForCostCategory.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
963fef26d2 Adds the generated code sequence to calendar exception types.
Replaces the generated code by the code sequence
for calendar exception type and changes the configuration interface
to add the property generateCodeForCalendarExceptionType.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
f2d8a36465 Adds the generated code sequence to work report types.
Replaces the generated code by the code sequence
for work report type and changes the configuration interface
to add the property generateCodeForWorkReportType.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
b1385d0a49 Adds the generated code sequence to materials.
Replaces the generated code by the code sequence
for each material and to the predefined material
categories.

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:55 +01:00
Susana Montes Pedreira
a43fe366d3 Adds the generated code sequence to resource calendars .
Replaces the generated code by the code sequence
for each resource calendar and add the generated code
to the base calendar children (CalendarException,
CalendarData, CalendarAvailability).

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:54 +01:00
Susana Montes Pedreira
1be0b8f262 Adds a message informing on deleting sequences.
If the sequence is the last one then it is shown a
message informing that it can not be deleted because
at least one sequence is necessary

FEA :ItEr61S04NavalPlanEntities
2010-11-19 10:27:54 +01:00