Future budgets ignored in time-limited forecasting?

2017-12-08 Thread Colin Dean
I'm trying to capture budgets that change over time. It may start with simply a ~ Monthly transaction but, over time, I want to "retire" old budget amounts as well as document future budget changes, e.g. stepped payment plans on rent, student loans, etc. I had something like this in test.ledger

Tools for visualizing timekeeping mode

2018-01-05 Thread Colin Dean
In addition to using Ledger to track my finances, I've been using it at work to track my time using its timekeeping mode . Are any of you aware of existing software or queries to ledger that I could use to produce such software that

Outputting note associated with accounts

2018-01-23 Thread Colin Dean
Is there a quick way to make the accounts command also output the note for each account if I’ve defined the accounts using the account directive? -- Colin Dean -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from

Forcing output of timekeeping in one unit with --amount-data or --total-data

2018-01-24 Thread Colin Dean
but it does not change the output units. It seems from the section on Commodity equivalences <https://www.ledger-cli.org/3.0/doc/ledger3.html#Commodity-equivalences> that I should be able to do this somehow. Any ideas? -- Colin Dean http://cad.cx -- --- You received this message becaus

Re: Forcing output of timekeeping in one unit with --amount-data or --total-data

2018-01-24 Thread Colin Dean
That's close enough! I can do the math to make it hours with awk: ledger -f "$(t timelog)" reg --daily --no-total --base -j | awk '{print $1 " " $2/3600}' Thanks! Now, to figure out how to make gnuplot's output not look so… spartan. Colin Dean http:/

Re: Outputting note associated with accounts

2018-01-24 Thread Colin Dean
>>>>> "CD" == Colin Dean writes: CD> Is there a quick way to make the accounts command also output the note for CD> each account if I’ve defined the accounts using the account directive? I don't believe that's currently possible with the 'acco

Re: Outputting note associated with accounts

2018-01-25 Thread Colin Dean
On Thu, 25 Jan 2018 at 08:17 John Wiegley wrote: > Should be about a half-hour's work to code, test, and add a test to the > test > suite. No documentation needed. > I would like to give this a go :-) I might even have time to look at it tonight. Thanks, I’d appreciate it. I’m still pretty lost

Re: Future budgets ignored in time-limited forecasting?

2018-01-28 Thread Colin Dean
> > > What's up here? Did I find a bug or am I doing something wrong? > > Did you find out more on this one? Would be interesting to know the > solution here. I have not yet arrived at a solution. I'd welcome input! -- --- You received this message because you are subscribed to the Google

Re: Time = Money ...exploring the relationship between the two concepts

2018-02-08 Thread Colin Dean
On Tuesday, February 6, 2018 at 6:58:40 AM UTC-5, Ajoeibin wrote: > > If all time must have value then joy in life has been dropped from the > equation. > Without joy or beauty, for its own sake, then time is only value and value > does > not nourish all parts of the person. > I think I feel

Re: New to Ledger: am I budgeting correctly?

2018-02-13 Thread Colin Dean
On Tuesday, February 13, 2018 at 3:26:36 AM UTC-5, Lifepillar wrote: > > > I haven't tried your example, but what about: > > ~ Monthly since 2018/02/01 until 2018/02/28 > > (The end might have to be 2018/03/01, I don't remember if intervals are > right-open.) > > In my experience, using since/u

Re: How to use ledger-cli in a Rust project? (A rust GTK ledger desktop app)

2018-04-29 Thread Colin Dean
I've been closely watching for someone to start making ledger-cli bindings for Rust. I investigated doing it myself and reasoned that it would be a very large undertaking that would likely involve significant changes to the C++ code to accommodate the port. Most of the work would be around impl

Re: Bugzilla bugs are on GitHub now

2018-05-18 Thread Colin Dean
Thanks for your hard work! -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.com. For more options, visit https://groups.google

Advanced reporting

2018-06-17 Thread Colin Dean
So far, most of my needs for reporting have been satisfied by simple balance reporting, sometimes with some custom formatting. For some more advanced stuff, I've got a Ruby script that captures the output of a few ledger balance reports and then runs some further calculations. For example, I wa

Re: Confusing Balance assertions

2018-06-27 Thread Colin Dean
Running your original snippet under 3.1.1-20160111 from Homebrew, it passes. Running under HEAD of next branch, it fails. If I add "CHF" to the 0 assertions, it passes. -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this g

Re: Auto-Download CSV

