Commit graph

8099 commits

Author SHA1 Message Date
Susana Montes Pedreira
3a54b63419 Avoid to delete a subcontractor progress that has been sent in subcontractor.
FEA : ItEr76S19PreventingSubcontractorProgressesItEr75S31
2012-04-02 12:17:46 +01:00
Susana Montes Pedreira
ff3c4f0c04 Include a column with the name of the project and other with the "Delivery date,
and make the list sortable by the column "communication" or "company".

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-30 21:59:25 +01:00
Susana Montes Pedreira
5cd943b1af Fix the error for what the column "Communication" was not being updated.
FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-30 21:36:07 +01:00
Manuel Rego Casasnovas
62b7e33a10 Add map in order to avoid repeat find when SumChargedEffort has been already found before
FEA: ItEr76S14ConcurrencyProblemWorkReports
2012-03-30 17:43:40 +02:00
Manuel Rego Casasnovas
dfb0090666 Prevent NPE in OrderElement::getSumChargedEffort()
Now SumChargeEffort objects are not created till some hours are reported, so it
could be null in some cases.

FEA: ItEr76S14ConcurrencyProblemWorkReports
2012-03-30 17:43:39 +02:00
Manuel Rego Casasnovas
abc0e0fe66 Create SumChargedEffort while saving the work reports
FEA: ItEr76S14ConcurrencyProblemWorkReports
2012-03-30 17:43:39 +02:00
Manuel Rego Casasnovas
7f5184b78d Change mapping between SumChargedEffort and OrderElement
A database refactoring has been added to make this change keep working and avoid
lose any data.

It was needed to use specific procedures for PostgreSQL and MySQL.

