adding fiori

This commit is contained in:
Wolfgang Koch
2021-05-04 10:33:38 +02:00
parent 13fc17a760
commit 309c76caae
25 changed files with 1037 additions and 0 deletions

8
fiori/db/schema.cds Normal file
View File

@@ -0,0 +1,8 @@
using { sap.capire.bookshop } from '@capire/bookshop';
// Forward-declare calculated fields to be filled in database-specific ways
// TODO find a better way to have 'default' fields that still can be overwritten.
extend bookshop.Authors with {
virtual age: Integer;
virtual lifetime: String;
}