Commit graph

7759 commits

Author SHA1 Message Date
Manuel Rego Casasnovas
7bfdf5f04d Add budget field in order element details form
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-14 16:00:31 +01:00
Manuel Rego Casasnovas
77d04d18e4 Add budget cell in WBS
It is very similar to hours cell behavior.

FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-14 15:39:32 +01:00
Manuel Rego Casasnovas
a85cb2dccb Add new field budget to OrderLineTemplate
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-14 15:15:27 +01:00
Manuel Rego Casasnovas
7618c730a1 Bug #1398: Fix problem with long descriptions in templates
Change database column type to TEXT.

This change was pending to be done when we fixed bug #1362 (commit
3fcc7399d9).

FEA: ItEr76S04BugFixing
2012-03-14 15:01:13 +01:00
Manuel Rego Casasnovas
a42357f67e Bug #1398: Fix problem with long descriptions in templates
Change database column type to TEXT.

This change was pending to be done when we fixed bug #1362 (commit
3fcc7399d9).

FEA: ItEr76S04BugFixing
2012-03-14 15:00:04 +01:00
Manuel Rego Casasnovas
c778b92d5d Bug #1397: Revert a previous commit to avoid the problem
Commit 9e4b329791 is reverted and exception
IllegalStateException is cached to launch an OptimisticLockingFailureException.

FEA: ItEr76S04BugFixing
2012-03-14 13:54:51 +01:00
Manuel Rego Casasnovas
c5e6bbe8c4 Bug #1397: Revert a previous commit to avoid the problem
Commit 9e4b329791 is reverted and exception
IllegalStateException is cached to launch an OptimisticLockingFailureException.

FEA: ItEr76S04BugFixing
2012-03-14 13:50:41 +01:00
Manuel Rego Casasnovas
a8c08b08eb Add basic tests for new attribute budget
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-14 12:38:34 +01:00
Manuel Rego Casasnovas
258742bd0d Add new field budget to OrderLine
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-14 12:38:27 +01:00
Manuel Rego Casasnovas
7bc77e3610 Bug #1393: Fix NPE moving milestone
The problem was introduced while fixing bug #1355 in commit
f96cdddcb5

getOrderElement() for a milestone is always null, so we need to
getOrderElement() from its parent.

FEA: ItEr76S04BugFixing
2012-03-13 20:51:01 +01:00
Manuel Rego Casasnovas
3e1bb46e23 Bug #1393: Fix NPE moving milestone
The problem was introduced while fixing bug #1355 in commit
f96cdddcb5

getOrderElement() for a milestone is always null, so we need to
getOrderElement() from its parent.

FEA: ItEr76S04BugFixing
2012-03-13 20:47:00 +01:00
Manuel Rego Casasnovas
e24cb9ba7e Bug #1394: Fix problem because of deletedWorkReportLinesSet set was not reseted
FEA: ItEr76S04BugFixing
2012-03-13 20:01:49 +01:00
Manuel Rego Casasnovas
281ab6c67a Bug #1394: Fix problem because of deletedWorkReportLinesSet set was not reseted
FEA: ItEr76S04BugFixing
2012-03-13 19:54:03 +01:00
Manuel Rego Casasnovas
e9c198afea Change URL to demo in REST services example scripts 2012-03-09 18:05:39 +01:00
Manuel Rego Casasnovas
d8ade380b6 Change URL to demo in REST services example scripts 2012-03-09 18:01:07 +01:00
Ignacio Diaz Teijido
c5a621af2c Sorts the configuration units by name
FEA: ItEr76S07ConfigurationUnitInterfaceCorrections
2012-03-09 17:17:04 +01:00
Ignacio Diaz Teijido
67e51ab1e1 Sort workers by lastname, name
FEA: ItEr76S07ConfigurationUnitInterfaceCorrections
2012-03-09 17:17:04 +01:00
Jacobo Aragunde Pérez
6af82b4c54 Bug #1387: Reset the TaskSource when an OrderGroup changes to scheduling point.
FEA: ItEr76S04BugFixing
2012-03-09 14:09:43 +01:00
Jacobo Aragunde Pérez
b6dc917f8f Bug #1387: Reset the TaskSource when an OrderGroup changes to scheduling point.
FEA: ItEr76S04BugFixing
2012-03-09 13:57:05 +01:00
Jacobo Aragunde Pérez
e4fa4878b6 Bug #1390: correct method TaskComponent.setClass to overwrite the classes
instead of adding them.

FEA: ItEr76S04BugFixing
2012-03-08 18:39:49 +01:00
Jacobo Aragunde Pérez
e5ea9caa7f Bug #1390: correct method TaskComponent.setClass to overwrite the classes
instead of adding them.

FEA: ItEr76S04BugFixing
2012-03-08 18:39:01 +01:00
Manuel Rego Casasnovas
4536dc0b97 doc: Update AUTHORS file info about new Dutch translator 2012-03-06 17:07:51 +01:00
Manuel Rego Casasnovas
49bdc397af doc: Update AUTHORS file info about new Dutch translator 2012-03-06 17:06:59 +01:00
Manuel Rego Casasnovas
97f6fd6d32 i18n: Add Dutch language to enum and modify pom.xml to use English userguide 2012-03-06 17:04:25 +01:00
Jeroen Baten
3f92adb582 i18n: Add Dutch translation 2012-03-06 17:04:20 +01:00
Manuel Rego Casasnovas
115b572f6b i18n: Add Dutch language to enum and modify pom.xml to use English userguide 2012-03-06 17:02:20 +01:00
Jeroen Baten
dfa099aacf i18n: Add Dutch translation 2012-03-06 17:02:20 +01:00
Jacobo Aragunde Pérez
a82ab23c3b Bug #1382: Fix the bug in all cases.
This patch solves a problem in my previous commit.

