Actions
Tareas #145
closedSelene Wrapper - Errores #133: Extract enteje from Tabla
Add enteje association with TT1T_CODATR_EE_VALATR
Puntos de historia:
3
Description
Pattern DatosLogicos has changed to take enteje from parameters, so it's neccesary to make an association between the field enteje of the key TT1T_CODATR_EE_VALATR and the field enteje in each class that uses this key.
For example, AFApunte uses this key to take the field DENOMT for the description of several code fields, as the Participante's description.
Extract a list of Objeto instances that use the key TT1T_CODATR_EE_VALATR and make an association with the field enteje for each one
Updated by Jesús Freire about 7 years ago
- Project changed from Selene Wrapper to Selene J2EE Webapp
- Target version deleted (
0.0.7)
Updated by Jesús Freire almost 7 years ago
- % Done changed from 10 to 20
- Translation missing: en.field_sprint changed from 53 to 52
Updated by Jesús Freire almost 7 years ago
- Project changed from Selene J2EE Webapp to Selene Wrapper
- Translation missing: en.field_sprint deleted (
52)
Updated by Jesús Freire almost 7 years ago
- Translation missing: en.field_sprint set to 21
Updated by Jesús Freire almost 7 years ago
- Status changed from Nueva to En curso
- Assignee set to Jesús Freire
- % Done changed from 20 to 30
Updated by Jesús Freire almost 7 years ago
Design classes with enteje that use TT1T:
select vaclob from atcl where codatr='ENTEJE' and coi ob='00000053' and subcla='CD' and vaclob in (select coobme rom objm where coinob in (select coobpa from objm where tio me='AF' and coobme in (select distinct src.vaclob from atat atcl src, atcl dst where coina1=src.coinat and coina2=dst. oinat and src.coinob='00000053' and src.subcla='AF' and dst coinob='00000053' and dst.subcla='CL' and dst.vaclob='TT1T_ ODATR_EE_VALATR')));
Result:
CUEN
APUN
ACPR
ROLP
Áreas de fachada that use TT1T:
select distinct src.vaclob from atat, atcl src, atcl st where coina1=src.coinat and coina2=dst.coinat and src.co nob='00000053' and src.subcla='AF' and dst.coinob='00000053 and dst.subcla='CL' and dst.vaclob='TT1T_CODATR_EE_VALATR';
Result:
AFCuentaCuenta
AFActorPrograma
AFTercero
AFParticipante
AFCuenta
AFNota
AFFichero
AFObjeto
AFApunte
AFObjetoObjeto
AFApunteApunte
AFRolParticipante
Updated by Jesús Freire almost 7 years ago
- Translation missing: en.field_sprint changed from 21 to 57
Updated by Jesús Freire almost 7 years ago
- Project changed from Selene Wrapper to Selene J2EE Webapp
- Target version deleted (
0.0.8) - % Done changed from 30 to 40
Updated by Jesús Freire almost 7 years ago
- Status changed from En curso to Resuelta
- % Done changed from 40 to 90
Applied in changeset selene-j2ee-webapp|r723.
Updated by Jesús Freire almost 7 years ago
- Due date set to 06/28/2018
- Status changed from Resuelta to Cerrada
- % Done changed from 90 to 100
Actions