LibrePlan / libreplan

LibrePlan - Open Web Planning
https://www.libreplan.dev
GNU Affero General Public License v3.0
287 stars 170 forks source link

New advances are not viewed in planning window. #811

Closed kwoot closed 6 years ago

kwoot commented 14 years ago

(Original Bugzilla Bug ID: 667)

Date: 2010-10-02 13:11:51 From: Javier Morán \<jmoran@igalia.com> To: Jacobo Aragunde Perez \<jaragunde@igalia.com> Version: navalplan-1.0 (1.0.x) Last updated: 2011-01-18 17:52:11


(Note: this issue was migrated automatically with bugzilla2github.py tool )

kwoot commented 6 years ago

Bugzilla Comment ID: 1632 Date: 2010-10-02 13:11:51 From: Javier Morán \<jmoran@igalia.com>

If you save a new advance it is never seen as a bar inside of the task in gantt planning.

kwoot commented 6 years ago

Bugzilla Comment ID: 1642 Date: 2010-10-08 12:01:38 From: Jacobo Aragunde Perez \<jaragunde@igalia.com>

There are different problems with the advance bar in gantt diagrams, caused by different commits:

  1. Advance not shown in the project screen.
  2. Advance not shown in the company screen.
  3. Advance and worked hours always show the same value.
kwoot commented 6 years ago

Bugzilla Comment ID: 1643 Date: 2010-10-08 12:20:31 From: Jacobo Aragunde Perez \<jaragunde@igalia.com>

(In reply to comment #1)

  1. Advance not shown in the project screen.

This problem is caused by the commit 0bea855f9862f35bfbf60e4b3aa54a30f235f39a.

kwoot commented 6 years ago

Bugzilla Comment ID: 1646 Date: 2010-10-08 13:15:05 From: Jacobo Aragunde Perez \<jaragunde@igalia.com>

(In reply to comment #1)

  1. Advance and worked hours always show the same value.

This problem is also caused by the commit 0bea855f9862f35bfbf60e4b3aa54a30f235f39a.

kwoot commented 6 years ago

Bugzilla Comment ID: 1647 Date: 2010-10-08 14:08:49 From: Jacobo Aragunde Perez \<jaragunde@igalia.com>

(In reply to comment #1)

  1. Advance not shown in the company screen.

This problem is caused by differences in the algorithm to calculate the advance date in Tasks and TaskGroups. Besides the different algorithms, one day is added to the result in the case of Tasks but it isn't added in the case of TaskGroups.

kwoot commented 6 years ago

Bugzilla Comment ID: 1648 Date: 2010-10-08 14:42:23 From: Jacobo Aragunde Perez \<jaragunde@igalia.com>

Fixed with these commits:

commit 4afcf6434b3da19098f5cf8aade4ac0d6af87275 Author: Jacobo Aragunde Pérez jaragunde@igalia.com Date: Fri Oct 8 13:13:58 2010 +0200

[Bug #667] The value of the advance bar is retrieved correctly again.

FEA: ItEr61S05BugFixing

commit 74d59a58426e98ed5cd4e5d22a86672b62b2705a Author: Jacobo Aragunde Pérez jaragunde@igalia.com Date: Fri Oct 8 14:04:43 2010 +0200

[Bug #667] Unify some criteria between the algorithms in calculateLimitDate(BigDecimal) and calculateLimitDa

Now an extra day is added in the end of the process in both algorithms.

FEA: ItEr61S05BugFixing