Show / Hide Table of Contents

Enum QuoteVersionState

State of a Quote Version This Enum is used by: QuoteVersion.State; QuoteVersion.ArchivedState

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum QuoteVersionState : short

Fields

Name Description
Archived

7: Archived - previous state saved in ArchivedState, newer versions exist

Draft

1: Draft that has been calculated, and ERP has verified it as OK

DraftApproved

4: Draft with potential problems has been human-approved

DraftNeedsApproval

3: Draft has been checked, and there was a problem that needs (human) approval

DraftNotApproved

5: Draft has been checked, there was a problem, and (human) approval was NOT granted

DraftNotCalculated

2: This is a draft that has not been calculated, prices and other attributes may be 'invalid' relative to ERP system rules

Lost

8: Version was rejected be the customer - we lost the sale

Sent

6: Sent to customer, and is now a legally binding document

Sold

9: Quote was accepted and the sale is 'Sold'

Unknown

0: State unknown

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.QuoteVersionState, To>()
QuoteVersionStateExtensions.IsDraft()
QuoteVersionStateExtensions.IsSent()
ObjectExtensions.AssignByReflection<QuoteVersionState>(QuoteVersionState)
ObjectExtensions.GraphCopy<QuoteVersionState>()
Converters.MapEnums<QuoteVersionState, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top