Reports:
Non-aggregated columns in Grid report export.
Normalized table mode for 2-dimensional Grid reports.
Ability to create internal reports via the UI.
Ability to show/hide and resize columns in the list report result view.
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"fields": {
|
|
"status": "Stato",
|
|
"processedAt": "Elaborato presso",
|
|
"elementType": "Tipo di elemento",
|
|
"element": "Elemento"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Created": "Creato",
|
|
"Pending": "In attesa",
|
|
"In Process": "In corso",
|
|
"Standby": "Pausa",
|
|
"Processed": "Processato",
|
|
"Rejected": "Rifiutato",
|
|
"Failed": "Fallito",
|
|
"Interrupted": "Interrotto"
|
|
}
|
|
}
|
|
} |