Re: Bugzilla bugs are on GitHub now

2018-06-01 Thread Dániel Fancsali
Great work! Thanks a lot. On Fri, 1 Jun 2018, 20:03 Craig Earls, wrote: > Here, here! > > Thanks Martin. > > On Fri, Jun 1, 2018 at 10:54 John Wiegley wrote: > >> > "MM" == Martin Michlmayr writes: >> >> MM> I've imported most of these manually now. >> >> Thank you so much, Martin! Your

Re: convert command: output in USD automatically?

2018-01-22 Thread Dániel Fancsali
Hello, I think there's no straightforward way of doing that. Ledger is rather agnostic of currencies anyway. It'll happily handle as many as you wish, unlike others similar tools, where you need to have an internal/default currency. So I myself just add another rule to the sed script that I need

Re: convert command: output in USD automatically?

2018-01-22 Thread Dániel Fancsali
Greetings, On one hand, you are absolutely right. Even if I buy something from the US, I'll end up paying in my local currency. (Including paying any taxes/duties and banking fees too) However, if you have ever lived abroad or moved across country borders, you'll most probably have holdings in

Re: Multiple journal files?

2018-03-06 Thread Dániel Fancsali
Hello, My solution is to have one file per bank account, and the transfers are marked with an UUID tag, so they will only be considered by ledger, when seen for the first time. Also, when including multiple files, you have to be very careful with the balance assertions, as balance is calculated

Re: Show balances in one account using a different currency than the rest?

2018-03-14 Thread Dániel Fancsali
Hey, Well, accounts can have several currencies in them, so technically it's shown in the same currency it has been "accounted for" in the first place. (Pun intended... :)) Regards, Dan On Mon, 12 Mar 2018 at 05:21 Gavin Hughes wrote: > Is it possible to create a balance

Re: Categorised transactions and summary reports

2018-03-22 Thread Dániel Fancsali
Hello Dan, Well, there are several ways you can do this, actually. Even looking at your example, it kind of suggests a way of doing this. Categories, or "accounts" in beancounter-speak can be hierarchical, so you could do: Expenses:Rent:Property A Expenses:Rent:Property B

Re: Categorised transactions and summary reports

2018-03-22 Thread Dániel Fancsali
question. ;) Regards, Dan On Thu, 22 Mar 2018 at 14:54 Daniel Scott <danieljamessc...@gmail.com> wrote: > Great, thanks. I think it's just a question of me getting a hang of the > terminology. > > On 22 March 2018 at 14:31, Dániel Fancsali <fancs...@gmail.com> wrote: &g

Re: Virtual postings and balance assertion

2018-02-27 Thread Dániel Fancsali
Hey, Just a hunch, but I feel it's a bit odd that the virtual account names match the real ones. I'd double check that, maybe using ledger register to see what the rolling sum is. Regards, Dan On Tue, 27 Feb 2018 at 15:03 Ryan Nowakowski wrote: > On Tue, Feb 27, 2018 at

Re: Encrypted Journal Files?

2018-10-07 Thread Dániel Fancsali
Hello, Have a look at git-crypt, I am experimenting with that. It looks promising. Perhaps, I'll even put together a HOWTO in the near future. Regards, Dan On Sun, 7 Oct 2018 at 18:09 John Wiegley wrote: > > "AL" == Andy L writes: > > AL> But I prefer file-level encryption. Is anyone

Re: convert csv command and --input-date-format

2018-09-22 Thread Dániel Fancsali
Hello, Just a quick guess: are you sure, there's a single space between the date and the day name? I've had a couple of sleepless nights over such things in the past, so it might be worth checking. Also, I believe, those are locale dependent, but I assume your computer is set to English. If all

Re: Possible bug: Re: How does --unrealized work?

2019-03-29 Thread Dániel Fancsali
Hello, I think, the question of where ledger gets it is answered by this: $ ledger reg -f list.ldg --revalued -X '$' -w 18-Dec-31 Opening Balances Assets:Stocks $1000$1000 Equity:Opening

Backup and cloud-storage

2019-02-02 Thread Dániel Fancsali
Good morning fellow ledger-lovers, I was just making slight changes to the layout of my journal files, and adjusting my workflow accordingly, and realised, I got to the point, where I have invested way to much time into this to be able to re-do it, in case my laptop would go missing – or the data