FEA: ItEr76S04BugFixing
2012-03-05 20:04:45 +01:00
Jacobo Aragunde Pérez
de158976f3 Bug #1382: Fix the bug in all cases.
This patch solves a problem in my previous commit.

FEA: ItEr76S04BugFixing
2012-03-05 20:03:23 +01:00
Jacobo Aragunde Pérez
52acb4debc Bug #1382: Synchronize deadline dates between the WBS and the Gantt views.
This synchronization collaterally fixes the bug.

FEA: ItEr76S04BugFixing
2012-03-05 16:47:27 +01:00
Lorenzo Tilve Álvaro
b3338e7246 Bug 1383: Fixed corner case of deadline and current day right position
The background position of the current day and deadline was outside the
visible area in the timetracker watermark columns when it was on the
last day of the interval.

A better alignment with the tasks layer (reducing the 3px max deviation)
on this cases can be achieved by revamping how lines and borders are
represented on the watermark layer.

FEA: ItEr76S04BugFixing
2012-12-31 15:18:02 +01:00
Lorenzo Tilve Álvaro
c0c5902456 Displayed project start vertical line with independency of project deadline
FEA: ItEr76S04BugFixing
2012-12-31 15:18:02 +01:00
Jacobo Aragunde Pérez
f93ee5d0e6 Bug #1382: Synchronize deadline dates between the WBS and the Gantt views.
This synchronization collaterally fixes the bug.

FEA: ItEr76S04BugFixing
2012-03-05 16:46:54 +01:00
Lorenzo Tilve Álvaro
1ec4d83e95 Bug 1383: Fixed corner case of deadline and current day right position
The background position of the current day and deadline was outside the
visible area in the timetracker watermark columns when it was on the
last day of the interval.

A better alignment with the tasks layer (reducing the 3px max deviation)
on this cases can be achieved by revamping how lines and borders are
represented on the watermark layer.

FEA: ItEr76S04BugFixing
2012-03-05 12:22:42 +01:00
Lorenzo Tilve Álvaro
d76cf5c69c Displayed project start vertical line with independency of project deadline
FEA: ItEr76S04BugFixing
2012-03-05 12:22:22 +01:00
Lorenzo Tilve Álvaro
01741d2de6 Added vertical line in scheduling perspective to display project start date
FEA: ItEr76S04BugFixing
2012-03-05 12:22:05 +01:00
Jacobo Aragunde Pérez
bc94cb2c3d Bug #1344: Fix bug moving the addition of ConstraintViolationListeners to
doAfterCompose instead of constructor.

When doAfterCompose is run, we are sure we are ready to send messages to the
client side.

FEA: ItEr76S04BugFixing
2012-03-02 13:47:48 +01:00
Jacobo Aragunde Pérez
4c25361d1d Bug #1344: Fix bug moving the addition of ConstraintViolationListeners to
doAfterCompose instead of constructor.

When doAfterCompose is run, we are sure we are ready to send messages to the
client side.

FEA: ItEr76S04BugFixing
2012-03-02 13:44:26 +01:00
Jacobo Aragunde Pérez
cce801ee1c Remove redundant call to scheduling algorithm from TaskPropertiesController.
The algorithm is already being called from ResourceAllocationController.

FEA: ItEr76S04BugFixing
2012-03-01 18:21:31 +01:00
Óscar González Fernández
7665af0247 Some API docs for the entering/reentering part 2012-03-01 18:21:30 +01:00
Óscar González Fernández
59c8a98a72 Remove uneeded parameters to prevent redundant invocations to scheduling algorithm.
When a task is potentially modified is not needed to change the start
and the end date. This was causing two invokations of the
"dependencies" algorithm. Now only one is done.
2012-03-01 18:19:08 +01:00
Óscar González Fernández
79b06a8212 Use more accurate name 2012-03-01 18:14:26 +01:00
Óscar González Fernández
a9e5ae5cbe Bug #1354: Fix bug
Although the constraint is not applied it must be provided. Otherwise
the dominating forces would not take it into account. Normally this
wasn't a problem since if the secondary point date changes it was
provided. But it can happen that the secondary point doesn't change,
in that case the constraint must still be taken into account.
2012-03-01 18:14:26 +01:00
Jacobo Aragunde Pérez
a355a0f324 Remove redundant call to scheduling algorithm from TaskPropertiesController.
The algorithm is already being called from ResourceAllocationController.

FEA: ItEr76S04BugFixing
2012-03-01 17:47:25 +01:00
Óscar González Fernández
b58315b5df Some API docs for the entering/reentering part 2012-03-01 17:47:24 +01:00
Óscar González Fernández
ee88157afb Remove uneeded parameters to prevent redundant invocations to scheduling algorithm.
When a task is potentially modified is not needed to change the start
and the end date. This was causing two invokations of the
"dependencies" algorithm. Now only one is done.
2012-03-01 17:47:24 +01:00
Óscar González Fernández
bc8da4d84a Use more accurate name 2012-03-01 17:47:24 +01:00
Óscar González Fernández
93d5667769 Bug #1354: Fix bug
Although the constraint is not applied it must be provided. Otherwise
the dominating forces would not take it into account. Normally this
wasn't a problem since if the secondary point date changes it was
provided. But it can happen that the secondary point doesn't change,
in that case the constraint must still be taken into account.
2012-03-01 17:47:24 +01:00
Lorenzo Tilve Álvaro
d91016f532 Added vertical line in scheduling perspective to display project start date
FEA: ItEr76S04BugFixing
2012-03-01 10:29:53 +01:00
Lorenzo Tilve Álvaro
1e12364bb3 Fixed vertical positioning of resources string next to containers
FEA: ItEr76S04BugFixing
2012-03-01 10:29:53 +01:00