limabean

balances

(balances beans)(balances beans filters)

Build balances from beans, optionally further filtered.

income-statement

(income-statement beans)(income-statement beans filters)

Build balances from beans, optionally further filtered.

Custom directives may be passed in after the filters using :directives.

inventory

(inventory beans)(inventory beans filters)

Build inventory from beans after applying filters, if any.

journal

(journal beans)(journal beans filters)

Build a journal of postings from beans with running balance.

Custom directives may be passed in after the filters using :directives.

load-beanfile

(load-beanfile path)

Load beans from the beanfile at path

rollup

(rollup inv)

Build a rollup for the primary currency from an inventory.

To build for a different currency, simply filter by that currency, e.g

(rollup (inventory (f/cur "CHF")))

version

(version)

Get the library version from pom.properties, else returns “unknown”.