Re: Bugzilla down

2017-12-13 Thread John Wiegley
> "VL" == Vitaly Lipatov writes: VL> Can anyone enable issues on github page? Instead of separated bugzilla VL> hosting. I have found a friend who can get Bugzilla going. I won't enable GitHub issues unless we convert the Bugzilla issues first, since I don't want

Re: What are your choices for fast inputs/least keystrokes?

2017-12-11 Thread John Wiegley
> "M" == Marcos writes: M> Sometimes I find myself spending too much time pressing TAB cycling through M> different accounts. I wonder if we could plugin to another completion framework, like company? John -- --- You received this message because you are

Re: How do I read encrypted ledger files?

2017-12-09 Thread John Wiegley
> "M" == Marcos writes: M> How would I go about reading encrypted ledger files? Would I have to M> decrypt them every time  I need ledger to interpret the file? If you were using GnuPG: gpg -o - ledger.dat.gpg | ledger -f - register John -- --- You received

Re: Budget causes my ledger not to parse file?

2017-12-05 Thread John Wiegley
> "AT" == Andrew Thorp writes: AT> Those are dummy numbers, but the format is the same. When I run AT> ledger it throws me an error: AT> While parsing file "/$HOME/Documents/Finance/ledger/ledger.dat", line 8: AT> While parsing posting:   AT> Error: Posting has no

Re: Is this a bug? Unknown account warning with --strict when using $account

2017-12-01 Thread John Wiegley
> "RJ" == Radoslaw Jurga writes: JR> I get a warning that I think shouldn't be there when I use the --strict RJ> option. >> Warning: "Budget.dat", line 16: Unknown account 'Budget:$account' Yes, you're right, this is a bug. The Bugzilla is still down, but I'd

Re: print doesn't print the balancing accounts (?)

2017-11-30 Thread John Wiegley
> "EL" == Ella Lobatina writes: LE> Obviously I'm doing it wrong, but how should I go about it in order to get LE> those balancing transactions included in my output? Can you show me an example of a single transaction (fake) within the context of the other settings

Re: Tabular Reports?

2017-11-24 Thread John Wiegley
> "SC" == Scott Carpenter writes: SC> Is there a built-in way to get a tabular report? Say I want to have SC> categories and subcategories on the y-axis and years on the x, something SC> like: No, there is nothing built-in that will do this. John -- --- You

Re: HTTPS warning on ledger-cli.org

2017-11-24 Thread John Wiegley
> "PK" == Pete Keen writes: PK> All done! I've fully migrated everything over to AWS and Travis-CI PK> infrastructure.  HTTPS is now set up and, just for fun, so is IPv6. I've PK> updated the about[1] page if anyone is curious about how the whole thing PK> comes

Re: Periodic transactions aligned to started date

2017-11-17 Thread John Wiegley
> "SP" == Scott Payne writes: SP> I can live with that. I tried using the day name as that was suggested by SP> the man page. Should I raise a documentation bug or is it a bug in the SP> implementation? Looking at the code, I see this: optional

Re: Periodic transactions aligned to started date

2017-11-16 Thread John Wiegley
> "SP" == Scott Payne writes: SP> I've tried "--start-of-week Thursday" but it has no effect. Does it have no effect in your report too, or just the period command? John -- --- You received this message because you are subscribed to the Google Groups "Ledger"

Re: HTTPS warning on ledger-cli.org

2017-11-12 Thread John Wiegley
> "SM" == Simon Michael writes: SM> Thanks Pete! This probably makes sense. Let's see if John is happy with SM> this. Ok John ? Absolutely. Any interest in running the Bugzilla Docker container? I have the recipe to build it, and the MySQL data dump; all that needs to

Re: Issue when moving lot prices

2017-10-30 Thread John Wiegley
> "MM" == Martin Michlmayr writes: MM> Yeah, I know, but this is in line with John's "ledger is just a MM> calculator" philosophy and people should build business logic on top MM> (which never really happened, partly because the Python interface isn't MM> quite ready). Yes,

