Running totals in Register

2013-02-10 Thread Harshad RJ
Hi, I am new to ledger and accounting as well. I am confused by the output of register command. Let's assume this is my ledger file: 2013-1-1 Opening Balance Account 1 Equity 2013-1-2 Yogurt Expense:Food 100 Account The register command gives the following output: 13-Jan-01

Re: Running totals in Register

2013-02-10 Thread Harshad RJ
total of the report is equal to the current total for that account. Unfortunately, this will only work when only one account is selected. Would be nice if there was an option to show the *current* total for an account in the register report. cheers, -- *Harshad RJ* http://lavadip.com -- --- You

Output to multiple destinations

2013-02-10 Thread Harshad RJ
twice, only the last one is effective. I could run the ledger command twice, but it would feel more right to run it once with two destination outputs. thanks, -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed to the Google Groups Ledger group

Re: Output to multiple destinations

2013-02-10 Thread Harshad RJ
? -- *Harshad RJ* http://lavadip.com -- --- 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

Re: Declaring TODO file bankruptcy

2013-02-11 Thread Harshad RJ
Github allows you to disable issue tracking for a repo. -- *Harshad RJ* http://lavadip.com -- --- 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

Re: Declaring TODO file bankruptcy

2013-02-11 Thread Harshad RJ
of the project. That said, I much prefer Github issue tracker than bugzilla. It has fewer features, but it gets work done faster IMO. -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from

Separate group for Ledger Mode?

2013-02-16 Thread Harshad RJ
Hi, A request. Would it be fine to create a separate group for ledger mode (which I guess is something to do specifically with emacs). I don't want to filter out ledger group messages from my inbox, but the volume of ledger mode messages is preventing me from doing that. thanks, -- *Harshad RJ

Re: Separate group for Ledger Mode?

2013-02-16 Thread Harshad RJ
accounts. But I am trying to convert other people into using ledger and those would be heavier users. cheers, -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving emails

Re: On the subject of dates

2013-02-27 Thread Harshad RJ
, the output of ledger uses the former, so it makes sense to support it in the input as well. cheers, -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving emails from

Re: On the subject of dates

2013-02-27 Thread Harshad RJ
, So, La, Ti] Here Do will be equivalent to 1 and Ti will be 7 -- *Harshad RJ* http://lavadip.com -- --- 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

Re: On the subject of dates

2013-02-27 Thread Harshad RJ
with this I am not sure what sort you are referring to. The dates would still be treated as dates; it is just a change in the parser that I am proposing. When 2013-Feb-27 is parsed, it can be recorded as 2013-2-27 in the AST. -- *Harshad RJ* http://lavadip.com -- --- You received this message because

Balance report with second level accounts

2013-03-05 Thread Harshad RJ
, -- *Harshad RJ* http://lavadip.com -- --- 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

Re: Balance report with second level accounts

2013-03-05 Thread Harshad RJ
- Expenses). -- *Harshad RJ* http://lavadip.com -- --- 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

Re: Balance report with second level accounts

2013-03-05 Thread Harshad RJ
Thanks Craig, but I understood Martin's email :) Btw, is ledger xml not maintained? I see only a few accounts and a few transactions. I can make a detailed bug report if needed. PS. This mailing list is one of the best I have seen; very helpful indeed! -- *Harshad RJ* http://lavadip.com

Re: Balance report with second level accounts

2013-03-05 Thread Harshad RJ
. xml is maintained, but there have been problems reported, let us know what you are seeing. Bug reports to bugs.ledger-cli.org Created http://bugs.ledger-cli.org/show_bug.cgi?id=909 best, -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed

Re: Balance report with second level accounts

2013-03-06 Thread Harshad RJ
On Thu, Mar 7, 2013 at 1:40 AM, Craig Earls ender...@gmail.com wrote: Try ./acprep opt update --python Still doesn't work. Is this supposed to be done in the pydev branch? I am currently on next branch -- *Harshad RJ* http://lavadip.com -- --- You received this message because you

Re: Balance report with second level accounts

2013-03-06 Thread Harshad RJ
On Thu, Mar 7, 2013 at 4:06 AM, Johann Klähn kljoh...@gmail.com wrote: On Wed, Mar 6, 2013 at 8:57 PM, Harshad RJ harshad...@gmail.com wrote: I am hoping that atleast the code is stable. I tried solving the xml bug first, but that was a dead end. Looks like the xml is emitted by boost, so

Re: Balance report with second level accounts

