TransactionItem - backend only
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20241113135446"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "amount",
|
||||
"fieldType": "BigDecimal"
|
||||
},
|
||||
{
|
||||
"fieldName": "date",
|
||||
"fieldType": "LocalDate"
|
||||
},
|
||||
{
|
||||
"fieldName": "comment",
|
||||
"fieldType": "String"
|
||||
}
|
||||
],
|
||||
"name": "TransactionItem",
|
||||
"pagination": "no",
|
||||
"readOnly": false,
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "name",
|
||||
"otherEntityName": "userAccount",
|
||||
"otherEntityRelationshipName": "transactionItem",
|
||||
"relationshipName": "userAccount",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-many"
|
||||
},
|
||||
{
|
||||
"otherEntityField": "id",
|
||||
"otherEntityName": "transaction",
|
||||
"otherEntityRelationshipName": "transactionItem",
|
||||
"relationshipName": "transaction",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "one-to-many"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "no"
|
||||
}
|
||||
Reference in New Issue
Block a user