Re: Issue when moving lot prices

2017-10-26 Thread John Wiegley
> "MM" == Martin Michlmayr writes: MM> As far as I can tell, ledger can handle such transactions without any MM> problems. However, the syntax might be a bit unexpected. This is imho due MM> to a reported bug. The bug tracker is down right now but I can send a link MM>

Re: 'reg income -P' Subtracts Income?

2017-10-24 Thread John Wiegley
> Aric Gregson writes: > Not really. That breaks down into each payment with the amount that should > have gone to savings shown directly below it. The totaled amount is still > just "net" income after the amount sent to savings. Can you show what you'd like the report

Re: ledger xact - "Error: Invalid date:"

2017-10-24 Thread John Wiegley
> "AR" == Alexandre Rademaker writes: AR> $ ledger -f 2017.dat xact 2017/10/24 Chacaltaya R\$10 AR> Error: Invalid date: This has been reported before. I wonder if it's something with the C++ libraries on High Sierra. John -- --- You received this message because

Re: 'reg income -P' Subtracts Income?

2017-10-22 Thread John Wiegley
> "AG" == Aric Gregson writes: AG> I am trying to do something that I thought was rather simple, which is to AG> show the amount of gross income from each Payee. Does --account=payee help at all? John -- --- You received this message because you are subscribed to

Re: ledger xact - "Error: Invalid date:"

2017-10-13 Thread John Wiegley
> "LB" == Leo Bossmann writes: LB> ledger -f test.ledger xact 2017/09/03 Google LB> I get* "Error: Invalid date:"* Hmmm... I wonder if something changed in the C++ library, since we're using that for doing date parsing. John -- --- You received this message

Re: Suggestion: make "include" order files before importing

2017-10-03 Thread John Wiegley
> "JMF" == Jan Maurits Faber writes: JMF> Obviously it would be nicer if ledger sorted the files before including JMF> them, so I could use the first version. I can't seem to find a working JMF> bug tracker anywhere to add this suggestion, is the project still being JMF>

Re: Profit calculation and balance report in XML

2017-09-24 Thread John Wiegley
>>>>> "YK" == Yuri Khan <yuri.v.k...@gmail.com> writes: KY> Look into the “ledger xml” command[1] and the Python interface[2]. The YK> documentation is a bit lacking but hopefully you will be able to glean KY> things from the outputs. Also "ledger

Re: Recording fitid in a ledger posting

2017-09-24 Thread John Wiegley
>>>>> "RN" == Ryan Nowakowski <tuba...@fattuba.com> writes: RN> 2017-09-21 KFC RN> Assets:Checking $20.00 ; FitID: 201709214 RN> Expenses:Food RN> Does this seem reasonable? That sort of thing is what the metadata fields are for. :) -- Jo

Re: transaction with multiple tags

2017-09-23 Thread John Wiegley
e the first metadata is apply to every posting in the transaction; in the second case, it's only applied to the first posting. And thanks, I'm glad you're enjoying Ledger! :) -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60

Re: transaction with multiple tags

2017-09-23 Thread John Wiegley
single transaction and have the JW> respective amounts applied to the invoices? Appreciate the help. What output did you want to see? -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 --

Re: Monthly register report and --exchange

2017-09-20 Thread John Wiegley
orical is implemented (which granted, is quite simple). -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google Groups "Led

Re: How to output original source text in a report?

2017-09-20 Thread John Wiegley
y to get the original source text for MT> that line, so that I can compare it with what ledger is telling me? There is a "calculated" variable you can use in a test to see if the amount was generated or not: calculated ? "it was" : "it wasn't" -- John Wiegley

Re: Trouble with revalued postings

2017-09-09 Thread John Wiegley
FUND in HRK but something like IS> 2017/04/04 exchange rate IS> test1 1 EUR @ 8.1 HRK IS> test2 IS> works. Yes, this makes sense. IS> These seem like they could be workarounds for my problem but I am not sure IS> yet. I agree there's a bug here, and a lack of documentation on when th

