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 |