new ui annotations

This commit is contained in:
Wolfgang Koch
2021-09-22 10:38:00 +02:00
parent 1e034e964e
commit 35bec41f0e
149 changed files with 2321 additions and 7891 deletions

View File

@@ -19,7 +19,7 @@ annotate OrdersService.Orders with @(
SelectionFields: [ createdAt, createdBy ],
LineItem: [
{Value: OrderNo, Label:'OrderNo'},
{Value: buyer, Label:'Customer'},
// {Value: buyer, Label:'Customer'},
{Value: createdAt, Label:'Date'}
],
HeaderInfo: {
@@ -45,7 +45,7 @@ annotate OrdersService.Orders with @(
],
FieldGroup#Details: {
Data: [
{Value: currency.code, Label:'Currency'}
{Value: currency_code, Label:'Currency'}
]
},
FieldGroup#Created: {