This commit is contained in:
Daniel
2021-07-16 07:09:19 +02:00
parent 67643b8d95
commit fc69311ebe
14 changed files with 89 additions and 3285 deletions

View File

@@ -23,3 +23,9 @@ using { sap.capire.orders.Orders_Items } from '@capire/orders';
extend Orders_Items with {
book : Association to Books on product.ID = book.ID
}
using { OrdersService.Orders } from '@capire/orders';
// extend service CatalogService with {
// entity OrdereredBooks as projection on Orders;
// }