billing data

This commit is contained in:
Koch
2023-05-17 14:48:22 +02:00
parent f872286440
commit 313e595a91
5 changed files with 26 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ service PDMService {
entity Customers as projection on db.Customers;
entity CustomerPostalAddress as projection on db.CustomerPostalAddress;
entity CustomerBillingData as projection on db.CustomerBillingData;
// create view on Orders and Items as flat projection
entity OrderItemView as