I released version 1.3 of beancount2ledger, the beancount to ledger converter that was moved from "bean-report ledger" into a standalone tool.
You can get beancount2ledger from GitHub: https://github.com/beancount/beancount2ledger or via pip install: https://pypi.org/project/beancount2ledger/ Here are the changes in 1.3: * Add rounding postings only when required * Avoid printing too much precision for a currency * Avoid creating two or more postings with null amount * Add price to cost when needed by ledger * Preserve posting order * Add config option `indent` * Show metadata with hledger output * Support setting auxiliary dates and posting dates from metadata * Support setting the code of transactions from metadata * Support mapping of account and currency names * Improve documentation: * Add user guide * Document limitations -- Martin Michlmayr https://www.cyrius.com/ -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20201113121101.GA8651%40jirafa.cyrius.com.
