Augment `AdminService.Author` by 2 fields `age` and `lifetime` whose values are computed by SQLite and HANA-specific functions. Don't do this in bookshop directly, to keep it simple. Instead, use the fiori module, which also allows to integrate the fields in the UI. Co-authored-by: Daniel <daniel.hutzel@sap.com>
26 lines
446 B
INI
26 lines
446 B
INI
Books = Books
|
|
Book = Book
|
|
ID = ID
|
|
Title = Title
|
|
Author = Author
|
|
AuthorID = Author ID
|
|
Stock = Stock
|
|
Name = Name
|
|
AuthorName = Author's Name
|
|
DateOfBirth = Date of Birth
|
|
DateOfDeath = Date of Death
|
|
PlaceOfBirth = Place of Birth
|
|
PlaceOfDeath = Place of Death
|
|
Age = Age
|
|
Authors = Authors
|
|
Order = Order
|
|
Orders = Orders
|
|
Price = Price
|
|
|
|
Genre = Genre
|
|
Genres = Genres
|
|
SubGenres = Sub Genres
|
|
|
|
NumCode = Numeric Code
|
|
MinorUnit = Minor Unit
|
|
Exponent = Exponent |