InvoiceLineStatusWebEnum Enumeration |
Invoice and order line status values
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 InvoiceLineStatusWebEnum
Members
| Member name | Value | Description |
---|
| Order | 0 |
The line is a order line, hence a draft line and not invoiced yet.
|
| Invoiced | 1 |
Invoiced and recorded.
|
| Option | 2 |
Options are invoice lines that cannot be invoiced for one reason or another.
For rental objects: The intermediation interval is in draft state but it allows preliminary bookings.
For other articles: A price interval exists but the price is 0.
Options are automatically converted to Invoiced when the criteria to do so are met.
This is done by the option converter scheduled job.
|
| Credited | 3 |
Indicates that the invoice line is credited. It is always matched with corresponding creditnote line for an amount
of the same absolute value but multiplied with -1.
|
| Cancelled | 4 |
The rental agreement for the invoice line was cancelled.
This state is also set on all invice lines connected to the rental agreement, when
a kreditnoteline is created for it.
|
| IsCreditnoteline | 5 |
The line is a creditnote line. The state of this kind of lines cannot be changed!
A creditnoteline is ALWAYS connected to an invoiceline!
|
See Also