TransactionItem - backend only

This commit is contained in:
2024-11-13 14:56:22 +01:00
parent d4ff2d503e
commit 73d382aa1f
27 changed files with 1374 additions and 8 deletions
+42
View File
@@ -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"
}