Árbol de páginas

Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Bloque de código
themeRDark
titleParámetros
proyectoId=="123456";anualidad=in=("2020","2021");tipoOperacion=="EJ: Estado actualEJA"
Bloque de código
themeRDark
titleRespuesta
[
 {
   "id": "1"
   "nombre":"Importe presupuestado"
   "acumulable": "true"
  },
  {
   "id":"2",
   "nombre":"Importe actual",
   "acumulable": "true"
  },
  {
   "id":"3",
   "nombre":"Importe disponible para gastos",
   "acumulable": "true"
  },
  {
   "id":"4",
   "nombre":"Derechos",
   "acumulable": "true"
  },
  {
   "id":"5",
   "nombre":"Cobros",
   "acumulable": "true"
  }

]

...

Bloque de código
themeRDark
titleParámetros
proyectoId=="123456";anualidad=in=("2020","2021");tipoOperacion=="EJ: Estado actualEJA"
Bloque de código
themeRDark
titleRespuesta
[
{
	"proyectoId":"123456",
	"partidaPresupuestaria": "8002B541A64406"
	"anualidad":"2020",
	"tipo":"Gasto",
	"columnas": {
     	"1":2000,
     	"2":500,
     	"3":1000.50,
     	"4":1000.50,
     	"5":1000.50
     	}
 
},
{
	"proyectoId":"123456",
	"partidaPresupuestaria": "8002B541A64406"
	"anualidad":"2021",
	"tipo":"Gasto",
	"columnas": {
        "1":2000,
     	"2":500.50,
     	"3":1000.50,
     	"4":1000.50,
     	"5":1000.50
         }
}
]

...

Bloque de código
themeRDark
titleParámetros
proyectoId=="123456";anualidad=in=("2020","2021");fechaPago=bt=("2020-12-01T00:00:00Z","2021-01-31T23:59:59Z");tipoOperacion=="FJ: FacturasFJF";reducida=="false"
Bloque de código
themeRDark
titleRespuesta
[
 {
   "id": "1"
   "nombre":"Número registro Justo"
   "acumulable": "false"
   
  },
  {
   "id":"2",
   "nombre":"Tipo operación",
   "acumulable": "false"
  
  },
  {
   "id":"3",
   "nombre":"Proveedor",
   "acumulable": "false"
  
  },
  {
   "id":"4",
   "nombre":"Número de registro del proveedor",
   "acumulable": "false"
  },
  {
   "id":"5",
   "nombre":"DescripciónConcepto de la Fac/Gasto",
   "acumulable": "false"
  },
  {
   "id":"6",
   "nombre":"Importe base imponible",
   "acumulable": "true"
  },
  {
   "id":"7",
   "nombre":"Importe IVA",
   "acumulable": "true"
  },
  {
   "id":"8",
   "nombre":"Fecha de devengo",
   "acumulable": "false"
  },
  {
   "id":"9",
   "nombre":"Fecha de contabilización",
   "acumulable": "false"
  },
  {
   "id":"10",
   "nombre":"Fecha de pago",
   "acumulable": "false"
  },
  {
   "id":"11",
   "nombre":"Nº documento de gasto",
   "acumulable": "false"
  },
  {
   "id":"12",
   "nombre":"Nº de señalamiento",
   "acumulable": "false"
  }

]

...

Bloque de código
themeRDark
titleParámetros
proyectoId=="123456";anualidad=in=("2020","2021");fechaPago=bt=("2020-12-0101T00:00:00Z","2021-01-3131T23:59:59Z");tipoOperacion=="FJ: FacturasFJF";reducida=="false"
Bloque de código
themeRDark
titleRespuesta
[
{
	"id":"11-2020-Factura"
	"proyectoId":"123456",
	"partidaPresupuestaria": "8002B541A64406",
	"codigoEconomico": {
   	 	"id": "FU",
    	"nombre": "Fungible",
    	"tipo": "Gasto"
		}
	"anualidad":"2020",
	"tipo":"Gasto",
	"columnas": {
     	"1":"1243",
  		"2":"Factura",
 		"3":"Proveedor1",
  		"4":"24555",
  		"5":"Gasto de material inventariable",
 		"6":500.00,
  		"7":0.00,
  		"8":"20/12/2020",
  		"9":"20/12/2020",
  		"10":"20/12/2020",
 		"11":"11222",
  		"12":"4567"
  		}
},
{
	"id":"12-2020-Factura"
	"proyectoId":"123456",
	"partidaPresupuestaria": "8002B541A64406",
	"codigoEconomico": {
    	"id": "FU",
    	"nombre": "Fungible",
    	"tipo": "Gasto"
		}
	"anualidad":"2020",
	"tipo":"Gasto",
	"columnas":{
     	"1":"1243",
  		"2":"Factura",
 		"3":"Proveedor1",
  		"4":"24555",
  		"5":"Gasto de material inventariable",
 		"6":500.00,
  		"7":0.00,
  		"8":"20/12/2020",
  		"9":"20/12/2020",
  		"10":"20/12/2020",
 		"11":"11222",
  		"12":"4567"
  		}
}
]

Facturas y justificantes - Facturas y gastos - Detalle (/ejecucion-economica/{id})


Bloque de código
themeRDark
titleParámetros
tipoOperacion=="FGF"
Bloque de código
themeRDark
titleRespuesta


Validaciones de gastos pendientes - Columnas (/gastos/columnas)

...