Enum TransactionStatus
The status of a ITransactionalEntity
Namespace: LemonEdge.API.Core
Assembly: API.dll
Syntax
public enum TransactionStatus : short
Fields
Name | Description |
---|---|
Cancelled | Indicates this transaction is cancelled. |
Committed | Indicates this transaction can still be edited. GL entries are automatically created for any entries in this entity. |
Finalized | Indicates this transaction is finalized, no changes can be made to it. Any changes result in a cancel/correct operation. |
InProgress | Indicates this transaction is in an entry state only. No gl entries are automatically created for it, no reports/processes pick this transaction up unless explicitly told to do so. |