2013-03-07 Thread Harshad RJ
to decide if we need JSON support or not. At this point, xml seems like the best option to get data out of ledger-cli. JSON would be fine too, but it has the same bug as xml. Johann, can you please give me the fix for xml? If you share a branch on github I can pull it into my repo. -- *Harshad RJ

Referring to an account's amount

2013-03-12 Thread Harshad RJ
work ofcourse, and I am not able to figure it out from the docs. Please help! thanks, -- *Harshad RJ* http://lavadip.com -- --- 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

Re: Referring to an account's amount

2013-03-12 Thread Harshad RJ
(profit * -0.3) BankAccount Another question: Is there a way to print an expression when ledger is evaluating the file? I would like to know the value of *profit* for example. -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed

Re: ledger xml output fixed (tune in on structure, naming, …!)

2013-03-13 Thread Harshad RJ
On Thu, Mar 14, 2013 at 1:45 AM, Johann Klähn kljoh...@gmail.com wrote: Something similar is already possible using tags (see below). The metadata thing works great for me! Thanks Johann! -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed

Re: Bugzilla should be MUCH speedier now

2013-03-18 Thread Harshad RJ
On Tue, Mar 19, 2013 at 3:28 AM, John Wiegley jo...@newartisans.com wrote: making everything slow and swappy. Is it a Linux OS? Have you configured vm.swappiness? It is very high on most linux systems by default. It is the first thing I configure when bringing up a new machine / VPS -- Harshad

Minor bug: variable names with underscores

2013-03-20 Thread Harshad RJ
Hi developers, I had raised this bug a while back: http://bugs.ledger-cli.org/show_bug.cgi?id=902 It keeps biting me once in a while. I guess this is a minor one to fix (for someone in the know). Can you please fix it? thanks, -- *Harshad RJ* http://lavadip.com -- --- You received

Re: Minor bug: variable names with underscores

2013-03-20 Thread Harshad RJ
. Do you have a lexial analyser in ledger? This sounds more like a bug with the lexer while tokenising the input. -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop receiving

Re: Minor bug: variable names with underscores

2013-03-21 Thread Harshad RJ
checks for std::isalnum(c) || c == '_' It looks like it should accept (in regex): [_a-zA-Z0-9]+ So, the problem is probably at a higher level. -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe

Re: Minor bug: variable names with underscores

2013-03-21 Thread Harshad RJ
2012/5/1 ; Receiving a payment here BankAccout INVOICE_1 * TDS Assets:TDS INVOICE_1 * (1 - TDS) Debtor:XYZ If there is a better way to do it, please let me know. thanks, -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed

Re: Tips for reconciling accounts for a first timer?

2013-03-21 Thread Harshad RJ
or template engines like m4, freemarker, etc. I didn't have the time to explore a new system, so I wrote the script instead. -- *Harshad RJ* http://lavadip.com -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group

Re: encryption

2013-04-10 Thread Harshad RJ
paranoid users. -- *Harshad RJ* http://lavadip.com -- --- 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

Re: encryption

2013-04-11 Thread Harshad RJ
On Thu, Apr 11, 2013 at 10:48 AM, Harshad RJ harshad...@gmail.com wrote: 1. Since the encrypted files are stored individually (not as an archive), they can be rsynced efficiently for backup and transport. Btw, dropbox uses a similar protocol for syncing files to its cloud storage

Announcing: Abandon

2013-05-31 Thread Harshad RJ
of which is currency support. The reason I am sharing this is that somebody might have a similar use-case as mine and could benefit from it. And oh, I would benefit too from any criticisms and ideas :) cheers, -- *Harshad RJ* http://lavadip.com -- --- You received this message because you

Re: Announcing: Abandon

2013-05-31 Thread Harshad RJ
Btw, here are a bunch of screenshots of the GUI and the CLI: http://imgur.com/a/GLhV5#0 -- *Harshad RJ* http://lavadip.com -- --- 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

Re: Announcing: Abandon

2013-07-14 Thread Harshad RJ
, but that is not a consideration for me right now. best, -- *Harshad RJ http://lavadip.com* -- --- 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

Re: Re: Announcing: Abandon

2013-07-15 Thread Harshad RJ
, except where it helps make the syntax more regular. cheers, -- *Harshad RJ http://lavadip.com* -- --- 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

Re: Re: Announcing: Abandon

2013-07-15 Thread Harshad RJ
On Mon, Jul 15, 2013 at 12:26 PM, Harshad RJ harshad...@gmail.com wrote: For example, SVG https://en.wikipedia.org/wiki/Scalable_Vector_Graphicsis a declarative language. It allows me to write: circle r=10px cx=20px cy=20px / I forgot to elaborate further. There is an interactive editor

