Tareas #17012
Ver liquidaciones por periodo
| Estado: | Nueva | Fecha de inicio: | 23/01/2024 | |
|---|---|---|---|---|
| Prioridad: | Normal | Fecha fin: | ||
| Asignado a: | % Realizado: | 0% | ||
| Categoría: | - | Tiempo dedicado: | - | |
| Versión prevista: | - |
Descripción
crear un endpoint que muestre las liquidaciones por periodo con este formato:
{
"nombreArrendatario":"Bart",
"contrato": "655e54ae495b45fe6a0efed8",
"cantidadHectareas": 123,
"kgPorTrimestre": 60.5,
"indice": 0.255,
"importe": 15.4275,
"periodo": "65528a8c24623aa9aa46737a",
"liquidador": "654be09015f5e941d5442916",
"mesLiquidado": "1/2024"
},
{
"nombreArrendatario":"Bart",
"contrato": "655e54ae495b45fe6a0efed8",
"cantidadHectareas": 123,
"kgPorTrimestre": 60.5,
"indice": 86845987.81480001,
"importe": 5254182262.795401,
"periodo": "65528a8c24623aa9aa46737a",
"liquidador": "654d70331f46eae659dda91a",
"mesLiquidado": "1/2024"
},
{
"nombreArrendatario":"Homero",
"contrato": "655e562a872ff29e1a6c42e8",
"cantidadHectareas": 123,
"kgPorTrimestre": 55,
"indice": 0.255,
"importe": 14.025,
"periodo": "65528a8c24623aa9aa46737a",
"liquidador": "654be09015f5e941d5442916"
"mesLiquidado": "1/2024"
}