Skip to content

Commit

Permalink
generate customer app and adjust list report
Browse files Browse the repository at this point in the history
configure object page

change standard ui texts

add semantic fields to filterbar

make-delete-action-unavailable-for-accepted-travels

create action with a mandatory parameter

add-progress-indicator-to-table-column

add-bullet-micro-chart-to-table

add-quick-contact-view-to-table

create-multiple-table-views-single-table-mode

create-multiple-table-views-single-table-mode

put-travel-status-total-price-deduct-discount-to-header-area-op

add-bullet-micro-chart-and-progress-indicator-to-op

use-singleton-for-bullet-micro-chart-on-op

add-date-multiline-text-placeholder

add value help for dependent filtering

add show more button on op

use side effects to update total price

hide starting and end dates for canceled travels

add validation for field agency on op
  • Loading branch information
TanyaMedvedeva authored and hitesh-parmar committed Apr 9, 2024
1 parent 798b3f0 commit 272d7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.cds
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ entity Travel : managed {
Progress : Integer @readonly;
Description : String(1024);
TravelStatus : Association to TravelStatus @readonly;
to_Agency : Association to TravelAgency;
to_Agency : Association to TravelAgency @assert.target;
to_Customer : Association to Passenger;
to_Booking : Composition of many Booking on to_Booking.to_Travel = $self;
};
Expand Down

0 comments on commit 272d7ca

Please sign in to comment.