Register categorised by Metadata

2014-12-25 Thread Vikas Rawal
I use metadata values (e.g., ProjectHead:Stationery) to categorise my entries. Is it possible to create a register report which sorts the entries by these categories, and shows subtotals? Vikas -- --- You received this message because you are subscribed to the Google Groups Ledger group.

ANN: hledger 0.24

2014-12-25 Thread Simon Michael
Happy Christmas/Holidays/New Year all! I’m pleased to announce hledger and hledger-web 0.24. Highlights of this release include: CSV export, a non-floating point number representation, more powerful account aliases, speedups, and a streamlined web UI. Release notes:

Re: New tests not being run

2014-12-25 Thread Alexis
Hi, I found a better solution to doing acprep gitclean in order to add new tests. CMake provides the functionality to rebuild its cache, with the Ninja generator for example you run: % ninja rebuild_cache This will rebuild the cache and the next test run will include the new test. Cheers,

Calculating interest for loan payments?

2014-12-25 Thread Kyle Spaans
I'm interested in automatically calculating interest payments for loans (or even for interest paid by the bank into a savings account). This is for cases where your bank doesn't give you a breakdown of your repayments. For example if you have a loan for $10,000 and repay $500 every month, it's

Re: Calculating interest for loan payments?

2014-12-25 Thread Martin Blais
I think you're wasting your time by attempting to automatically generate those amounts, they will never be precisely the ones your bank used, and if anything, rounding errors and unpredictable fees will cause small variations that will leave you frustrated if you're trying to be thorough and

Re: Register categorised by Metadata

2014-12-25 Thread John Wiegley
Vikas Rawal vikasra...@gmail.com writes: I use metadata values (e.g., ProjectHead:Stationery) to categorise my entries. Is it possible to create a register report which sorts the entries by these categories, and shows subtotals? You can say: --account='tag(ProjectHead)' Or try

Re: New tests not being run

2014-12-25 Thread John Wiegley
Alexis surryh...@gmail.com writes: This will rebuild the cache and the next test run will include the new test. Cool! That's great to know, thanks Alexis. John -- --- You received this message because you are subscribed to the Google Groups Ledger group. To unsubscribe from this group

Re: Modelling stock options in ledger

2014-12-25 Thread Eric Weigle
Hi Martin- Thanks for the response- I tried that and it mostly works. Unfortunately, encoding the strike price in the commodity means that you need N entries in your price database for the same stock to get the value of N different grants. I also tried setting up an equivalency of the different

Re: Register categorised by Metadata

2014-12-25 Thread Vikas Rawal
I use metadata values (e.g., ProjectHead:Stationery) to categorise my entries. Is it possible to create a register report which sorts the entries by these categories, and shows subtotals? You can say: --account='tag(ProjectHead)' Or try --pivot='tag(ProjectHead)', or even

Formatting reports

2014-12-25 Thread Vikas Rawal
Is there a tutorial on formatting ledger reports? The documentation, though very detailed for many things, is rather sparse and tough on this aspect (and provides few examples). I would like to format my register reports (—register-format seems to be the way to go), but the documentation is

Re: Calculating interest for loan payments?

2014-12-25 Thread 远洋
I use a simple spreadsheet to calculate the interest/principle payments and optional extra payments. I have a simple script that takes the spreadsheet and converts it into ledger format, which I keep in a separate file. Whenever something changes (interest change, extra payment) I simply

Re: Modelling stock options in ledger

2014-12-25 Thread John Wiegley
Eric Weigle eric.wei...@gmail.com writes: Cheers -Eric I can't help but appreciate someone named Weigle. ;) John -- --- 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: Formatting reports

2014-12-25 Thread John Wiegley
Vikas Rawal vikasra...@gmail.com writes: Is there a tutorial on formatting ledger reports? The documentation, though very detailed for many things, is rather sparse and tough on this aspect (and provides few examples). I would like to format my register reports (—register-format seems to be