Re: Trouble with revalued postings

2017-09-08 Thread John Wiegley
y clear to me what the rule would be. If we start introducing this indirect types of changes, it could become quite complex to know when to report such entries. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1

Re: using python to manipulate my ledger data

2017-08-30 Thread John Wiegley
} So, the answer I guess is that it hasn't been implemented in the last 5 and a half years... -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you a

Re: assigned currency during import/convert of csv file

2017-08-11 Thread John Wiegley
mode? This is a very good question, I'm not sure it's supported, but it should be. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscri

Re: shortcuts for entering dates in emacs?

2017-08-01 Thread John Wiegley
is designed to reproduce your input file as closely as possible (minus placement of automated transactions and such). -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message

Re: Ledger scaling: Handling a very large transaction history

2017-08-01 Thread John Wiegley
all that reported time is being spent swapping. However, I don't think anyone has enough RAM, since this example consumes 8 GB within the first 10 seconds. This is most definitely a bug, since your data does not represent 8+ GB of information. -- John Wiegley GPG finger

Re: Ledger scaling: Handling a very large transaction history

2017-07-31 Thread John Wiegley
proach to keep the transaction AD> count *relatively* small. I would expect ledger to handle millions of transaction gracefully, so I'm interested in your example that times out. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: Sorting accounts by total in balance report

2017-07-12 Thread John Wiegley
>>>>> "BW" == Ben Weintraub <benwe...@gmail.com> writes: BW> Sorry, I forgot to mention that I have, and it yields identical results. It seems to be working here. Do you have a smaller example that shows the problem? -- John Wiegley GPG fing

Re: Sorting on multiple keys and Sort Stability

2017-07-05 Thread John Wiegley
ledger sort to achieve sorting on multiple BH> keys. When I convert my GnuCash file to Ledger, the transactions are in BH> random order. I want the transactions in my journal ordered first by date BH> and second by payee. Does this help: ledger print --raw --sort 'date,payee' -- Joh

Re: colorize report in Emacs ledger-report mode?

2017-06-02 Thread John Wiegley
>>>>> "CE" == Craig Earls <ender...@gmail.com> writes: CE> If there is an emacs mode that can interpret colored console output I CE> haven't found it. `ansi-color-apply-on-region' :) -- John Wiegley GPG fingerprint = 4710 CF98

Re: Why I don’t want to use auxiliary dates for bank reconciliation … or anything else

2017-05-31 Thread John Wiegley
nts is also good. They work best when PM> used together. I want you to add the constraint, not me. If there's a constraint you want to encode but can't, I'd want to find a way to generalize what you're trying to accomplish. -- John Wiegley GPG fingerprint = 4710

Re: Why I don’t want to use auxiliary dates for bank reconciliation … or anything else

2017-05-31 Thread John Wiegley
s how I see ledger - - - its a tool with o> little showing on the surface but there is a vast world below!) You might want to give beancount a look, since it has much more of an accounting focus. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: Why I don’t want to use auxiliary dates for bank reconciliation … or anything else

2017-05-31 Thread John Wiegley
mpose those semantics to help you avoid errors. C++Ledger, however, is just a glorified calculator. It doesn't tell you what your inputs or your outputs should mean. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: --price-exp (-Z) treats an argument as hours instead of minutes

2017-05-30 Thread John Wiegley
>>>>> "VS" == Vladimir Sorokin <vsoroki...@gmail.com> writes: VS> I guess, either code or documentation is incorrect and should be fixed. Ah, can you please log that at http://bugs.ledger-cli.org? -- John Wiegley GPG fingerpri

Re: Reporting (reg and bal) with historical prices

2017-05-30 Thread John Wiegley
>>>>> "VS" == Vladimir Sorokin <vsoroki...@gmail.com> writes: VS> I'm trying to generate reports for an account which has transactions in VS> different currencies, and I stuck. Have you tried the -B (cost basis) and -H (historical price) options?

