-
smart_importer` filters training data from a single account, obtained by calling the importer's `file_account()`, as discussed in #30. This presents two questions:
1) (For my understanding): should…
-
# Deduping with Zerosum — Red's Rants
Zerosum is a Beancount plugin to match two halves of a transaction that appear across accounts or across time. The Zerosum README.md explains what it does, a...
…
-
# Customizing Your Importer — Red's Rants
Basic, institution-specific importer code should be written to be shared within theplain text accounting community. However, one frequently needs to build cu…
-
# Structuring Your Source Tree — Red's Rants
There are many ways to structure your ledger transactions in files. The simplest is to put all your transactions in one large file. Many folks do this, an…
-
I see the following warning when inputting xml ofx file
> XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser. If this really is an HTML document (maybe it's X…
-
# Automatically Categorizing Postings — Red's Rants
Investment accounts have a deterministic, finite set of transaction types, and are easy to build correct and complete…
-
```
2017-04-13 * "sell LIQUIDBEES with TradeRef 59283787"
Assets:IN:Investment:Zerodha:LIQUIDBEES -30 LIQUIDBEES {} @ 999.99 INR
Expenses:Financial:Taxes:Zerodha 30 INR …
-
I have this in my ledger:
```
2016-09-25 * "Hooli Vest Event"
Assets:US:Schwab:HOOL 1 HOOL {786.9 USD}
Income:Salary:Hooli:GSU CHF @ 0.968892 USD
Assets:US:Hooli:Unveste…
-
The new csvbase importer has the option to automatically insert a balance assertion based on a balance column in the input data.
Right now it adds a balance assertion one day after the last transac…
-
Martin,
When i try to run the code, i'm getting the below error message in Beancount 2.3.3... I can send you the ledger file privately, if you mail me.
$:~/beancount/beangrow-master/beangrow$ py…