FEA: ItEr76S14ConcurrencyProblemWorkReports
2012-03-30 15:13:12 +02:00
Manuel Rego Casasnovas
fcf8d44340 doc: Fix broke link in INSTALL file
FEA: ItEr76S03Community
2012-03-30 15:02:30 +02:00
Manuel Rego Casasnovas
9822389fa1 doc: Update information about how to install in Fedora and openSUSE
FEA: ItEr76S03Community
2012-03-30 14:57:43 +02:00
Susana Montes Pedreira
d15a75d1db Changes the "General data" tab about subcontracting module.
Include a field called Project Type to the "Customer information area" and
add a new column to specify which is the current delivery date, and set the
Deadline of the project to read-only mode.

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-30 13:07:12 +01:00
Manuel Rego Casasnovas
1e82ad7d6d doc: Add info about JAVA_OPTS configuration in INSTALL file
FEA: ItEr76S03Community
2012-03-30 13:51:33 +02:00
Susana Montes Pedreira
1d95d90c2e make the list sortable by default by state,but using alphabetic sort,
but the first tasks will be the pending tasks.

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-29 13:34:23 +01:00
Susana Montes Pedreira
c075e4434a include the hour, minute precision in the communication date received
from customers.

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-29 10:58:48 +01:00
Susana Montes Pedreira
4a9bb627c9 Fix the layout of the screen "to customers" in subcontractor module.
FEA: ItEr74S04BugFixing
2012-03-29 08:56:22 +01:00
Jacobo Aragunde Pérez
2df0bac3d8 Rebase the code of the .zul pages for the templates screen.
I did it so it matches the three file structure we used in many other screens
(main, list, edit).
2012-03-28 20:11:58 +02:00
Susana Montes Pedreira
c2683547d2 [Bug #1234] Fix the deletion of fields in progress reporting in subcontractor module.
FEA: ItEr74S04BugFixing
2012-03-28 12:47:18 +01:00
Susana Montes Pedreira
9e8a00a94e [Bug #1234] Fix the deletion of fields in progress reporting in subcontractor module.
FEA: ItEr74S04BugFixing
2012-03-28 10:58:17 +01:00
Manuel Rego Casasnovas
92bef8a27d Fix problems in Liquibase changes in MySQL
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-28 11:27:26 +02:00
Manuel Rego Casasnovas
979ac144b1 Merge branch 'money-cost-monitoring-system' 2012-03-27 17:51:02 +02:00
Manuel Rego Casasnovas
8d37e716e6 Merge branch 'libreplan-1.2' into money-cost-monitoring-system 2012-03-27 17:26:21 +02:00
Susana Montes Pedreira
7497e68dfb add one-to-many association from SubcontractedTaskData to SubcontractorCommunication
with a cascade="delete" in order to delete SubcontractorCommunication when its
associated SubcontractedTaskData is deleted.

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-27 11:37:11 +01:00
Manuel Rego Casasnovas
aa2e40092d doc: Add info about add-apt-repository command in INSTALL file 2012-03-27 11:21:55 +02:00
Manuel Rego Casasnovas
112a243383 doc: Add info about add-apt-repository command in INSTALL file 2012-03-27 11:21:36 +02:00
Jacobo Aragunde Pérez
749de4e569 Bug #1387: Code refactor of the previous patches for this bug.
FEA: ItEr76S04BugFixing
2012-03-27 10:52:13 +02:00
Jacobo Aragunde Pérez
21df77d458 Bug #1387: Fix bug when it happens in the opposite way.
This fixes when you have a container task which is a scheduling point, and you
unschedule it to schedule its children. This is the opposite to the original
description of the bug, but the cause is the same.

FEA: ItEr76S04BugFixing
2012-03-27 10:52:09 +02:00
Óscar González Fernández
d6468ddd1c Bug #1387: Fix bug
Possible fix of the first problem. It looks into the
SchedulingDataForVersion instead of the data to see the status in the
database instead of in memory so the synchronizations sent to the
database are ok.
2012-03-27 10:51:59 +02:00
Jacobo Aragunde Pérez
398aab26ba Bug #1387: Code refactor of the previous patches for this bug.
FEA: ItEr76S04BugFixing
2012-03-27 10:45:05 +02:00
Jacobo Aragunde Pérez
5d8860474b Bug #1387: Fix bug when it happens in the opposite way.
This fixes when you have a container task which is a scheduling point, and you
unschedule it to schedule its children. This is the opposite to the original
description of the bug, but the cause is the same.

FEA: ItEr76S04BugFixing
2012-03-27 10:38:53 +02:00
Manuel Rego Casasnovas
88e39eabd8 Show budget information in a read-only field inside task properties tab
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-27 10:07:31 +02:00
Óscar González Fernández
a20fc0ec1f Bug #1387: Fix bug
Possible fix of the first problem. It looks into the
SchedulingDataForVersion instead of the data to see the status in the
database instead of in memory so the synchronizations sent to the
database are ok.
2012-03-27 09:54:47 +02:00
Manuel Rego Casasnovas
065acc4a29 Change color of money cost bar to a darker one to avoid accessibility issues
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-27 09:48:26 +02:00
Manuel Rego Casasnovas
e5f00bb8a1 Bug #1403: Only regenerate codes if isCodeAutogenerated() is true
FEA: ItEr76S04BugFixing
2012-03-26 18:32:57 +02:00
Manuel Rego Casasnovas
16e3d1860e Bug #1403: Only regenerate codes if isCodeAutogenerated() is true
FEA: ItEr76S04BugFixing
2012-03-26 18:30:33 +02:00
Susana Montes Pedreira
6f52035e8b update the deadline of the task and of the order in the
subcontract side when a new deliver date is sent.

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-26 16:26:35 +01:00
Susana Montes Pedreira
be35cb76ce save the subcontract communication date if you send a subcontract
communication and the previous state is Failed_Sent.

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-26 16:21:47 +01:00
Susana Montes Pedreira
7d9374e5db manage a optimistic locking exception which happens due to
a subcontracted task has been modified by other instance.

FEA: ItEr75S28CustomerIncommingCommunicationsLists
2012-03-26 16:15:41 +01:00
Susana Montes Pedreira
deeeac579f set the fields of the subcontraction pop-up to read-only mode
when a subcontracted task has been sent.

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-26 16:07:13 +01:00
Manuel Rego Casasnovas
65fcc3e0f1 Add a map in MoneyCostCalculator to cache calculated values
This prevents to recalculate money cost when it was already calculated before.
The map with the cached values is reseted every time you enter in a project
(when PlanningState is created).

FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-26 10:39:15 +02:00
Manuel Rego Casasnovas
120534e6ff Disable Money Cost Bar in company view to avoid performance issues
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-26 10:27:15 +02:00
Lorenzo Tilve Álvaro
f50806e51e Bug #1289: Added subcontractor name to tasks when showing resources is enabled
The name of the subcontractors are not being displayed when the container is collapsed. The
expected behaviour also might consider painting the parent node differently when it only contains
subcontracted elements.

FEA: ItEr76S04BugFixing
2012-03-24 13:00:06 +01:00
Lorenzo Tilve Álvaro
ff2f2298cf Bug #1289: Added subcontractor name to tasks when showing resources is enabled
The name of the subcontractors are not being displayed when the container is collapsed. The
expected behaviour also might consider painting the parent node differently when it only contains
subcontracted elements.

FEA: ItEr76S04BugFixing
2012-03-24 12:54:16 +01:00
Susana Montes Pedreira
86a6341911 set the correct class to the button delete "Delivery date".
FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-23 16:51:27 +00:00
Susana Montes Pedreira
b66af392e7 set the fields "Subcontracting date" and "Subcontracting communication
date" in the subcontractor pop-up in read only mode.

FEA: ItEr75S32AnA15S04UpdateDeliveringDateInSubcontracting
2012-03-23 16:48:24 +00:00
Manuel Rego Casasnovas
9f0be7c949 Remove unneeded throws in MoneyCostCalculatorTest
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-23 11:55:01 +01:00
Manuel Rego Casasnovas
49d8d2753b Add unit tests to check MoneyCostCalculator with a different type of hours
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-23 11:53:18 +01:00
Susana Montes Pedreira
6a6b52e98a set the progress values, which are sent from a
subcontrated task, in read only mode.

FEA: ItEr75S31PreventingSubcontractorProgresses
2012-03-23 10:52:50 +00:00
Manuel Rego Casasnovas
d6a85faa0f Remove commented lines in MoneyCostCalculatorTest
FEA: ItEr76S17MoneyCostMonitoringSystem
2012-03-23 11:14:03 +01:00
Manuel Rego Casasnovas
ad4849881f Update Copyright info in user documentation 2012-03-23 10:35:16 +01:00
Manuel Rego Casasnovas
f4006a8d66 Update Copyright info in user documentation 2012-03-23 10:34:08 +01:00
Susana Montes Pedreira
f6200b56bc Change the value format of the last progress in
sent communications from subcontractors.

FEA: ItEr75S30SubcontractorIncommingCommunicationsLists
2012-03-22 08:48:03 +00:00