plaintextaccounting VS reckon

Compare plaintextaccounting vs reckon and see what are their differences.

plaintextaccounting

The plaintextaccounting.org website, a portal to Ledger, hledger, beancount and co. Also the PTA wiki. (by plaintextaccounting)

reckon

Flexibly import bank account CSV files into Ledger for command-line accounting (by cantino)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
plaintextaccounting reckon
61 5
519 403
1.2% -
9.4 5.7
6 days ago 29 days ago
HTML Ruby
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

plaintextaccounting

Posts with mentions or reviews of plaintextaccounting. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-10.
  • Double-Entry Bookkeeping as a Directed Graph
    5 projects | news.ycombinator.com | 10 Apr 2024
    I use ledger: https://ledger-cli.org/

    I believe this same plain text format is used by other tools, which you can find info about here: https://plaintextaccounting.org/ (In particular a lot of people seem to use hledger and beancount)

    The ledger is written using a text editor. The purpose of the software is to add everything up, calculate the balances and make sure everything balances. I keep all of my 12 years of accounting in one file and haven't noticed any slowdown. But a real business would surely have many more accounts and may want to split files by financial year or something.

    I use helper scripts to convert the data from my bank CSV downloads into ledger format. It uses machine learning to associate payees to accounts (e.g. "Tesco" gets filed to the account "Expenses:Groceries"). I haven't maintained the ML part although it works for me most of the time. In case it's useful, the code is here: https://github.com/georgek/accounts/

  • Pandoc
    17 projects | news.ycombinator.com | 28 Jan 2024
  • Ask HN: How Do You Budget?
    2 projects | news.ycombinator.com | 27 Dec 2023
    I invite you to hang out in the https://plaintextaccounting.org/#news-discussion -> chats, we like to discuss tactics.
  • Trakk: expense trakking app
    2 projects | /r/personalfinanceindia | 6 Nov 2023
    My attempt at solving the same problem https://paisa.fyi. It builds on top of https://plaintextaccounting.org/ principles and is available as a CLI/Desktop App.
  • Mint is shutting down, and it's pushing users toward Credit Karma
    2 projects | news.ycombinator.com | 2 Nov 2023
    ledger, hledger, beancount: https://plaintextaccounting.org/

    Gnucash

    Firefly III

    The plain text accounting options are by far the best if you're willing to give up automatic pretty navigation and graphing.

  • Why plain text accounting over tools like excel or other accounting software, apart from version control?
    1 project | /r/plaintextaccounting | 27 Oct 2023
  • Accounting for Computer Scientists – Martin Kleppmann's Blog
    1 project | news.ycombinator.com | 20 Oct 2023
    Same: see also https://plaintextaccounting.org/

    ...the gist is "ledger.exe" (crufty-old-C-program) is the "perl" of plain-text-accounting. The implementation _is_ the specification.

    "HLedger" (haskell) is the mostly-compatible ("now you have 15 standards!") which cleans up a bit of the crufty accidents and is considered more "pure" and "correct".

    Mess with it for funsies, and consider using `hledger-ui` for browsing. It's really really powerful!

    Specifically this part is super cool: https://ledger-cli.org/doc/ledger3.html#Commodities-and-Curr...

    ...and: https://ledger-cli.org/doc/ledger3.html#Currency-and-Commodi...

    Implied exchange rates, arbitrary commodities/inventory. It gets into really heady territory pretty quick.

  • Ask HN: Plaintext-oriented and SQLite based family office accounting solutions?
    1 project | news.ycombinator.com | 17 Jul 2023
    Does anyone know of in the spirit of something like plain text accounting (https://plaintextaccounting.org/) but adapted to integrate the complexities of a wealthy family? I intend to implement something myself, but was interesting if there was anything else out there.

    The point would be to design something that substitutes for Addepar but with a sensibly organized sqlite db and csvs as "first class" sources of truth (and scripts to handle a variety of common functionality).

    So it is really an exercise in understanding the correct architecture of various hierarchies, relationships, and categories in the context of a wealthy family.

    All the major software out there just does not seem very good, have a principled handle on the fundamental and primitive relationships and operations that describe a family's financial affairs (everything done on an ad hoc basis). And because of this, entail complete data/platform lock-in.

  • Ask HN: How do you manage your personal finances?
    4 projects | news.ycombinator.com | 10 Jul 2023
    I use Beancount; learned at https://plaintextaccounting.org/.
  • Please tell me the fastest way to analyze the expenses from bank statemẹnts and catẹgorise them accordingly
    3 projects | /r/IndiaInvestments | 2 Jul 2023
    I use ledger (https://plaintextaccounting.org/) to manage my transactions in plain text and then generate reports. I copy/paste the transactions from pdfs received monthly in an Emacs Org file and then convert them to ledger format using ob-lc (https://github.com/jayrajput/ob-ledger-convert). There is a steep learning curve, but the results are awesome.

reckon

Posts with mentions or reviews of reckon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-22.
  • Show HN: Paisa – Open-Source Personal Finance Manager
    18 projects | news.ycombinator.com | 22 Sep 2023
    Reckon works well enough for me.

    https://github.com/cantino/reckon

  • Reckon 0.9.0 released
    1 project | /r/plaintextaccounting | 23 Feb 2023
    Or download the gemfile from the releases page on github https://github.com/cantino/reckon/releases/tag/v0.9.0
  • Actual is going open-source
    5 projects | news.ycombinator.com | 29 Apr 2022
    Thanks for the post Sagar, I'm the maintainer of reckon [1], a tool to help categorize transactions, which I used in ledger. There are a lot of interesting tools for doing plain text accounting [2] and I'm always interested in learning about new ones.

    Reckon uses TF/IDF with cosine similarity, but I would be interested to see how you use Random Forest. Please post your code somewhere, I'd love to see it and learn something new!

    [1] https://github.com/cantino/reckon

  • Rules for Ledger Covert
    1 project | /r/plaintextaccounting | 24 Jan 2021
    Hi, I'm the current maintainer of reckon, if you're having issues with reckon, I'd be happy to help. You can message me here on reddit, or, if you have a github account, you can post an issue in the project https://github.com/cantino/reckon/issues
  • CSV importer survey - what do you use?
    2 projects | /r/plaintextaccounting | 6 Jan 2021
    https://github.com/cantino/reckon is really handy. I maintain a token file(used to map a transaction to an account) and run the reckon tool against the bank csv files in non-interactive mode to generate a temp ledger file, make necessary adjustments and then merge it with the main ledger file.

What are some alternatives?

When comparing plaintextaccounting and reckon you can also consider the following projects:

actual - A local-first personal finance app

hledger-mode - An Emacs major mode for Hledger

Fava - Fava - web interface for Beancount

emanote - Emanate a structured view of your plain-text notes

YNAB4-64bit - Conversion tool to get YNAB4 working on 64bit macOS (Catalina and later)

ynab-to-ledger - A tool to convert a YNAB-exported CSV file to a plaintext accounting ledger dat file

lakshmi - Investing library and command-line interface inspired by the Bogleheads philosophy

hledger - Robust, fast, intuitive plain text accounting tool with CLI, TUI and web interfaces.

Canvas LMS - The open LMS by Instructure, Inc.

wire-server - 🇪🇺 Wire back-end services

bursar - SimpleFIN + Google Sheets expense-tracking tool inspired by Mintable