Enum TransactionTransferedToAccountingResult
Namespace: Simplic.ERP.Core
Assembly: Simplic.ERP.Core.dll
Syntax
public enum TransactionTransferedToAccountingResult : byte
Fields
Name | Description |
---|---|
AlreadyCanceled | Error state |
AlreadyDeleted | Error state |
AlreadyTransferredToAccounting | Error state |
CouldNotCreateFinancialBookings | Could not create financial bookings |
Invalid | Invalid state |
Success | Success state |
TransactionDbLocked | Error state |
TransferralToAccountingProhibited | User prohibited the transferral of the transaction to accounting. |