beancount
    Preparing search index...

    Interface CalculateCurrencyColumnOptions

    Options for calculating the optimal currency column position.

    interface CalculateCurrencyColumnOptions {
        maxAmountLength?: number;
        maxLeftPartLength?: number;
        minPadding?: number;
    }
    Index

    Properties

    maxAmountLength?: number

    Override the maximum amount length

    maxLeftPartLength?: number

    Override the maximum left part length (flag + account name)

    minPadding?: number

    Minimum padding between account and amount (default: 3)