Eiffel - Patch 9 (19.3.10)
Release Summary
This Patch release intends to address issues from earlier Eiffel releases and make general improvements.
See Minor Changes for more details on the specific changes.
Minor Changes
Add currency after each Payment Schedule Amount (KT-11074)
Currency is now displayed after each amount in every payment schedule in the new Payments UI.
Add hover on rule name with the description of the Payment Schedule (KT-11075)
The Description of payment schedule rule is now displayed when hovering over a rule name.
Add Gross Amount column to new Payments UI (KT-11076)
Added a "Gross Amount" column to the new Payments UI. Display logic for the Payment Schedule table is as follows:
-
If Total Amount Gross equals Total Amount Net at the itinerary level, only the Amount Net is shown.
-
If Total Amount Gross does not equal Total Amount Net and Gross Invoicing checkbox is False, both Amount Net and Amount Gross are displayed.
-
If Total Amount Gross does not equal Total Amount Net and Gross Invoicing checkbox is True, only the Amount Gross is shown.
A booking with 'Confirmation Status'='Unconfirmed Amendment' should get a 'Pending Amendment' status after a failed confirmation attempt (KT-7380)
A booking with 'Confirmation Status'='Unconfirmed Amendment' will now get a 'Pending Amendment' status after a timed out confirmation attempt
Related Support Ticket: KHELP-9801
Time dropdown should be hidden from 'Activity starts from' modal if supplier provides no departure times (KT-10885)
Time drop down is now hiddne in the Activity Starts modal if supplier has provided no departure times
Related Support Ticket: KHELP-10890
Decimal format in Payments may cause inconsistent UI in some European locales (KT-10779)
Decimals are now formatted accordingly with thousands separators based on Locale configuration of the current user in Payments tab.
Related Tags: Eiffel Releases