2018-10-19 Thread Colin Dean
This sounds really great. Would you mind sharing your Docs API code? On Tuesday, October 16, 2018 at 6:58:13 AM UTC-4, Peter Keen wrote: > > I use Tiller. It’s a paid service that dumps transactions from all of my > accounts (without account numbers) into Google Docs, and then I use the > Docs A

Re: Backup and cloud-storage

2019-02-03 Thread Colin Dean
I'm using Git like others but using Keybase's encrypted git hosting for it. https://keybase.io/blog/encrypted-git-for-everyone On Saturday, February 2, 2019 at 5:51:09 AM UTC-5, Dániel Fancsali wrote: > > Good morning fellow ledger-lovers, > > I was just making slight changes to the layout of my

Re: [ANNOUNCE] ledger 3.1.2

2019-02-13 Thread Colin Dean
* Alexander Pletnev > * Alexandre Rademaker > * Alexis Hildebrandt > * Andreas Hilboll > * Andrew Savinykh > * Atheriel > * Austin Wise > * Bradley M. Kuhn > * Bruno Sutic > * Christoph Dittmann > * Colin Dean > * Craig Earls

Adding Ledger format to Rouge

2019-06-19 Thread Colin Dean
b.com/rouge-ruby/rouge/issues/766 -- Colin Dean http://cad.cx -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.co

Re: Why does the balance assertion fail if the math is right?

2019-08-01 Thread Colin Dean
I'm using Ledger 3.1.3-20190331 and your example works. There were some changes to balance assertions that make them work better in subsequent versions. It would likely be worth your time to use a more recent version: when I went from 3.1.2 to 3.1.3, my older tx records' BAs began to fail. I c

Ledger register history to Sankey diagrams?

2019-08-15 Thread Colin Dean
Has anyone created a way to easily to Sankey diagrams with Ledger output in any way? https://en.wikipedia.org/wiki/Sankey_diagram I'm using Ledger's robust commodity support to track conference tickets issued to scholarship recipients. I'd like to create a Sankey diagram that shows the number

Re: Ledger register history to Sankey diagrams?

2019-08-15 Thread Colin Dean
A better example in my use case would be something like this: Available [90] Offered Offered [70] Owed Offered [20] Refused Owed [70] Issued Issued [3] Canceled Issued [67] Attendance Verified Available [10] Unused -- --- You received this message because you are subscribed to the Google Group

print removes commodity directive

2020-06-15 Thread Colin Dean
. Is there a way to disable removing the commodity? I understand that ‘print’ is supposed to output the most space-efficient representation of the tx log, but it’s annoying to have to re-add the commodity directive every time I sort. -- Colin Dean http://cad.cx -- --- You received this

Re: print removes commodity directive

2020-06-16 Thread Colin Dean
Thanks, it looks like --raw is what I want. -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.com. To view this discussion on t

Re: print removes commodity directive

2020-06-16 Thread Colin Dean
Second thought, it's not. Using ledger -f 2020.ledger print -S d --raw > 2020-s.ledger still dropped the commodity directive. On Tuesday, June 16, 2020 at 1:32:14 PM UTC-4, Colin Dean wrote: > > Thanks, it looks like --raw is what I want. > -- --- You received this messag

Looking for syntax highlighting in KDE XML format

2020-06-27 Thread Colin Dean
Hey all, I'm building a workshop around Ledger. I'm using Pandoc to build the materials. I'd really like it to highlight the syntax of the ledger examples I'm using in the documents I'm producing. Pandoc predictably doesn't have ledger format already available as a syntax highlighting language

Re: Looking for syntax highlighting in KDE XML format

2020-07-13 Thread Colin Dean
I've not been able to find a ledger syntax highlighting file in KDE XML format. I'd really like one. I'm willing to pay commission on it, perhaps $50 USD to the first person who provides one to me and posts here. -- --- You received this message because you are subscribed to the Google Groups

Re: Need help just getting started

2020-07-18 Thread Colin Dean
I'll be conducting an online workshop on July 24, 2020 for Codeland Conference. https://codelandconf.com/workshops/colin-dean/ I'll publish my materials afterward. They're technically already online but buried in a repo. I'll put them in their own repo within a couple

Re: Looking for syntax highlighting in KDE XML format

2020-11-18 Thread Colin Dean
That's really neat, Luka. What are your plans for that plugin? On Wednesday, November 18, 2020 at 9:51:21 AM UTC-5 luka.b...@gmail.com wrote: > Hi, we just created a first version of one for IntelliJ: > > https://plugins.jetbrains.com/plugin/15405-ledger-cli > > On Tuesday, July 14, 2020 at 3:05

Re: Looking for syntax highlighting in KDE XML format