Re: Beginning and ending dates

2013-07-26 Thread Harshad RJ
On Sat, Jul 27, 2013 at 11:02 AM, John Wiegley jo...@newartisans.comwrote: What is a new name for an inclusive end? until? -- *Harshad RJ http://lavadip.com* -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group

Re: Adjustments

2013-08-02 Thread Harshad RJ
as possible. It would be great if other ledgers also could agree on this. cheers, -- *Harshad RJ http://lavadip.com* -- --- 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

Re: Adjustments

2013-08-03 Thread Harshad RJ
mean to criticize. Just trying to understand the reasons for ledger's behavior so that I can avoid unseen pitfalls in date-ordered processing. -- *Harshad RJ http://lavadip.com* -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from

Re: Adjustments

2013-08-04 Thread Harshad RJ
it finds such cases - user then needs to manually order the specification using numbers or time, etc - alternatively, user opts for auto-ordering using a command line flag. This is not on by default. -- *Harshad RJ http://lavadip.com* -- --- You received this message because you

Re: Adjustments

2013-08-06 Thread Harshad RJ
an internal detail of the implementation? Different parsers work differently, especially in the context of included files. I think, in the very least, parse order needs to be re-defined in user terms, independent of implementation details. -- *Harshad RJ http://lavadip.com* -- --- You received

Re: Ledger CLI in Wikipedia

2013-09-19 Thread Harshad RJ
...@newartisans.com wrote: Harshad RJ harshad...@gmail.com writes: I came across this page by chance: http://en.wikipedia.org/wiki/Comparison_of_accounting_software Any idea why ledger-cli isn't on the list? Has anyone submitted it before? Be the first! :) John -- --- You received

Re: Events... registers... hmmmm

2013-12-10 Thread Harshad RJ
tag ? (I read your email in a hurry, sorry) -- *Harshad RJ http://lavadip.com* -- --- 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

Re: Reckon wants your csv files

2014-03-03 Thread Harshad RJ
to retain this meta-data somewhere, to help with the recognition / identification step? Recognition from a filename or contents alone seems flaky to me. -- *Harshad RJ http://lavadip.com* -- --- You received this message because you are subscribed to the Google Groups Ledger group

Re: Is there an official ledger 3.0 release?

2014-03-07 Thread Harshad RJ
seems to have been tagged in the 2.x series. So it might be doubly confusing for new users when a 3.0 tag is missing. To add the tag someone with push privilege just needs to do this: git tag -a v3.0 -m 'ledger v3.0' git push origin --tags -- *Harshad RJ http://lavadip.com* -- --- You

Re: Conceptmap for ledger software environment for your review

2014-03-11 Thread Harshad RJ
receiving emails from it, send an email to ledger-cli+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- *Harshad RJ http://lavadip.com* -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from

Re: Doc build failure

2014-04-27 Thread Harshad RJ
. I would gladly help. OpenShift is from RedHat, so you can guess what OS it is based upon. It won't be able to test all environments, but that was not a big deal for *abandon* (since it is Java based). -- *Harshad RJ http://lavadip.com* -- --- You received this message because you

Re: [GSoC'14] Adding fixed precision support and extending test suite for Ledger-CLI

2014-05-10 Thread Harshad RJ
, or a configuration setting, etc. Example, if I enter round(2/3, 4) it would be evaluated to mean 0.6667. *External* means, computed entirely by user; the app takes the entered number at face value. If I enter 0.1 BTC, then that is what will be processed and reported.​ ​ -- *Harshad RJ http

Re: Sub account balancing problem

2014-05-29 Thread Harshad RJ
is only shown whenever the *self* amount is non-zero. And when the self amount is non-zero the account is never folded.​ -- *Harshad RJ http://lavadip.com* -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group and stop

Re: Inconsistent results.

2014-06-23 Thread Harshad RJ
.​ It will make it easier to report bugs. -- *Harshad RJ http://lavadip.com* -- --- 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

Abandon 0.3.0

2016-09-07 Thread Harshad RJ
milar syntax for it across the board. ​cheers,​ -- *Harshad RJ <http://lavadip.com>* -- --- 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+

Re: Abandon 0.3.0

2016-09-07 Thread Harshad RJ
do the line numbers indicate pre-processed input or actual input?​ -- *Harshad RJ <http://lavadip.com>* -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails fr