mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

12K
active users

#ledgercli

0 posts0 participants0 posts today
Replied in thread

Zumal TaskWarrior eines dieser Projekte war, an denen super wenig entwickelt wird einfach weil das Konzept bereits gut umgesetzt ist und weitere Ergänzungen von dieser "rohen Idee" hätte abgewichen.

Im Grunde war es ein Renderer und Batch Peocessor für die flat file database. Ganz ähnlich z. B. #ledgercli ebenfalls nur ein Renderer der flat file database ist und sich das alles sehe unix-style und clean anfühlt.

Lieber hätt ich Zeitumstellung (DST) gesehen

I've come to the conclusion that some problems that look easy to solve are harder than I expected.

I am writing a #plaintextaccounting #ledgercli transaction merger which basically tries to merge you moving money from one account to your main and then somewhere else into one transaction based on date and sum.

But it has to work both ways and I'm still looking for a way how to save this chain of transactions without using redundant loops.

Curious on what I will end up with.

Личные финансы в формате txt

Я давно подсел на Obsidian , и мне очень понравилась идея хранения данных в человеко-понятных форматах вроде TXT или Markdown. В таком виде вы не привязаны к конкретному инструменту и вам не надо делать экспорт данных для резервных копий. Данные сами по себе остаются готовые к чтению или модифицированию. Чего мне не хватало, так это хорошего формата для хранения финансовых данных. И тут, открыв очередную трэш-статью , начав читать гневные комментарии, наткнулся на человека, который ведёт расходы в TXT формате. Причём технический человек, со знанием программирования. Это показалось абсолютно тупейшим решением, но... в комментарии ниже, другой человек отписал, что тоже использует TXT для ведения личных финансов. И это уже было подозрительно. Начал изучать вопрос и наткнулся на ledger-cli .

habr.com/ru/articles/794386/

ХабрЛичные финансы в формате txtКартинка из интернета. Сводка баланса в ламповых цветах терминала Предыстория Я давно подсел на  Obsidian , и мне очень понравилась идея хранения данных в человеко-понятных форматах вроде TXT...
Continued thread

Seems like 2024 will be the year of barely any manual work left for my #ledgercli setup.

Now I will start working on my mobile ledger setup. For this I will have one merged file that is for mobile only, sync to mobile, then sync back on the laptop and import TAs not known to the laptop setup.

Since TAs on my laptop have a reference and UID I can easily figure out which come from mobile.

This will also help me in my holidays, as I will not be using the laptop setup then.

I biked 4,042 km in 2023. 44.1% of that was for recreation; 55.9% was for utility (with 32.0% for my commute). Almost all of this was on my Raleigh Record Ace.

I spent $417.37 on #cycling, including building new bike stands for my office. That's $0.103/km, or $0.185/km if you only count utility cycling. Compare to about $0.40/km driving!

I used #ledgercli to track distances and expenses, and #gnuplot for the graph.

So on my #ledgercli #plaintextaccounting setup I now convert csv to shell to json to ledger ... because why not?

The real reason is this allows me to have a single line per recurring transaction which I later can easily convert to the ledger format.

Granted it's a bit verbose (I need to specify both the value and currency format) but I can just omit what I don't need so most lines are around 90chars long, which already includes my IBAN as well.

[1/2]

Ok I need help.

I am currently at the 2nd rewrite of my #plaintextaccounting #ledgercli tooling and still find things I don't like/enjoy with this setup.

It's like 200% better than the first iteration though.

Let's hope the time invested will be returned. At least I had to reread the full manpage and online manual so I already learned/remembered some things I already forgot.

Can you ever get kind of excited about personal finance management/bookkeeping? It turns out yes.

After a quick read on YNAB, I think I see what people use [virtual transactions] for now in #hledger and #ledgercli

Interesting, but I don't think I'll use it, I don't need pre-defined budgeting, I will use the regular hledger budgeting for recuring monthly expenses starting next month, though.