2020-11-20 Thread Colin Dean
Looks really cool. I'll keep an eye on it! On Wednesday, November 18, 2020 at 10:58:22 PM UTC-5 luka.b...@gmail.com wrote: > > Hi, > a bit longer answer:) > > The short term plan is to make it support our use-cases really well + if > we get any suggestions or wishes from other users. > Then, t

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

2021-02-16 Thread Colin Dean
I've got some custom code in a Sinatra app written in Ruby that's taking Stripe webhook posts, transforming them into Ledger records, and submitting them as PRs on a GitLab repo. It's slick... when it works. GitLab's "merge on successful CI build" doesn't always work and multiple open PRs turn i

Re: How to automatically pull bank transactions?

2021-03-23 Thread Colin Dean
https://github.com/egh/ledger-autosync can do this, although I've not used that functionality of it because I've found archiving CSV or OFX files to be a needed step for me. On Tuesday, March 23, 2021 at 1:34:22 PM UTC-4 luka.b...@gmail.com wrote: > I do it through a combination of Selenium web

Re: Is it possible to abbreviate very large numbers? Using megs (M), kilos (K), etc? (EOM)

2021-09-12 Thread Colin Dean
You should be able to use commodity equivalencies to solve this problem to a degree, but it won't be automatic based on the magnitude in context, only whatever you set as the exchange, I think. https://www.ledger-cli.org/3.0/doc/ledger3.html#Commodity-equivalences On Sunday, September 12, 2021

Re: Approve dialog not coming up when transferring from Zilswap

2021-11-07 Thread Colin Dean
Wrong "Ledger". This is for ledger, a command-line, plain text accounting program, not Ledger, the cryptocurrency wallet. On Sunday, November 7, 2021 at 11:14:10 AM UTC-5 kenm...@gmail.com wrote: > Hi everyone, it's my first time here. I'm having a problem with > Zilpay/Zilswap/Ledger. When I t

Re: include directives in ledger 3.2.1 and ledger-reconcile

2022-01-01 Thread Colin Dean
I'm using ledger 3.2.1-7build2 from ubuntu impish in the particular records I'm looking at right now. My includes are using "!include" are relative but my setup is different. I invoke ledger on a file that contains the commodity decls and then includes the activity file (and a file with opening

Re: ANN: PTA wiki

2022-02-21 Thread Colin Dean
This is great. Thanks for getting it started! On Monday, February 21, 2022 at 3:36:15 PM UTC-5 Simon Michael (sm) wrote: > Good day friends! > > Some time ago I enabled the Github wiki attached to > https://plaintextaccounting.org . More recently we had some discussion in > the #plaintextaccoun

Re: Continuing ledger after a large gap

2022-03-14 Thread Colin Dean
100% this, Martin! It's always better to pick up the present and fill in the past than it is to languish and lament on the past to spite the present and future. This probably applies to a lot of things in life, but definitely to accounting and definitely to PTA. For the past things, automate a

Re: Time tracking: time formatting and hourly rates

2022-05-25 Thread Colin Dean
I've used timetracking mode extensively for about a decade now. I'm always learning new things about ledger but I feel I've got a lot of experience with that particular mode because I've been using it to track my time for more than half of my professional life ;-) Unfortunately, you have to ent

Using Ledger as a time tracking system?

2013-04-02 Thread Colin Dean
I'm admittedly very new to Ledger, using it for the past month or so to track finances for my Bitcoin trading. The multi-currency support is great! I'm still learning how to take advantage of the capital gains features, though. At my day job, our great time tracking system is going away. It's b

Using Ledger as a time tracking system?

2013-04-02 Thread Colin Dean
I'm admittedly very new to Ledger, using it for the past month or so to track finances for my Bitcoin trading. The multi-currency support is great! I'm still learning how to take advantage of the capital gains features, though. At my day job, our great time tracking system is going away. It's b

Re: Using Ledger as a time tracking system?

2013-04-07 Thread Colin Dean
Having some good documentation would make this a lot easier to understand. I messed around with it a little last night, but I'm getting caught up on the options because I don't know ledger's options very well yet. [colin@kid tmp]$ cat time.ledger i 2013/04/05 09:30:00 Internal:Meeting:Tactical

Re: Using Ledger as a time tracking system?

2013-04-08 Thread Colin Dean
You have no idea how happy this makes me. Thanks, folks. I've found the right tool! For multiple jobs! -- Colin Dean http://cad.cx On Monday, April 8, 2013 at 3:29 PM, thierry wrote: > $ ledger --daily register > 13-Apr-05 - 13-Apr-05 (CustomerA:Email) 5.