We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original report by Marin Bernard (Bitbucket: marinbernard, GitHub: marinbernard).
For instance, invoking bean-report hledger with the following journal file:
2020-01-01 open Assets:Bank 2020-01-01 open Expenses:Grocery 2020-01-01 commodity SALAD 2020-01-01 commodity USD option "operating_currency" "USD" 2020-01-01 * "Grocery" "Salad" Expenses:Grocery 5 SALAD {1.00 USD} @ 1.00 USD Assets:Bank 2020-01-01 * "Grocery" "Salad" Expenses:Grocery 5 SALAD {1.00 USD} @@ 5.00 USD Assets:Bank 2020-01-01 * "Grocery" "Salad" Expenses:Grocery 5 SALAD {{5.00 USD}} @ 1.00 USD Assets:Bank 2020-01-01 * "Grocery" "Salad" Expenses:Grocery 5 SALAD {{5.00 USD}} @@ 5.00 USD Assets:Bank
Returns:
;; Open: 2020-01-01 close Assets:Bank ;; Open: 2020-01-01 close Expenses:Grocery commodity SALAD commodity USD 2020-01-01 * Grocery | Salad Expenses:Grocery 5 SALAD @ 1.00 USD @ 1.00 USD Assets:Bank -5.00 USD 2020-01-01 * Grocery | Salad Expenses:Grocery 5 SALAD @ 1.00 USD @ 1.00 USD Assets:Bank -5.00 USD 2020-01-01 * Grocery | Salad Expenses:Grocery 5 SALAD @ 1.00 USD @ 1.00 USD Assets:Bank -5.00 USD 2020-01-01 * Grocery | Salad Expenses:Grocery 5 SALAD @ 1.00 USD @ 1.00 USD Assets:Bank -5.00 USD
Expected output:
;; Open: 2020-01-01 close Assets:Bank ;; Open: 2020-01-01 close Expenses:Grocery commodity SALAD commodity USD 2020-01-01 * Grocery | Salad Expenses:Grocery 5 SALAD @ 1.00 USD Assets:Bank -5.00 USD 2020-01-01 * Grocery | Salad Expenses:Grocery 5 SALAD @ 1.00 USD Assets:Bank -5.00 USD 2020-01-01 * Grocery | Salad Expenses:Grocery 5 SALAD @ 1.00 USD Assets:Bank -5.00 USD 2020-01-01 * Grocery | Salad Expenses:Grocery 5 SALAD @ 1.00 USD Assets:Bank -5.00 USD
Even if specifying equal costs and prices does not make sense, this is still legal beancount syntax, and should result in valid hledger data.
The text was updated successfully, but these errors were encountered:
Can you move this ticket to https://github.com/beancount/beancount2ledger
There should be a link "Transfer issue" in the lower right corner (there's an arrow to the right).
Sorry, something went wrong.
@MarinBernard I split out the ledger conversion from beancount into a standalone tool called beancount2ledger. Please give this a go.
b99e01f
No branches or pull requests
Original report by Marin Bernard (Bitbucket: marinbernard, GitHub: marinbernard).
For instance, invoking bean-report hledger with the following journal file:
Returns:
Expected output:
Even if specifying equal costs and prices does not make sense, this is still legal beancount syntax, and should result in valid hledger data.
The text was updated successfully, but these errors were encountered: