Search Results for

    Show / Hide Table of Contents

    Enum LedgerAutoPostingBehaviour

    Namespace: LemonEdge.API.Entities.FinancialServices.Accounting
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    public enum LedgerAutoPostingBehaviour : short

    Fields

    Name Description
    Default

    Indicates this when a transaction code doesn't specify a ledger for the transaction, or postings, if applicable this ledger will be automatically populated

    OnlyWhenExplicitlySpecified

    Indicates postings will only ever be generated for this ledger if they are explicitly set. A posting with a blank ledger won't be automatically populated

    Extension Methods

    LinqExtensions.AsArray<LedgerAutoPostingBehaviour>(LedgerAutoPostingBehaviour)
    LinqExtensions.ToArrayOfOne<LedgerAutoPostingBehaviour>(LedgerAutoPostingBehaviour)
    LinqExtensions.ToListOfOne<LedgerAutoPostingBehaviour>(LedgerAutoPostingBehaviour)
    MiscExtensions.SetIfNotEqual<LedgerAutoPostingBehaviour, TP>(LedgerAutoPostingBehaviour, Expression<Func<LedgerAutoPostingBehaviour, TP>>, TP)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.