Files
2024-11-13 14:46:28 +01:00

36 lines
749 B
JSON

{
"annotations": {
"changelogDate": "20241113134007"
},
"fields": [
{
"fieldName": "type",
"fieldType": "TransactionType",
"fieldValues": "PURCHASE,MATCH,FIELDPAYMENT,INTERNALTRANSFER"
},
{
"fieldName": "date",
"fieldType": "LocalDate"
},
{
"fieldName": "comment",
"fieldType": "String"
}
],
"name": "Transaction",
"pagination": "no",
"readOnly": false,
"relationships": [
{
"otherEntityField": "name",
"otherEntityName": "event",
"otherEntityRelationshipName": "transaction",
"relationshipName": "event",
"relationshipSide": "left",
"relationshipType": "many-to-one"
}
],
"searchEngine": "no",
"service": "no"
}