Re: ledger convert command does not work

2019-08-30 Thread Dániel Fancsali
Hello, I believe, it'd need that to have things like previous account balances, valid account names, and other directives covered. So after the convert, you'll have an "incremental" piece of journal, if that makes sense. Regards, Dan On Tue, 16 Jul 2019 at 02:18, Matthew Sewell wrote: > The

Re: Question for users

2020-09-07 Thread Dániel Fancsali
Good morning, Just my two cents: I reckon, most barcode readers are actually pretty much "keyboards". So you could write a little script, that expects the barcodes to be "typed in", and then spits out the correct ledger format. Regards, Dan On Sun, 6 Sep 2020 at 13:07, o1bigtenor wrote: > On

Re: plugin for vim

2020-12-01 Thread Dániel Fancsali
Good afternoon, You can verify, that the file has been loaded, by saying ':scriptnames' in normal mode. Also, I'd try to actually set the filetype with ':set filetype=ledger' to see, whether you can trigger it that way. And also, perhaps try ':help ledger'. Hope that helps at least to some

Getting philosophical: Expenses vs Assets

2021-03-30 Thread Dániel Fancsali
Good afternoon, I (think I) do understand the textbook definition of the above, but I find myself in doubt in many cases around how I would model a certain transaction. On the face of it, it is very simple: if I spend $100 painting my room, that's clearly an expense. Buying a car is clearly

Re: Getting philosophical: Expenses vs Assets

2021-03-31 Thread Dániel Fancsali
Indeed, but then it immediately turns into a business asset in it's most strict definition... ;) On Wed, 31 Mar 2021 at 10:35, o1bigtenor wrote: > On Tue, Mar 30, 2021 at 9:18 PM Brandon A. Olivares > wrote: > > > > > > > > > On Mar 30, 2021, at 10:01 PM, Martin Michlmayr wrote: > > > > > > I

Re: Getting philosophical: Expenses vs Assets

2021-03-31 Thread Dániel Fancsali
very good point nevertheless! On Wed, 31 Mar 2021 at 13:09, o1bigtenor wrote: > On Wed, Mar 31, 2021 at 5:43 AM Dániel Fancsali > wrote: > > > > Indeed, but then it immediately turns into a business asset in it's most > strict definition... ;) > > > > Correct -

Monthly investment report

2021-03-03 Thread Dániel Fancsali
Hey, I've been looking into adding my investments to my ledger-based plain text accounting system recently. On one hand, I love the ability of ledger to automatically infer unrealised gains/losses. Makes things a lot easier, and less error prone. However, also like the feature outlined in

Re: Monthly investment report

2021-03-04 Thread Dániel Fancsali
Indeed, that is a solution. To be honest, it did occur to me, but then I have to do some formatting myself... ;) On Thu, 4 Mar 2021 at 09:10, Martin Michlmayr wrote: > * Dániel Fancsali [2021-03-03 15:02]: > > I managed to get ledger to group the register by month, but cannot > &g

Re: Feasability of using ledger an co. for small business accounting automation

2021-02-16 Thread Dániel Fancsali
OMG! Finally we have a proper TLA for it... ;) On Tue, 16 Feb 2021 at 16:16, o1bigtenor wrote: > On Tue, Feb 16, 2021 at 10:14 AM Tomás de Almeida > wrote: > > > > Plaintext accounting. > > > > On Tue, 16 Feb 2021, 16:13 o1bigtenor, wrote: > >> > >> On Tue, Feb 16, 2021 at 6:40 AM Tom.PLAA >

Investments, prices and IRR

2021-02-13 Thread Dániel Fancsali
Good morning ladies and gents, I already wrapped my head around how to track day-to-day finances with ledger. So, the next logical step is to capture things like investments and such. I can import the transactions from the statements, no problem. Then I reckon I'll record the prices in the

Re: Ledger issue need help!

2021-08-23 Thread Dániel Fancsali
Hello, I am afraid, this is the wrong "ledger" team... Ledger CLI (this project) is a plain text accounting solution for geeks: https://www.ledger-cli.org/; https://plaintextaccounting.org/. >From your words, I take, you're looking for this ledger: https://www.ledger.com/ Regards, Daniel On