Enum TransactionStatus
The status of a ITransactionalEntity
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.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. |
Excluded | Indicates this transaction is excluded from all reports, and processes in the system, essentially a draft status that is not included anywhere |
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. |