New issue 326: Add a new function "create_simple_posting_with_price" in core/data.py https://bitbucket.org/blais/beancount/issues/326/add-a-new-function
Milind Kamble: When ingesting 401K type account statements, I find it convenient to use a function to create an entry with price information when units are sold/reduced due to account maintainence fees. Since there is already a function create_simple_posting_with_cost, I think a similar function create_simple_posting_with_price will useful. Otherwise, we have to fallback to the Posting constructor which needs importing of other modules such as Amount, D/Decimal etc. in the custom Importer(s) that I find needing to write because ofx and cvs importers do not fulfill the needs -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20180820153853.29838.83865%40celery-worker-111.ash1.bb-inf.net. For more options, visit https://groups.google.com/d/optout.
