Commit graph

3194 commits

Author SHA1 Message Date
Óscar González Fernández
a52adc6783 The start date when merging the allocation is defined by the task
In the future the start will be defined by the aggregate of resource
allocations if the task is planned backwards.

FEA: ItEr62OTS04PlanificacionHaciaAtras
2010-10-28 13:30:15 +02:00
Óscar González Fernández
ca71b2961c Remove trailing whitespaces
FEA: ItEr62S05BugFixing
2010-10-27 18:43:28 +02:00
Óscar González Fernández
c352bb282a Convert control statements one liners to blocks
The code convention we are using forbids the use of one liners control
statements.

FEA: ItEr62S05BugFixing
2010-10-27 18:41:18 +02:00
Óscar González Fernández
300e002add Remove unused private methods and fields
FEA: ItEr62S05BugFixing
2010-10-27 18:18:43 +02:00
Óscar González Fernández
b011982c2a Remove unused local variables
FEA: ItEr62S05BugFixing
2010-10-27 17:50:57 +02:00
Óscar González Fernández
8d04c36742 Remove unused imports
FEA: ItEr62S05BugFixing
2010-10-27 17:26:24 +02:00
Jacobo Aragunde Pérez
c9de53aeb1 Updated i18n files.
FEA:ItEr62S07Internationalization
2010-10-27 13:31:15 +02:00
Jacobo Aragunde Pérez
caf9495f26 [Bug #695] Fixed bug, adding an event listener to the ON_SELECT event to undo the job and prevent conflict.
FEA: ItEr62S05BugFixing
2010-10-27 11:54:31 +02:00
Jacobo Aragunde Pérez
fd55ffe633 [Bug #696] Fixed bug, preventing the call to order.dontPoseAsTransientObjectAnymore().
It's unnecessary because it order is reloaded completely later from
OrderCRUDController.saveAndContinue(), in case of being a new object.

FEA: ItEr62S05BugFixing
2010-10-26 18:33:11 +02:00
Óscar González Fernández
3fe0a1466f Resolve the address
Otherwise in some systems a IPv6 was returned and CutyCapt couldn't
handle it.

FEA: ItEr62S05BugFixing
2010-10-25 19:40:06 +02:00
Óscar González Fernández
355f24f276 [Bug #694] Fix bug
Doing reload inside afterCompose so when accessing the bindings the
controllers are already initialized.

FEA: ItEr62S05BugFixing
2010-10-25 17:41:30 +02:00
Óscar González Fernández
ebea641c7a In Java fields must not start in uppercase.
FEA: ItEr62S05BugFixing
2010-10-25 17:27:06 +02:00
Óscar González Fernández
2b225b3d00 Remove try..catch
It was swallowing the exception, albeit it reported it. Let it happen.

FEA: ItEr62S05BugFixing
2010-10-25 17:23:21 +02:00
Jacobo Aragunde Pérez
bd10b8ef31 Remove code textboxes from the 'to refresh' list when the row they belong is deleted.
We do it to prevent deleted textboxes to be refreshed. Besides, the list has
been replaced with a map, for convenience.

FEA: ItEr62S08PerformanceOrderEdition
2010-10-25 10:14:15 +02:00
Diego Pino Garcia
dd30fff6e8 [Bug #688] Fix bug 'Not unique in the new ID space: expandAllButton'
FEA: ItEr62S05BugFixing
2010-10-24 18:19:11 +02:00
Manuel Rego Casasnovas
2d102d234f Fixing problem with order code validation in subcontract service.
* The order code has been validated before the new code was generated.
* Commented out the lines doing the validation and marking as FIXME to review in the future.

FEA: ItEr62S05BugFixing
2010-10-22 09:42:01 +02:00
Manuel Rego Casasnovas
77bee14fdb Avoiding NulPointerException subcontracting tasks if there are any problem in the server.
* Changed deprecated method at subcontract web service in order to return a valid InstanceConstraintViolationsDTO.

FEA: ItEr62S05BugFixing
2010-10-22 09:21:39 +02:00
Jacobo Aragunde Pérez
3f1535a183 Replace the call to initializeTabs() after save in OrderCRUDController with refreshCodeTextboxesOnly().
The application used to refresh the whole order elements tree to get the
updated values for the 'code' column. Now we only refresh that column.

FEA: ItEr62S08PerformanceOrderEdition
2010-10-21 17:59:15 +02:00
Jacobo Aragunde Pérez
a0a40f96bf Replaced OrderModel.initEditAfterSave() with calls to dontPoseAsTransientObjectAnymore().
Instead of reloading all the object after saving, they are just marked as not
transient anymore. The performance of this operation is quite better.

FEA: ItEr62S08PerformanceOrderEdition
2010-10-21 17:59:14 +02:00
Óscar González Fernández
322a94bf54 Add mechanism for allowing to define the order of execution of data bootstraps
FEA: ItEr62S04NavalPlanEntities
2010-10-20 19:49:14 +02:00
Óscar González Fernández
d10d463327 Rename method to a clearer name.
It's also moved closer to where it's used.

FEA: ItEr62S05BugFixing
2010-10-20 12:54:39 +02:00
Óscar González Fernández
3e6a7d3f40 [Bug #682] Fix bug
After saving the order in the order detail,
manageOrderElementAdvancesController is initialized and associated to
the order that is being saved. Then you go to the scheduling view
through a change of perspective and save. This causes the order to
increase its version number. If you return to the order detail view,
manageOrderElementAdvancesController keeps pointing to the former
Order. This is the reason that when executing its bussiness logic
fails with an org.hibernate.StaleObjectStateException.

Now when going back to the scheduling view the order is reloaded from
the DB and the controllers of each tab are set to null so they are
initialized on demand with the current Order instead of sticking to
the former one.

I think the problem was introduced at commit:
4bb7e1ffd4. The performance improvements
reported in that commit can be compromised by this.

FEA: ItEr62S05BugFixing
2010-10-20 01:13:37 +02:00
Jacobo Aragunde Pérez
e8848cd31a Use DB snapshots the precalculate the data of the earned value graph in company screen.
We prevent doing the calculation when the graph is shown. Now it's done when
the application starts, and updated when one of the involved entities changes.

FEA: ItEr62S03RFPerformanceCompanyView
2010-10-19 11:55:42 +02:00
Jacobo Aragunde Pérez
fe671aded5 Use DB snapshots the precalculate the data of the resource load graph in company screen.
We prevent doing the calculation when the graph is shown. Now it's done when
the application starts, and updated when one of the involved entities changes.

FEA: ItEr62S03RFPerformanceCompanyView
2010-10-19 11:55:37 +02:00
Óscar González Fernández
648e6d16fc [Bug #678] Fix bug
Now it shows messages explaining the cause of the problem.

FEA: ItEr62S05BugFixing
2010-10-19 03:44:51 +02:00
Lorenzo Tilve
75bc8e9a8d Changed cursor style when over 'more options' search header
FEA: ItEr62S05BugFixing
2010-10-17 23:52:27 +02:00
Lorenzo Tilve
5c83c6e41d Avoided cell break in order tree description field
FEA: ItEr62S05BugFixing
2010-10-17 23:51:14 +02:00
Lorenzo Tilve
6895acc677 Added explicit cast to fix compilation problems
FEA: ItEr62S05BugFixing
2010-10-17 23:50:56 +02:00
Jacobo Aragunde Pérez
87f0889168 Updated Galician literals.
FEA: ItEr62S07Internationalization
2010-10-15 20:05:41 +02:00
Jacobo Aragunde Pérez
d68e26baaf Updated Spanish literals.
FEA: ItEr62S07Internationalization
2010-10-15 20:05:41 +02:00
Jacobo Aragunde Pérez
ec36aa08d0 Updated keys files.
FEA: ItEr62S07Internationalization
2010-10-15 20:05:40 +02:00
Jacobo Aragunde Pérez
71f5c067f4 Corrections on English literals directly on the code.
FEA: ItEr62S07Internationalization
2010-10-15 20:05:40 +02:00
Óscar González Fernández
96cda4b9de [Bug #683] Fix bug
Return a more precise result.

FEA: ItEr62S05BugFixing
2010-10-15 19:19:22 +02:00
Óscar González Fernández
a6712ebcf7 getAdvance methods on ITaskFundamentalProperties return GanttDates instead of dates
This is needed to allow more precision when showing advance dates.

FEA: ItEr62S05BugFixing
2010-10-15 19:19:21 +02:00
Manuel Rego Casasnovas
637a6a8bda [Bug #672] Fixed bug checkin if QualityForm is marked as report advance.
FEA: ItEr62S05BugFixing
2010-10-15 16:18:30 +02:00
Óscar González Fernández
86b7989315 [Bug #684] Fix bug
Provide the right object to the map

FEA: ItEr62S05BugFixing
2010-10-14 22:07:04 +02:00
Óscar González Fernández
4643615a59 Add warning if there are no day with effort bigger than zero
FEA: ItEr62S05BugFixing
2010-10-14 17:05:57 +02:00
Óscar González Fernández
32e0806ca6 [Bug #680] Fix bug
The durations were less than an hour so when rounding it was given
zero hours. Now it uses durations so no precision is lost.

FEA: ItEr62S05BugFixing
2010-10-14 16:57:56 +02:00
Manuel Rego Casasnovas
f00ba4f3ce Exception type web services.
* Added new field to export service.
* Implemented import service and added example.

FEA: ItEr61S06ExceptionTypeEntity
2010-10-13 16:32:17 +02:00
Óscar González Fernández
8a36325016 Launch snapshots once the data bootstraping is done
FEA: ItEr62S05BugFixing
2010-10-12 17:27:20 +02:00
Óscar González Fernández
dc68867413 Replace uses of getCapacityOn(LocalDate) for getCapacityOn(PartialDay)
FEA: ItEr61S08TimeUnitConfigurablePlanning
2010-10-11 14:03:13 +02:00
Óscar González Fernández
698077dd18 Use getCalendarOrDefault to avoid null check
FEA: ItEr61S08TimeUnitConfigurablePlanning
2010-10-11 14:03:13 +02:00
Jacobo Aragunde Pérez
1dd02b4149 [Bug #674] Sorted the tasks by start date before showing them in the company screen.
FEA: ItEr61S05BugFixing
2010-10-08 19:54:21 +02:00
Óscar González Fernández
957f378bc1 Showing correctly the tasks when they start or end inside of a day
FEA: ItEr61S08TimeUnitConfigurablePlanning
2010-10-08 17:30:23 +02:00
Óscar González Fernández
2efb683984 Rename method to reflect better meaning
FEA: ItEr61S08TimeUnitConfigurablePlanning
2010-10-08 17:30:23 +02:00
Diego Pino Garcia
1ee7b2d536 Fix NullPointerException try to convert null LocalDate to Date in TaskStartConstraint
Select a new StartConstraintType in TaskProperties lunches a
NullPointerException

FEA: ItEr61S05BugFixing
2010-10-08 15:31:52 +02:00
Jacobo Aragunde Pérez
74d59a5842 [Bug #667] Unify some criteria between the algorithms in calculateLimitDate(BigDecimal) and calculateLimitDate(Integer).
Now an extra day is added in the end of the process in both algorithms.

FEA: ItEr61S05BugFixing
2010-10-08 14:24:39 +02:00
Lorenzo Tilve
e99bccab15 Improved presentation of grids and filtering in resources listings
FEA: ItEr61S05BugFixing
2010-10-08 10:42:16 +02:00
Lorenzo Tilve
e5e0e4df58 Enabled deletion of unreferenced criterionTypes
FEA: ItEr61S05BugFixing
2010-10-08 10:42:15 +02:00
Lorenzo Tilve
3d9c9c3fce Enabled deletion of unreferenced criteria
FEA: ItEr61S05BugFixing
2010-10-08 10:42:15 +02:00