-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 7331243 with MkDocs version: 1.2.4
- Loading branch information
Showing
12 changed files
with
73 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,7 +257,7 @@ | |
<div class="section"> | ||
|
||
<h1 id="external-contributions-to-beancount">External Contributions to Beancount<a id="title"></a><a class="headerlink" href="#external-contributions-to-beancount" title="Permanent link"></a></h1> | ||
<p><a href="mailto:[email protected]"><u>Martin Blais</u></a> - Updated: April 2016</p> | ||
<p><a href="mailto:[email protected]"><u>Martin Blais</u></a> - Updated: June 2024</p> | ||
<p><a href="http://furius.ca/beancount/doc/contrib"><u>http://furius.ca/beancount/doc/contrib</u></a></p> | ||
<pre><code>Links to codes written by other people that build on top of or that are related to Beancount and/or Ledgerhub. | ||
</code></pre> | ||
|
@@ -313,7 +313,9 @@ <h2 id="tools">Tools<a id="tools"></a><a class="headerlink" href="#tools" title= | |
<p><a href="https://github.com/SEIAROTg/autobean-format"><u>autobean-format</u></a> (Archimedes Smith): Yet another formatter for beancount,, powered by earlier project autobean-refactor, a library for parsing and programmatically manipulating beancount files. based on a proper parser, allowing it to format every corner of your ledger, including arithmetic expressions.</p> | ||
<p><a href="https://github.com/akirak/flymake-bean-check"><u>akirak/flymake-bean-check</u></a> (Akira Komamura): flymake support for Emacs.</p> | ||
<p><a href="https://reds-rants.netlify.app/personal-finance/direct-downloads/"><u>bean-download</u></a> (Red Street): A downloader that ships with beancount-reds-importers that you can configure to run arbitrary commands to download your account statements. It now has a new feature: the needs-update subcommand.</p> | ||
<p><a href="https://github.com/gerdemb/beanpost"><u>gerdemb/beanpost</u></a> (Ben Gerdemann): Beanpost consists of a PostgreSQL schema and import/export commands that let you transfer data between a beancount file and a PostgreSQL database. Much of Beancount's functionality is implemented using custom PostgreSQL functions, allowing for complex queries and data manipulation. This setup provides a flexible backend that can integrate with other tools like web apps or reporting systems.</p> | ||
<p><a href="https://github.com/gerdemb/beanpost"><u>gerdemb/beanpost</u></a> (Ben Gerdemann): Beanpost consists of a PostgreSQL schema and import/export commands that let you transfer data between a beancount file and a PostgreSQL database. Much of Beancount's functionality is implemented using custom PostgreSQL functions, allowing for complex queries and data manipulation. This setup provides a flexible backend that can integrate with other tools like web apps or reporting systems</p> | ||
<p><a href="https://github.com/LaunchPlatform/beanhub-cli"><u>LaunchPlatform/beanhub-cli</u></a> (Fang-Pen Lin): Command line tools for BeanHub or Beancount users.</p> | ||
<p><a href="https://github.com/zacchiro/beangrep"><u>zacchiro/beangrep</u></a> : Beangrep is a grep-like filter for the Beancount plain text accounting system.</p> | ||
<h2 id="alternative-parsers">Alternative Parsers<a id="alternative-parsers"></a><a class="headerlink" href="#alternative-parsers" title="Permanent link"></a></h2> | ||
<h3 id="bison">Bison<a id="bison"></a><a class="headerlink" href="#bison" title="Permanent link"></a></h3> | ||
<p>The Beancount v2 parser uses GNU flex + GNU bison (for maximum portability).</p> | ||
|
@@ -344,6 +346,8 @@ <h2 id="importers">Importers<a id="importers"></a><a class="headerlink" href="#i | |
<p><a href="https://github.com/ericaltendorf/magicbeans"><u>ericaltendorf/magicbeans</u></a> (Eric Altendorf): Beancount importers for crypto data. Detailed lot tracking and capital gains/losses reporting for crypto assets. " I wrote it because I was not satisfied with the accuracy or transparency of existing commercial services for crypto tax reporting."</p> | ||
<p><a href="https://github.com/OSadovy/uabean/"><u>OSadovy/uabean</u></a> (Oleksii Sadovyi): A set of Beancount importers and scripts for popular Ukrainian banks and more.</p> | ||
<p><a href="https://github.com/fdavies93/seneca"><u>fdavies93/seneca</u></a> (Frank Davies): Importer for Wise. Multi-currency transfers.</p> | ||
<p><a href="https://github.com/LaunchPlatform/beanhub-import"><u>LaunchPlatform/beanhub-import</u></a> : New beancount importer with a UI.</p> | ||
<p><a href="https://github.com/rlan/beancount-multitool"><u>rlan/beancount-multitool</u></a> (Rick Lan): Beancount Multitool is a command-line-interface (CLI) tool that converts financial data from financial institutions to Beancount files (supported: JA Bank JAネットバンク, Rakuten Card 楽天カード, Rakuten Bank 楽天銀行, SBI Shinsei Bank 新生銀行). Associated post: <a href="https://www.linkedin.com/feed/update/urn:li:activity:7198125470662500352/"><u>https://www.linkedin.com/feed/update/urn:li:activity:7198125470662500352/</u></a></p> | ||
<h2 id="converters">Converters<a id="converters"></a><a class="headerlink" href="#converters" title="Permanent link"></a></h2> | ||
<p><a href="https://github.com/madhat2r/plaid2text"><u>plaid2text</u></a>: Python Scripts to export Plaid transactions and transform them into Ledger or Beancount syntax formatted files.</p> | ||
<p><a href="https://github.com/henriquebastos/gnucash-to-beancount/"><u>gnucash-to-beancount</u></a>: A script from Henrique Bastos to convert a GNUcash SQLite database into an equivalent Beancount input file.</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+348 KB
health_care_expenses/media/cb380149d593035c851ca96e073492af535fbdec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-372 KB
health_care_expenses/media/e11ca5f096b4097c3f80fa3845a866cbb1860f81.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.