Re: Trying to get Ledger to not Collapse for Single sub totals

2017-05-27 Thread John Wiegley
>>>>> "J" == James <kunal...@gmail.com> writes: J> How do I get ledger to not collapse at single subtotal headings? Appreciate J> if someone could help with this. Which report is this happening in? What options are you using? -- John Wiegley

Re: I want to convert my GnuCash file to a ledger-cli file

2017-05-27 Thread John Wiegley
ONDITIONAL >> configure.in:222: error: possibly undefined macro: AM_PATH_PYTHON >> 2017-05-26 12:11:28 /pri/git/Ledger4/2.6.3/ledger-2.6.3 >> $ >> These errors sound like you don't have autoconf, automake, and libtool installed. -- John Wiegley GPG fingerpr

Re: Printing notes in register output

2017-05-24 Thread John Wiegley
>>>>> "IS" == Ivan Stefanic <ivst...@sdf-eu.org> writes: IS> Is there a way to print comments (notes) in register output? You can use --prepend-format to add text using a Ledger format string to the beginning of every register line. -- John Wiegley

Re: Automated Transactions Identifier Error

2017-05-12 Thread John Wiegley
suggestions? Your automated transaction *should* work, it's just a missing feature. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscri

Re: Automated Transactions Identifier Error

2017-05-12 Thread John Wiegley
nd no reason it couldn't be added, either, we just can't refer to the totals of other accounts in all places yet. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this messa

Re: month to month % change expression

2017-05-09 Thread John Wiegley
nice J> feature (along with % change) I think ledger reg --group-by 'format_date(date, "%m")' might help. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received

Re: Getting balances of parent and empty/zero accounts

2017-03-17 Thread John Wiegley
)? Or maybe this does not matter. Actually, since the dummy transaction is a posting in the amount of zero, I suppose it doesn't need to balance with anything else. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: Getting balances of parent and empty/zero accounts

2017-03-16 Thread John Wiegley
>>>>> "OH" == Owen Heisler <owenh...@gmail.com> writes: OH> Do you mind testing on the attached journal file (test.dat)? So, you want both Expenses and Expenses:Clothing to be reported with a balance of 0? -- John Wiegley GPG fingerpri

Re: Euro symbol inconvenience... suggestions?

2017-03-15 Thread John Wiegley
xt boxes, Emacs doesn't approve. I just end up using EUR, although it doesn't display as nicely. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you ar

Re: Ledger for Personal usage vs Small Business usage

2017-03-05 Thread John Wiegley
o "ledger -f -". It would be nice for Ledger to natively read and decrypt Gpg files, which would then work with including files. What I do is to create an encrypted loopback filesystem (on the Mac, this is called an "encrypted sparsebundle"), in which I store all my Ledger files. --

Re: Bug with automated transactions and balance assertions?

2017-02-24 Thread John Wiegley
ns before adding it to the journal. Just to check: Do your automated transaction occur earlier in the Ledger file than the transactions in question? -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 --

Re: How many Emacs, Vim, Sublime, Atom.io users here?

2017-02-22 Thread John Wiegley
>>>>> "CE" == Craig Earls <ender...@gmail.com> writes: CE> I should add that I have been an emacs user since 1995. Emacs user since 1989 here, but also vi for several years; I still use it at the terminal. -- John Wiegley GPG fingerpri

Re: Work Perks and Ledger

2017-01-20 Thread John Wiegley
hich you'd do with a balance assignment to adjust the total). Haven't gotten this quite working the way I'd like either. There are likely more ways to automate this, but I think it should give you the general idea... -- John Wiegley GPG fingerprint

Re: Formatting decimals

2017-01-20 Thread John Wiegley
>>>>> John Wiegley <jo...@newartisans.com> writes: > There should be another directive that says, "I don't care, show it to me > like this or go home." Added as a feature request: http://bugs.ledger-cli.org/show_bug.cgi?id=1197 -- John Wiegley

