Hi CUBA Team,
I have an issue: In my application, I have 3 entities like categories: Customer, Employer,Department
And 2 entities like documents
-
“CashReceipt” with attribute : “CashPayer”
-
“BankReceipt” with attribute : “BankPayer”
-
1. “CashPayer” related to Customer type, Employer type and String type.
-
2. “BankPayer” related Customer type, Employer type and Department type.
You can see sample in attachments images.
I see you have an example : [url=https://github.com/cuba-platform/sample-entity-inheritance]https://github.com/cuba-platform/sample-entity-inheritance[/url]
But it’s not help to resolve my problem. Because I can not make one entity inheritancefrom 2 or more difference entities at one time.
How I can make this model inCuba-Platform?