Understanding the valuation function and the market function

2016-03-10 Thread Jakob Mattsson
Hi! I've read up on the valuation function, but it doesn't seem to behave the way the documentation is describing it. I have this for example: P 2016-01-01 £ 1.2 $ P 2016-01-05 £ 1.4 $ 2016-01-03 SomeAsset £ -100 SomeExpense£ 100 Now, running ledger balance -X $ gives me

Re: Get balance assignment/assertion from a csv export

2016-03-10 Thread Jakob Mattsson
to export "everything" raw to csv. Do you have any pointers or suggestions of where to look in the code? Or advise against it if it's going to be tricky to add it as my first contribution maybe? On Wednesday, March 9, 2016 at 12:19:23 AM UTC+1, John Wiegley wrote: > > >>>&

Balance assignment and commodity price

2016-03-15 Thread Jakob Mattsson
Do it the other way around; first the commodity valuation and then th balance assertion. -- --- 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

Re: Understanding the valuation function and the market function

2016-03-19 Thread Jakob Mattsson
re you trying to do this? > Can you provide context... what's the use case? > > > > On Sat, Mar 19, 2016 at 3:58 PM, Jakob Mattsson <jakob.matts...@gmail.com> > wrote: > >> Thanks, -H gives me the output I expected in this example! >> >>

Re: Balance assignment and commodity price

2016-03-20 Thread Jakob Mattsson
ssignment, > not assertion. > > Thanks, > Jim > > On Tuesday, March 15, 2016 at 10:42:35 AM UTC-7, Jakob Mattsson wrote: >> >> Do it the other way around; first the commodity valuation and then th >> balance assertion. > > -- --- You received this message becau

Re: What to do next

2016-03-06 Thread Jakob Mattsson
I understand you completely; I too dislike having output going into the pager program automatically! You can turn the pager off by adding --no-pager to the end of your command, so ledger balance -f /some/file/20xx.dat --no-pager for example You can also create a file called .ledgerrc in the

Get balance assignment/assertion from a csv export

2016-03-06 Thread Jakob Mattsson
I've recently been looking into customizing the output of ledger csv using --csv-format. What I can't figure out though is how to export the assigned balance; or the balance assertion or what the preferred name for it is :) How would I do this? To clarify further, I don't want to compute

Re: Understanding the valuation function and the market function

2016-09-18 Thread Jakob Mattsson
Actually no :( On Sat, Sep 17, 2016 at 4:56 PM Travis Laporte <travislapo...@gmail.com> wrote: > Were you able to find a workaround for this? I am running into the same > issues with this use case. > > > On Thursday, 10 March 2016 08:22:39 UTC-5, Jakob Mattsson wrote: >

Sorting lines in reports

2016-12-31 Thread Jakob Mattsson
Hi all, I have a little pet peeve regarding balance reports. As you might know, a balance sheet is usually organized with assets at the top, from the least liquid to the most liquid, followed by liabilities/equities, from the most immediate to be paid to the least immediate. In ledger-cli the

Re: Sorting lines in reports

2016-12-31 Thread Jakob Mattsson
itten for editing and displaying could help this. Like stripping out the > X in the output. The numbers don't have to be consecutive either, just > in the sort order you want. > > On Sat, Dec 31, 2016 at 12:20 PM, Jakob Mattsson <jakob.m...@gmail.com > > wrote: > >>