...
Anker | ||||
---|---|---|---|---|
|
Content |#_Toc286411991
Line 1 TOMA via Internet
Line 2 Path to Genesis CFG files
Line 3 Genesis remark line
Line 4 DWIS in Request Handling
Line 5 Show booking categories
Line 6 Path for Genesis
Line 7 Show E-Mail address in Genesis
Line 8 Changing address of individual clients permitted
Line 9 Date VAT rate
Line 10 Show package sort icon
Line 11 Use default Genesis agency
Line 12 Restrictions for setup of clients over Genesis active
Line 13 Check ordering person
Line 14 Display extended hotel vacancy
Line 15 Display extended flight vacancy
Line 16 TOMA length limitation in Genesis active
Line 17 Show warnings after request
Line 18 Change assignment, by selecting one participant
Line 19 Minimum lenght of one participant first name
Line 20 Delete LT Res Nr with booking number
Line 21 Always detect terms of payment out of settings
...
- Direct Booking
- Through external applications
- No booking process - – email request
- Direct bookings - bookable through DaVinci booking codes (normal bookings)
...
- Through external applications - – Wasteels web page possesses links to external web pages of service providers, which are not bookable, directly, in DaVinci. A client is directed to the external application and proceeds to make a booking for services in the external application, (i.e. car rental which are not contracted agency) afterwards they receive a booking/ confirmation number for the requested service. At the end of the booking process, on this application, the user returns to Wasteels' pages. The confirmation-number received from the external application would have to be stored in the properties of that service (i.e. in the second tab "Additional Data", right part, there are filed like "Project number" or "Remarks 1", "Remarks 2") (Internet application).
- No booking process - – email request, services which are on request only, and are processed by sending an email request, to a work group, to be processed. When booking this service, employee shall receive email for this request and as this is not a normally offered service it will consist of an empty booking code, for a blank service, which can be completed, in Genesis, (details of that service).
...
If that flag is set, the package sort icon is shown in Genesis. The package sort icon is a short cut of the sort functionality over the context menu.
The sort range will define in a file called Genesis.xml, which contain following configurable services
- <GenesisConfig>
- <PackageOrder>
<Item Anforderung="AN" />
<Item Anforderung="P" />
<Item Anforderung="AB" />
</PackageOrder>
- <PackageServiceOrder>
- <ServiceOrder PackageAnforderung="AN">
<Item Anforderung="MW" />
<Item Anforderung="BU" />
<Item Anforderung="BA" />
<Item Anforderung="F" />
<Item Anforderung="NF" />
<Item Anforderung="OW" />
<Item Anforderung="C" />
<Item Anforderung="VP" />
<Item Anforderung="R" />
<Item Anforderung="H" />
<Item Anforderung="T" />
<Item Anforderung="SO" />
<Item Anforderung="MBA" />
<Item Anforderung="WM" />
<Item Anforderung="ST" />
<Item Anforderung="TA" />
<Item Anforderung="YC" />
<Item Anforderung="SP" />
</ServiceOrder>
- <ServiceOrder PackageAnforderung="P">
<Item Anforderung="K" />
<Item Anforderung="SO" />
<Item Anforderung="TI" />
<Item Anforderung="V" />
<Item Anforderung="LA" />
<Item Anforderung="MBA" />
<Item Anforderung="MW" />
<Item Anforderung="WM" />
<Item Anforderung="BU" />
<Item Anforderung="BA" />
<Item Anforderung="F" />
<Item Anforderung="NF" />
<Item Anforderung="OW" />
<Item Anforderung="VP" />
<Item Anforderung="R" />
<Item Anforderung="H" />
<Item Anforderung="T" />
<Item Anforderung="C" />
<Item Anforderung="ST" />
<Item Anforderung="TA" />
<Item Anforderung="YC" />
<Item Anforderung="SP" />
</ServiceOrder>
- <ServiceOrder PackageAnforderung="AB">
<Item Anforderung="NP" />
<Item Anforderung="R" />
<Item Anforderung="H" />
<Item Anforderung="F" />
<Item Anforderung="C" />
<Item Anforderung="NF" />
<Item Anforderung="OW" />
<Item Anforderung="BA" />
<Item Anforderung="BU" />
<Item Anforderung="MW" />
<Item Anforderung="T" />
<Item Anforderung="SO" />
<Item Anforderung="MBA" />
<Item Anforderung="WM" />
<Item Anforderung="ST" />
<Item Anforderung="TA" />
<Item Anforderung="YC" />
<Item Anforderung="SP" />
</ServiceOrder>
</PackageServiceOrder>
</GenesisConfig>
...