TransactionEntity
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user