 | ExecutionQuoteLinePurchaseStateIndicatorType Enumeration |
Represent the indicator for purchase state of execution quote line
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Types.Building
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic enum ExecutionQuoteLinePurchaseStateIndicatorType
Public Enumeration ExecutionQuoteLinePurchaseStateIndicatorType
Members
| Member name | Value | Description |
---|
| Green | 3 | The green means the existing purchases document was already delivered or liquidated (or for quote, refused), nothing is in progress |
| None | 0 | The none means nothing was do for the line |
| Orange | 1 | The orange means the purchases is in progress |
| Red | 2 | The red means the purchases document exist but nothing is in progress |
See Also