2009-12-22 19:23:38 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
|
|
|
2010-01-08 12:56:00 +01:00
|
|
|
<!--
|
|
|
|
|
See org.navalplanner.web.test.ws.resources.api.ResourceServiceTest for a
|
|
|
|
|
complete list of test cases.
|
|
|
|
|
-->
|
|
|
|
|
|
2009-12-22 19:23:38 +01:00
|
|
|
<resource-list xmlns="http://rest.ws.navalplanner.org">
|
|
|
|
|
|
|
|
|
|
<!-- *** Machines *** -->
|
2009-12-31 13:59:04 +01:00
|
|
|
|
2009-12-22 19:23:38 +01:00
|
|
|
<!-- OK -->
|
2010-01-05 20:01:26 +01:00
|
|
|
<machine code="m1" name="m1-name" description="m1-desc"/>
|
2009-12-31 13:59:04 +01:00
|
|
|
|
|
|
|
|
<!-- Criterion satisfaction of incorrect type. -->
|
|
|
|
|
<machine code="m2" name="m2-name" description="m2-desc">
|
|
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="m2-a1"
|
2009-12-31 13:49:24 +01:00
|
|
|
criterion-type-name="WORK_RELATIONSHIP"
|
|
|
|
|
criterion-name="hiredResourceWorkingRelationship"
|
2009-12-31 13:59:04 +01:00
|
|
|
start-date="2009-01-01"
|
2010-01-08 12:56:00 +01:00
|
|
|
end-date=""/>
|
2009-12-31 13:59:04 +01:00
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</machine>
|
|
|
|
|
|
2010-01-08 12:56:00 +01:00
|
|
|
<!-- [It assumes existence of "TestCostCategory"] OK. -->
|
2010-02-09 16:20:30 +01:00
|
|
|
<machine code="m3" name="m3-name" description="m3-desc">
|
2010-01-08 12:56:00 +01:00
|
|
|
<resources-cost-category-assignment-list>
|
|
|
|
|
<resources-cost-category-assignment
|
2010-02-09 16:20:30 +01:00
|
|
|
code="m3-a1"
|
2010-01-08 12:56:00 +01:00
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2001-01-01"/>
|
|
|
|
|
<resources-cost-category-assignment
|
2010-02-09 16:20:30 +01:00
|
|
|
code="m3-a2"
|
2010-01-08 12:56:00 +01:00
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2000-01-01"
|
|
|
|
|
end-date="2000-04-01"/>
|
|
|
|
|
</resources-cost-category-assignment-list>
|
|
|
|
|
</machine>
|
|
|
|
|
|
2010-02-09 16:20:30 +01:00
|
|
|
<!-- [It assumes existence of "TestCostCategory"] Repeated cost assignment
|
|
|
|
|
code (used by another machine). -->
|
|
|
|
|
<machine code="m4" name="m4-name" description="m4-desc">
|
|
|
|
|
<resources-cost-category-assignment-list>
|
|
|
|
|
<resources-cost-category-assignment
|
|
|
|
|
code="m3-a1"
|
|
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2001-01-01"/>
|
|
|
|
|
</resources-cost-category-assignment-list>
|
|
|
|
|
</machine>
|
|
|
|
|
|
|
|
|
|
<!-- OK or not OK depending on the existence of "TestCalendar". -->
|
|
|
|
|
<machine code="m5" name="m5-name" description="m5-desc"
|
|
|
|
|
calendar-name="TestCalendar"/>
|
|
|
|
|
|
|
|
|
|
<!-- [It assumes existence of "TestCostCategory"] Missing start date and
|
|
|
|
|
code, and repeated code in cost assignments. -->
|
2010-01-08 12:56:00 +01:00
|
|
|
<machine code="m6" name="m6-name" description="m6-desc">
|
|
|
|
|
<resources-cost-category-assignment-list>
|
|
|
|
|
<resources-cost-category-assignment
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="m6-a1"
|
2010-01-08 12:56:00 +01:00
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
end-date="2000-01-01"/>
|
2010-02-09 16:20:30 +01:00
|
|
|
<resources-cost-category-assignment
|
|
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2001-01-01"/>
|
|
|
|
|
<resources-cost-category-assignment
|
|
|
|
|
code="m6-a1"
|
|
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2000-01-01" end-date="2000-02-01"/>
|
2010-01-08 12:56:00 +01:00
|
|
|
</resources-cost-category-assignment-list>
|
|
|
|
|
</machine>
|
|
|
|
|
|
|
|
|
|
<!-- [It assumes existence of "TestCostCategory"] Negative interval. -->
|
|
|
|
|
<machine code="m7" name="m7-name" description="m7-desc">
|
|
|
|
|
<resources-cost-category-assignment-list>
|
|
|
|
|
<resources-cost-category-assignment
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="m7-a1"
|
2010-01-08 12:56:00 +01:00
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2000-02-01"
|
|
|
|
|
end-date="2000-01-01"/>
|
|
|
|
|
</resources-cost-category-assignment-list>
|
|
|
|
|
</machine>
|
|
|
|
|
|
|
|
|
|
<!-- [It assumes existence of "TestCostCategory"] Overlapping intervals. -->
|
|
|
|
|
<machine code="m8" name="m8-name" description="m8-desc">
|
|
|
|
|
<resources-cost-category-assignment-list>
|
|
|
|
|
<resources-cost-category-assignment
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="m8-a1"
|
2010-01-08 12:56:00 +01:00
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2000-02-01"
|
|
|
|
|
end-date="2000-05-01"/>
|
|
|
|
|
<resources-cost-category-assignment
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="m8-a2"
|
2010-01-08 12:56:00 +01:00
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2000-01-01"
|
|
|
|
|
end-date="2000-03-01"/>
|
|
|
|
|
</resources-cost-category-assignment-list>
|
|
|
|
|
</machine>
|
2010-01-05 20:01:26 +01:00
|
|
|
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<!-- Missing code and name (description is optional). -->
|
|
|
|
|
<machine code="" description=""/>
|
|
|
|
|
|
2009-12-22 19:23:38 +01:00
|
|
|
<!-- *** Workers *** -->
|
2009-12-31 13:59:04 +01:00
|
|
|
|
2009-12-22 19:23:38 +01:00
|
|
|
<!-- OK -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w1" first-name="w1-firstName" surname="w1-surname" nif="w1-nif">
|
2009-12-23 09:22:51 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w1-s1"
|
2010-01-05 20:01:26 +01:00
|
|
|
criterion-type-name="WORK_RELATIONSHIP"
|
|
|
|
|
criterion-name="hiredResourceWorkingRelationship"
|
2009-12-23 09:22:51 +01:00
|
|
|
start-date="2009-01-01"
|
2010-01-08 12:56:00 +01:00
|
|
|
end-date=""/>
|
2009-12-23 09:22:51 +01:00
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w1-s2"
|
2009-12-23 09:22:51 +01:00
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2009-12-24"
|
2010-01-08 12:56:00 +01:00
|
|
|
end-date="2009-12-25"/>
|
2009-12-23 09:22:51 +01:00
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
2009-12-31 13:59:04 +01:00
|
|
|
|
2010-02-09 16:20:30 +01:00
|
|
|
<!-- Missing start date and code, and repeated code in criterion
|
|
|
|
|
satisfactions. -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w2" first-name="w2-firstName" surname="w2-surname" nif="w2-nif">
|
2009-12-30 15:26:50 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w2-s1"
|
2009-12-30 15:26:50 +01:00
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
2010-01-08 12:56:00 +01:00
|
|
|
end-date="2009-12-25"/>
|
2010-02-09 16:20:30 +01:00
|
|
|
<criterion-satisfaction
|
|
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2009-12-25"/>
|
|
|
|
|
<criterion-satisfaction
|
|
|
|
|
code="w2-s1"
|
|
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2000-01-01" end="2000-02-01"/>
|
2009-12-30 15:26:50 +01:00
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
2009-12-31 13:49:24 +01:00
|
|
|
<!-- Non-existent criterion type. -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w3" first-name="w3-firstName" surname="w3-surname" nif="w3-nif">
|
2009-12-31 13:49:24 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w3-s1"
|
2009-12-31 13:49:24 +01:00
|
|
|
criterion-type-name="WORK_RELATIONSHIP_XXX"
|
|
|
|
|
criterion-name="hiredResourceWorkingRelationship"
|
|
|
|
|
start-date="2009-01-01"
|
2010-01-08 12:56:00 +01:00
|
|
|
end-date=""/>
|
2009-12-31 13:49:24 +01:00
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
|
|
|
|
<!-- Non-existent criterion. -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w4" first-name="w4-firstName" surname="w4-surname" nif="w4-nif">
|
2009-12-31 13:49:24 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w4-s1"
|
2009-12-31 13:49:24 +01:00
|
|
|
criterion-type-name="WORK_RELATIONSHIP"
|
|
|
|
|
criterion-name="hiredResourceWorkingRelationshipXXX"
|
|
|
|
|
start-date="2009-01-01"
|
2010-01-08 12:56:00 +01:00
|
|
|
end-date=""/>
|
2009-12-31 13:49:24 +01:00
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
|
|
|
|
<!-- Criterion not specified. -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w5" first-name="w5-firstName" surname="w5-surname" nif="w5-nif">
|
2009-12-31 13:49:24 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w5-s1"
|
2009-12-31 13:49:24 +01:00
|
|
|
criterion-type-name="WORK_RELATIONSHIP"
|
|
|
|
|
start-date="2009-01-01"
|
2010-01-08 12:56:00 +01:00
|
|
|
end-date=""/>
|
2009-12-31 13:49:24 +01:00
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
|
|
|
|
<!-- Criterion type not specified. -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w6" first-name="w6-firstName" surname="w6-surname" nif="w6-nif">
|
2009-12-31 13:49:24 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w6-s1"
|
2009-12-31 13:49:24 +01:00
|
|
|
criterion-name="hiredResourceWorkingRelationship"
|
|
|
|
|
start-date="2009-01-01"
|
2010-01-08 12:56:00 +01:00
|
|
|
end-date=""/>
|
2009-12-31 13:49:24 +01:00
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<!-- Missing first name, surname, and nif. -->
|
|
|
|
|
<worker code="w7" first-name="" nif=""/>
|
2010-01-05 20:01:25 +01:00
|
|
|
|
2010-01-08 12:56:00 +01:00
|
|
|
<!-- OK or not OK depending on the existence of "TestCalendar". -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w8" first-name="w8-firstName" surname="w8-surname" nif="w8-nif"
|
2010-01-08 12:56:00 +01:00
|
|
|
calendar-name="TestCalendar" />
|
|
|
|
|
|
|
|
|
|
<!-- [It assumes existence of "TestCalendar" and "TestCostCategory"] OK -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w9" first-name="w9-firstName" surname="w9-surname" nif="w9-nif"
|
2010-01-08 12:56:00 +01:00
|
|
|
calendar-name="TestCalendar">
|
|
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w9-s1"
|
2010-01-08 12:56:00 +01:00
|
|
|
criterion-type-name="WORK_RELATIONSHIP"
|
|
|
|
|
criterion-name="hiredResourceWorkingRelationship"
|
|
|
|
|
start-date="2009-01-01"
|
|
|
|
|
end-date=""/>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w9-s2"
|
2010-01-08 12:56:00 +01:00
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2009-12-24"
|
|
|
|
|
end-date="2009-12-25"/>
|
|
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
<resources-cost-category-assignment-list>
|
|
|
|
|
<resources-cost-category-assignment
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w9-a1"
|
2010-01-08 12:56:00 +01:00
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2001-01-01"/>
|
|
|
|
|
<resources-cost-category-assignment
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w9-a2"
|
2010-01-08 12:56:00 +01:00
|
|
|
cost-category-name="TestCostCategory"
|
|
|
|
|
start-date="2000-01-01"
|
|
|
|
|
end-date="2000-04-01"/>
|
|
|
|
|
</resources-cost-category-assignment-list>
|
|
|
|
|
</worker>
|
2010-01-05 20:01:26 +01:00
|
|
|
|
2010-01-14 13:44:01 +01:00
|
|
|
<!-- Negative interval. -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w10" first-name="w10-firstName" surname="w10-surname" nif="w10-nif">
|
2010-01-13 20:02:17 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w10-s1"
|
2010-01-13 20:02:17 +01:00
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2000-02-01"
|
|
|
|
|
end-date="2000-01-01"/>
|
|
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
2010-01-14 13:44:01 +01:00
|
|
|
<!-- Criterion satisfaction overlapping in "LEAVE :: paternityLeave". -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w11" first-name="w11-firstName" surname="w11-surname" nif="w11-nif">
|
2010-01-14 13:44:01 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w11-s1"
|
2010-01-14 13:44:01 +01:00
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2000-01-01"
|
|
|
|
|
end-date="2000-02-01"/>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w11-s2"
|
2010-01-14 13:44:01 +01:00
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2000-01-15"
|
|
|
|
|
end-date="2000-02-01"/>
|
|
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
|
|
|
|
<!-- Criterion satisfaction overlapping (LEAVE does not allow
|
|
|
|
|
simultaneous criterion satisfactions in intervals that overlap). -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w12" first-name="w12-firstName" surname="w12-surname" nif="w12-nif">
|
2010-01-14 13:44:01 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w12-s1"
|
2010-01-14 13:44:01 +01:00
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2000-01-01"
|
|
|
|
|
end-date="2000-02-01"/>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w12-s2"
|
2010-01-14 13:44:01 +01:00
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="medicalLeave"
|
|
|
|
|
start-date="2000-01-15"
|
|
|
|
|
end-date="2000-02-01"/>
|
|
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
|
|
|
|
<!-- [It assumes existence of "TestLocationGroupCriterion" and
|
|
|
|
|
"TestLocationGroupCriterion2"] OK
|
|
|
|
|
(LOCATION_GROUP allows simultaneous criterion satisfactions in
|
|
|
|
|
intervals that overlap). -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w13" first-name="w13-firstName" surname="w13-surname" nif="w13-nif">
|
2010-01-14 13:44:01 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w13-s1"
|
2010-01-14 13:44:01 +01:00
|
|
|
criterion-type-name="LOCATION_GROUP"
|
|
|
|
|
criterion-name="TestLocationGroupCriterion"
|
|
|
|
|
start-date="2000-01-01"
|
|
|
|
|
end-date="2000-02-01"/>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w13-s2"
|
2010-01-14 13:44:01 +01:00
|
|
|
criterion-type-name="LOCATION_GROUP"
|
|
|
|
|
criterion-name="TestLocationGroupCriterion2"
|
|
|
|
|
start-date="2000-01-15"
|
|
|
|
|
end-date="2000-02-01"/>
|
|
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
2010-01-14 13:44:18 +01:00
|
|
|
<!-- [It assumes existence of "TestLocationGroupCriterion" and
|
|
|
|
|
"TestLocationGroupCriterion2"] Criterion satisfaction overlapping in
|
|
|
|
|
"LOCATION_GROUP :: TestLocationGroupCriterion". -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w14" first-name="w14-firstName" surname="w14-surname" nif="w14-nif">
|
2010-01-14 13:44:18 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w14-s1"
|
2010-01-14 13:44:18 +01:00
|
|
|
criterion-type-name="LOCATION_GROUP"
|
|
|
|
|
criterion-name="TestLocationGroupCriterion"
|
|
|
|
|
start-date="2000-01-01"
|
|
|
|
|
end-date="2000-02-01"/>
|
|
|
|
|
<criterion-satisfaction
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
code="w14-s2"
|
2010-01-14 13:44:18 +01:00
|
|
|
criterion-type-name="LOCATION_GROUP"
|
|
|
|
|
criterion-name="TestLocationGroupCriterion"
|
|
|
|
|
start-date="2000-01-15"
|
|
|
|
|
end-date="2000-02-01"/>
|
|
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
2010-02-09 16:20:30 +01:00
|
|
|
<!-- There is another worker with the same first name, surname, and nif. -->
|
ItEr46S13CUImportacionRecursosProductivosItEr45S11: code added to entities imported by ResourceService.
IMPORTANT: "code" column has been added to tables of the following entitites: Resource, CriterionSatisfaction, and ResourcesCostCategoryAssignment. "code" column has been removed from Machine's table. In consequence, it is better to remove all the database when applying this patch (navaldev, navaldevtest, navalprod, and navaprodtest).
This change is compatible with the current Web user interface. The only thing you will notice is that when creating a machine, the form containing the code automatically displays a value in the code field (which, of course, can be changed by the user). Of course, the user interface should be improved to set a blank value or propose a more meaningful code to the user (probably this second option).
The service has not been adpated to GenericRESTService yet and duplicate codes in resources *being* imported are not detected yet (GenericRESTService will make this automatically).
2010-02-04 21:38:25 +01:00
|
|
|
<worker code="w15" first-name="w1-firstName" surname="w1-surname" nif="w1-nif"/>
|
|
|
|
|
|
2010-02-09 16:20:30 +01:00
|
|
|
<!-- Repeated criterion satisfaction code (used by another worker). -->
|
|
|
|
|
<worker code="w16" first-name="w16-firstName" surname="w16-surname" nif="w16-nif">
|
|
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
|
|
|
|
code="w1-s1"
|
|
|
|
|
criterion-type-name="WORK_RELATIONSHIP"
|
|
|
|
|
criterion-name="hiredResourceWorkingRelationship"
|
|
|
|
|
start-date="2009-01-01"
|
|
|
|
|
end-date=""/>
|
|
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
|
|
|
|
|
|
|
|
|
<!-- Missing code. -->
|
|
|
|
|
<worker first-name="w17-firstName" surname="w17-surname" nif="w17-nif"/>
|
|
|
|
|
|
2009-12-22 19:23:38 +01:00
|
|
|
</resource-list>
|