Re: Sorting lots

2017-01-18 Thread John Wiegley
>>>>> "t" == thierry <th...@free.fr> writes: t> Thanks Kumar, this is what was expected. However I still have the same t> error, and I do not understand what is wrong... John, any idea? I'll take a look. -- John Wiegley GPG finger

Re: Using Python to add virtual postings

2017-01-15 Thread John Wiegley
o it from the Python function. This is entirely untested, but it was intended to be possible when these features were created. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received thi

Re: Combining within entries in a single posting

2016-12-28 Thread John Wiegley
>>>>> "KA" == Kumar Appaiah <a.ku...@alumni.iitm.ac.in> writes: AK> # ledger -f test.dat reg Income Try: ledger -f test.dat reg -n Income -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: Account balances in assertions?

2016-12-11 Thread John Wiegley
script to do it externally, MC> but it is nice to have things in ledger itself. This should be easy to do in Python, using the Python integration, but I can't think of a convenient way to do it otherwise, without an external script. -- John Wiegley GPG fingerprint = 4710 CF98 AF

Re: Link Params with acprep

2016-12-02 Thread John Wiegley
*much* faster at detected when a rebuild needs to happen, and automatically makes use of multiple cores. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message becaus

Re: Commodities rebalancing report

2016-12-02 Thread John Wiegley
rious ways of changing the report output, without losing any of the account information. That's why I added --collapse: to disable display of the account tree underneath each "commodity". -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: Link Params with acprep

2016-12-02 Thread John Wiegley
tgresql/postgresql_c_cpp.htm JP> Let me know what you think is the easiest way to do this. acprep should listen to LDFLAGS, if you set it in the environment: LDFLAGS="-lpqxx -lpq" ./acprep -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://ne

Re: Commodities rebalancing report

2016-12-02 Thread John Wiegley
ee the share count, price/share and the market value, you'll need to set the --total: ledger --account=commodity --collapse \ --total='(count, total, market(total))' balance You'll probably need to massage the output, but this should get you part of the way there. -- John Wiegley

Re: New to ledger - how to ease in from gnucash?

2016-11-10 Thread John Wiegley
ere tools to accomodate that? You could use "git-annex" as a git-based auto sync: https://git-annex.branchable.com/ -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 --

Re: Ledger Hackathon next month?

2016-11-08 Thread John Wiegley
>>>>> "A" == Alexis <surryh...@gmail.com> writes: A> Keep your fingers crossed! I may have a location in San Francisco's A> financial district; need to verify beginning of next week on site. Hi Alexis, any luck? Are we meeting this weekend? What

Re: Ledger Hackathon next month?

2016-11-03 Thread John Wiegley
>>>>> "MM" == Martin Michlmayr <t...@cyrius.com> writes: MM> * John Wiegley <jo...@newartisans.com> [2016-11-03 10:57]: >> We haven't picked a date yet. I'm free and open these weekends: >> >> Nov 12/13 Nov 26/27 MM> Both work

Re: Ledger Hackathon next month?

2016-11-03 Thread John Wiegley
n find a cheap BMK> flight down, I might be interested in coming down for this. We haven't picked a date yet. I'm free and open these weekends: Nov 12/13 Nov 26/27 I could also do a weekday evening. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://ne

Re: ledger-mode repo

2016-11-01 Thread John Wiegley
using sourcetree which has been very CE> reliable for a long time. If you look at the log using "git log --stat", you should see that all the commits only touch the Elisp files, even though they describe changes that might have been larger in the original commit. -- John Wiegley

Re: ledger-mode repo

2016-10-31 Thread John Wiegley
>>>>> "CE" == Craig Earls <ender...@gmail.com> writes: CE> Any ideas? I am not a git guru, just a git. :) Can you show me the clone command you used? -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Ledger Hackathon next month?

2016-10-29 Thread John Wiegley
Python 3 support, and maybe take a look at some of the P1 bugs that have been languishing. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you

