RentalObjectCommentTypeWebEnum Enumeration |
Enumeration for comment type on rental object
Namespace:
Tse.EasyBook.Server.DataContracts.ValueTypes
Assembly:
Tse.EasyBook.Server.DataContractsModelCommon (in Tse.EasyBook.Server.DataContractsModelCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum RentalObjectCommentTypeWebEnum
Members
| Member name | Value | Description |
---|
| Internal | 0 |
Internal comment and it is only shown to users who are using the EasyBook.NET smart client to
create a rental agreement. It is shown in a modal popup dialog box above the "Order" dialog after
a new rental agreement has been added to an order draft.
|
| RentalAgreement | 1 |
Customer comment. It is shown in a modal popup dialog box above the "Order" dialog after
a new rental agreement has been added to an order draft. It is also copied to the property
RentalAgreement.InvoiceText and it is included on the rental agreement document. This document is
delivered to the customer. Additional text can be added to this property by the user of
EasyBook.NET smart client.
|
| Catalogue | 2 |
Customer comment describing changes to the catalogue. It is shown in a modal popup dialog box above
the "Order" dialog after a new rental agreement has been added to an order draft. It is included
on the rental agreement document. This document is delivered to the customer.
|
| Service | 3 |
Text for the service supplier. It is shown on the requisition and the service planning list
|
| CustomerComment | 4 |
Customer comment for the consumption slip.
|
See Also