Re: accounting

2021-01-05 Thread Ihor Radchenko
Also, ledger can format output as Elisp sexp (with emacs command). That should be easier to parse. Best, Ihor

Re: accounting

2021-01-05 Thread Eric S Fraga
t is a post-processing script (e.g. with sed or awk or equivalent) that massages the output from ledger into a form you like. Hope you get something working to your satisfaction. Ledger is an excellent text based accounting tool. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-166-g291993

[A solution of sorts] (was: accounting)

2021-01-05 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >> On Monday, 4 Jan 2021 at 21:01, Uwe Brauer wrote: >> Yes. >> Sorry I was brief: I cut and pasted something from one of my files while >> in a rush! >> Basically, you could do: >> #+begin_src ledger :cmdline -V --format "%-20A %14T\n" bal --flat assets >> 20

Re: accounting

2021-01-05 Thread Uwe Brauer
>>> "CM" == Charles Millar writes: > On 1/4/21 3:54 AM, Uwe Brauer wrote: >> Hi >> https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html >> Points out how to use ledger within org mode. >> Is there any simpler solution? >> Regards >> Uwe Brauer >> > If "simpler" means just maki

Re: accounting

2021-01-05 Thread Uwe Brauer
ing 1000 > : assets:bank:savings1300 > : 2300 Thanks. I figured out that I have to read a bit accounting again (I don't want to use gnucash again, I prefer an org solution). I think ledger is a reasonable solution (I cannot install currently beancount) > I&#x

Re: accounting

2021-01-04 Thread Uwe Brauer
> On 04/01/2021 21:04, Uwe Brauer wrote: > https://beancount.github.io/ > is the project home page. You can find the documentation here: > https://beancount.github.io/docs/ > I haven't submitted beancount-mode to any Emacs package repository yet, > there is still some work I would like to do b

Re: accounting

2021-01-04 Thread Daniele Nicolodi
r, I > > would like to suggest to look at Beancount and beancount-mode as >> alternatives to Ledger as plain text accounting tools. > > Thanks, it seems that beancount is not in Ubuntu, and beancount-mode is > not available as a emacs package. > > Do you have any p

Re: accounting

2021-01-04 Thread Samuel Wales
er within org mode. >>> >>> Is there any simpler solution? > >> As other pointed out, you are not describing what you want to >> accomplish, thus is impossible to suggest anything concrete. However, > I > > would like to suggest to look at Bea

Re: Accounting WAS Emacs-orgmode Digest, Vol 179, Issue 4

2021-01-04 Thread Uwe Brauer
> Also, in practical terms for day to day, rather than input things manually, > I highly recommend downloading csvs (or similar formats) from your bank and > using the ruby gem `reckon` which is a bayesian predictor that will learn > from your ledger on how to expense your bank account entries and

Re: accounting

2021-01-04 Thread Uwe Brauer
;> >> Is there any simpler solution? > As other pointed out, you are not describing what you want to > accomplish, thus is impossible to suggest anything concrete. However, I > would like to suggest to look at Beancount and beancount-mode as > alternatives to Ledge

Re: accounting

2021-01-04 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Monday, 4 Jan 2021 at 13:43, Uwe Brauer wrote: >> The example in this link is ok, also the output (the result of the >> ledger operation) is not very nicely formatted. > ledger does allow you to control, in detail, how the output should be >

Re: Accounting WAS Emacs-orgmode Digest, Vol 179, Issue 4

2021-01-04 Thread Daryl Manning
;d personally love to see people build some more tools on top of the ledger format. I keep wanting to take a shot at some portfolio tools, but never seem to be able to fit in the time. =] On Tue, Jan 5, 2021 at 1:01 AM wrote: > > 19. accounting (Uwe Brauer) > 20. Re: accounting (Er

Re: accounting

2021-01-04 Thread Eric S Fraga
On Monday, 4 Jan 2021 at 13:43, Uwe Brauer wrote: > The example in this link is ok, also the output (the result of the > ledger operation) is not very nicely formatted. ledger does allow you to control, in detail, how the output should be formatted. The default output is suitable for a console d

Re: accounting

2021-01-04 Thread Charles Millar
On 1/4/21 3:54 AM, Uwe Brauer wrote: Hi https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html Points out how to use ledger within org mode. Is there any simpler solution? Regards Uwe Brauer If "simpler" means just making entries into your ledger.dat file using orgmode y

Re: accounting

2021-01-04 Thread Uwe Brauer
>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html >> >> Points out how to use ledger within org mode. >> >> Is there any simpler s

Re: accounting

2021-01-04 Thread Daniele Nicolodi
o accomplish, thus is impossible to suggest anything concrete. However, I would like to suggest to look at Beancount and beancount-mode as alternatives to Ledger as plain text accounting tools. Cheers, Dan

Re: accounting

2021-01-04 Thread Dr. Arne Babenhauserheide
Uwe Brauer writes: > https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html > > Points out how to use ledger within org mode. > > Is there any simpler solution? Do you mean simpler accounting in org-mode, or do you mean simpler ledger-integration? You can alw

Re: accounting

2021-01-04 Thread Eric S Fraga
On Monday, 4 Jan 2021 at 09:54, Uwe Brauer wrote: > Points out how to use ledger within org mode. > Is there any simpler solution? How do you wish it to be simpler? What is it you wish to do? -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.4-166-g291993

accounting

2021-01-04 Thread Uwe Brauer
Hi https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html Points out how to use ledger within org mode. Is there any simpler solution? Regards Uwe Brauer

Re: [O] [PATCH] Add a flat clocktable formatter useful for tables whose CSV export can be imported into accounting/invoiving tools such as Zoho Invoicing.

2013-06-30 Thread Bastien
Hi Ross, Ross Patterson writes: > Bastien writes: > >> thanks for the patch. Do you mind filling the copyright >> assignment so we can accept the patch ? > > I already have an FSF Emacs Assignment from 2008-12-22, RT 393650. Is > there something else I need to do? Nope. I didn't know you ha

Re: [O] [PATCH] Add a flat clocktable formatter useful for tables whose CSV export can be imported into accounting/invoiving tools such as Zoho Invoicing.

2013-06-28 Thread Ross Patterson
Bastien writes: > thanks for the patch. Do you mind filling the copyright > assignment so we can accept the patch ? I already have an FSF Emacs Assignment from 2008-12-22, RT 393650. Is there something else I need to do? > http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future

Re: [O] [PATCH] Add a flat clocktable formatter useful for tables whose CSV export can be imported into accounting/invoiving tools such as Zoho Invoicing.

2013-06-28 Thread Bastien
Hi Ross, thanks for the patch. Do you mind filling the copyright assignment so we can accept the patch ? http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future.txt Also, please have a look at this page with guidance on how to submit a patch with a ChangeLog etc. http://orgmod

[O] [PATCH] Add a flat clocktable formatter useful for tables whose CSV export can be imported into accounting/invoiving tools such as Zoho Invoicing.

2013-06-27 Thread Ross Patterson
s." :group 'org-clock @@ -2546,6 +2554,75 @@ from the dynamic block definition." (org-table-delete-column)) total-time)) +(defun org-clocktable-write-flat (ipos tables params) + "Write out a flat clock table at position IPOS in the current +buffer. Useful to render a ta

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-24 Thread Eric S Fraga
On Fri, 23 Jul 2010 09:29:33 -0700, "Eric Schulte" wrote: > > Thanks Eric! > > This has now been included in Org-mode. Excellent. Many thanks. > If you get a chance, it would be great to add ob-ledger to the list of > supported languages on Worg, and if possible to add an ob-ledger > specifi

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-23 Thread Eric Schulte
Thanks Eric! This has now been included in Org-mode. If you get a chance, it would be great to add ob-ledger to the list of supported languages on Worg, and if possible to add an ob-ledger specific file with a brief usage example -- see existing language-specific files linked to from the language

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-22 Thread Eric S Fraga
On Thu, 22 Jul 2010 13:43:00 -0700, "Eric Schulte" wrote: > > Eric S Fraga writes: [...] > > Attached is my simple, linux only, org-babel solution and an example > > org file which uses it. Note, I've still not had a chance to look at > > the ob-template in Worg so I'm sure my ob-ledger file

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-22 Thread Eric Schulte
Eric S Fraga writes: > On Thu, 22 Jul 2010 10:06:30 -0700, "Eric Schulte" > wrote: [...] >> >> Tangling does not require *any* language specific support. Since the >> integration of Babel into Org-mode any type of code block should tangle >> just fine. For example the following minimal org f

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-22 Thread Eric S Fraga
;> > Hey list, > >> > > >> > I was wondering if anyone out there manages his personal accounting > >> > with org. I never really managed my personal finances, but I think > >> > it's about time to know where my money comes from and where

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-22 Thread Eric Schulte
Eric S Fraga writes: > On Thu, 22 Jul 2010 01:26:29 -0500, Russell Adams > wrote: >> >> On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote: >> > Hey list, >> > >> > I was wondering if anyone out there manages his personal acc

[Orgmode] Re: Personal accounting with emacs, org and...?

2010-07-22 Thread Matt Lundin
Russell Adams writes: > On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote: >> Hey list, >> >> I was wondering if anyone out there manages his personal accounting >> with org. I never really managed my personal finances, but I think >> it&#x

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-22 Thread Eric S Fraga
On Thu, 22 Jul 2010 01:26:29 -0500, Russell Adams wrote: > > On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote: > > Hey list, > > > > I was wondering if anyone out there manages his personal accounting > > with org. I never really managed my

Re: [Orgmode] Re: Personal accounting with emacs, org and...?

2010-07-21 Thread Russell Adams
On Thu, Jul 22, 2010 at 08:39:54AM +0200, Gour wrote: > On Thu, 22 Jul 2010 01:26:29 -0500 > >>>>>> "Russell" == Russell Adams wrote: > > Russell> I do my expense reporting and business accounting in it. Very > Russell> flexible and because it is

[Orgmode] Re: Personal accounting with emacs, org and...?

2010-07-21 Thread Gour
On Thu, 22 Jul 2010 01:26:29 -0500 >>>>>> "Russell" == Russell Adams wrote: Russell> I do my expense reporting and business accounting in it. Very Russell> flexible and because it is text based, I can use version Russell> control and emacs. Do you d

Re: [Orgmode] Personal accounting with emacs, org and...?

2010-07-21 Thread Russell Adams
On Thu, Jul 22, 2010 at 01:20:58AM -0500, Marcelo de Moraes Serpa wrote: > Hey list, > > I was wondering if anyone out there manages his personal accounting > with org. I never really managed my personal finances, but I think > it's about time to know where my money comes

[Orgmode] Personal accounting with emacs, org and...?

2010-07-21 Thread Marcelo de Moraes Serpa
Hey list, I was wondering if anyone out there manages his personal accounting with org. I never really managed my personal finances, but I think it's about time to know where my money comes from and where it is going (and where the leaks are :P). I would use something like lessaccounting.com

[Orgmode] org-mode and ledger cli accounting

2008-12-17 Thread Ben Alexander
*** org-mode and ledger cli accounting - two great tastes that taste great together :PROPERTIES: :COLUMNS: %16LEDGER_DATE %5LEDGER_REFERENCE %10ITEM %25LEDGER_ACCOUNT %10AMOUNT :END: * TODO Email the org-mode and ledger mailing lists I'm starting to use &#