Re: Virtual Accounts and Ledger-Mode Tab Completion

2016-10-24 Thread John Wiegley
>>>>> "r" == rtjmay <r...@rtjmay.ca> writes: r> Is this a bug in ledger-mode, or am I doing something incorrectly? This does sound like a bug. Can you open GitHub issue against: https://github.com/ledger/ledger-mode I believe Craig is still the main

Re: Truncation/rounding problem with a commodity value function

2016-10-05 Thread John Wiegley
new bug > with the above steps regardless? No, if it will be fixed by those other two, then that is enough. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message be

Re: Budgeting bug (account hierarchies and matching)

2016-10-01 Thread John Wiegley
et, and instead uses something else JB> like virtual accounts, or automatic postings to envelope-type accounts, JB> please let me know! I haven't heard anyone else complain about it yet, although it's certainly a bug. Does the workaround described in #415 work for you? -- John Wiegley

Re: Truncation/rounding problem with a commodity value function

2016-09-28 Thread John Wiegley
ng practices require very specific rounding schemes. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google Groups "Ledger

Re: How to handle bank transfer delays

2016-09-23 Thread John Wiegley
postings? That should show you every account containing such postings. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google G

Re: Moving ledger-mode out of the main ledger repository

2016-09-22 Thread John Wiegley
was produced by git-subtree, so it's possible some of them may have ended up empty. I forgot to squeeze out empty commits after the extraction had completed. John -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E

Re: Getting different numbers on adding "--collapse" option to register report with --period

2016-09-15 Thread John Wiegley
ut here---end--->8--- Do you have a .ledgerrc file? Or a pricing database? -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are s

Re: Getting different numbers on adding "--collapse" option to register report with --period

2016-09-13 Thread John Wiegley
721$721$ --8<---cut here---end--->8--- -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message beca

Re: Abandon 0.3.0

2016-09-07 Thread John Wiegley
re to become common, we could easily add a #line directive for the purposes of error reporting. That would be relatively trivial to add support for, since every item parsed does retain knowledge of where it was parsed from. -- John Wiegley GPG fingerprint = 4710 CF

Re: Abandon 0.3.0

2016-09-07 Thread John Wiegley
in ledger-cli, and HR> hence open for adoption. This could quite easily be supported today by writing a pre-processor for the "." syntax. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A

Re: Gnucash support in 3.1 coming?

2016-09-04 Thread John Wiegley
I have no plans to restore this work. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google Groups "Ledger"

Re: should decimal point/digit group style be commodity-specific ?

2016-09-04 Thread John Wiegley
ent accounts with a precision appropriate to each account. Limiting everything to 2 would be odd, and limiting it to anything else would make dollars amounts seem too precise. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: Applying Automated Transaction to the other postings within the same normal transaction

2016-08-27 Thread John Wiegley
s this just fine: ledger expr 'any (account =~ /Books/)' -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google Groups &

Re: Applying Automated Transaction to the other postings within the same normal transaction

2016-08-25 Thread John Wiegley
ansaction's posting match the given account regexp. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google Groups "

Re: Moving ledger-mode out of the main ledger repository

2016-08-04 Thread John Wiegley
>>>>> "A" == Alexis <surryh...@gmail.com> writes: A> can you include the doc/ledger-mode.texi file in the ledger-mode repo A> also? I think it makes sense to move the documentation to the sources. Done, complete with the history for that file along the s

Re: Moving ledger-mode out of the main ledger repository

2016-08-02 Thread John Wiegley
organization: https://github.com/ledger/ledger-mode I have also remove the lisp/ directory from the ledger project, although I have a feeling CMake is going to need to be told too... -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: Moving ledger-mode out of the main ledger repository

2016-08-02 Thread John Wiegley
don't need to be exactly synced, unless there is a change in the data protocol used between them, or in the reporting arguments. But all of that is very stable now. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C

Moving ledger-mode out of the main ledger repository

2016-08-02 Thread John Wiegley
Hi guys, Just wanted to let you know that I'll be splitting ledger-mode and the Emacs code into its own repository within the ledger organization on GitHub soon. If anyone has any concerns or issues, please let me know. The initial goal is to reduce Travis activity due to frequent changes in

Re: Feature idea: custom named reports!

2016-08-01 Thread John Wiegley
ile. Same here; I use org-babel to save the report, rerun them, and capture the output. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscri

Re: Format balance report as org table

2016-06-29 Thread John Wiegley
>>>>> Alexandre Rademaker <aradema...@gmail.com> writes: > What are the columns X and code in the "org" reporting command?? Best, Not sure what X is, but code is documented in the manual as part of the payee line. -- John Wiegley GPG fingerpri

Re: Matching a string in medadata tags

2016-06-29 Thread John Wiegley
>>>>> Vikas Rawal <vikasra...@gmail.com> writes: > 3. reg -l %FlowDetail = 'expense20052015' It has to be just: reg -l '%FlowDetail=expense20052015' No extra spaces, no ==, etc. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80

Re: Terminal date in period expressions

2016-06-28 Thread John Wiegley
ense for it to be inclusive. It might be useful to have an option to switch the two readings of such ranges... -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received th

Re: Matching a string in medadata tags

2016-06-28 Thread John Wiegley
>>>>> Martin Michlmayr <t...@cyrius.com> writes: > reg -l "tag('FlowDetail') == 'BankStatements/2016/expense200515.pdf'" A quicker way would be to: %FlowDetail=expense200515 -- John Wiegley GPG fingerprint = 4710 CF98 AF9

Re: Format balance report as org table

2016-06-23 Thread John Wiegley
>>>>> Vikas Rawal <vikasra...@gmail.com> writes: > This gives me the table: > --format "|%(account) |%(quantity(total_expr(amount)))|\n” Try the "org" reporting command: ledger org expenses -- John Wiegley GPG fingerprint = 4710

Re: Verify account balance from bank statement

2016-06-13 Thread John Wiegley
the source > code.) If those are the only caveats, I'd support such a change. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to

Re: Scaling to large transaction datasets

2016-06-13 Thread John Wiegley
with data sets of that size in C++Ledger. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You received this message because you are subscribed to the Google Groups "Ledger"

Re: Verify account balance from bank statement

2016-05-28 Thread John Wiegley
>>>>> Simon Michael <si...@joyful.com> writes: > How about writing a explicit 0 posting amount. Right, you can balance the assertion amount against 0. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com

Re: Alias for account, effective for all its sub-accounts?

2016-05-28 Thread John Wiegley
>>>>> Ben Finney <ben+led...@benfinney.id.au> writes: > How can I get Ledger to follow this behaviour for an alias? This sounds like a feature that was simply never added. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80

Re: Verify account balance from bank statement

2016-05-28 Thread John Wiegley
can use a single line balance assertion: 2006/01/17 Confirm balance at this point [Liabilities:MasterCard] = $-1,731.72 -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- You rec

Re: Filtering report by currency

2016-05-23 Thread John Wiegley
I'd just like to > ignore them. > Is this possible? For example: ledger bal expenses --limit 'commodity =~ /^USD$/' -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 -- --- Y

Re: Resetting a balance is illegal?

2016-05-23 Thread John Wiegley
>>>>> Adrian Whitfield <whitfield.adr...@gmail.com> writes: > Should I go ahead and raise it as a bug? Please do. :) -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2

Re: Resetting a balance is illegal?

2016-05-23 Thread John Wiegley
>>>>> Adrian Whitfield <whitfield.adr...@gmail.com> writes: > I'm sure of it Jostein, but I'm unable to register it on ledger's Bugzilla > page <http://bugs.ledger-cli.org/> frustratingly. What happens? -- John Wiegley GPG fingerprin

<    1   2   3   4   5   6   7   8   9   10   >