Re: Floating point exception on future entry

2018-01-27 Thread Alexis
Hello John Wiegley on Tuesday, 2018-01-23 at 15:17:08-0800, you wrote: > Is anyone willing to help me set this up? Of course, I welcome the change. How do we best move forward with this? Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledge

Re: Virtual postings from python

2022-12-27 Thread Alexis
()` function on the `Posting` type and the exposed `has_flags` fails with the following error for me: ``` did not match C++ signature: has_flags(supports_flags {lvalue}, unsigned char) ``` It would be greatly appreciated if you could file a bug against ledger for this. Best Alexis

Re: Planning new ledger release

2023-01-20 Thread Alexis
n. Ideally this month. > Your help is appreciated! Crunch time :) Best Alexis -- --- 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+unsubsc

Re: [ANNOUNCE] ledger 3.3.0

2023-02-08 Thread Alexis
Thank you Martin for driving this release! It's been long overdue, so great to see all these fixes and improvements finally being officially released. Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from

Updating Ledger's dependencies regularly

2023-02-14 Thread Alexis
recency and backwards compatibility. I'd love to hear your thoughts, especially if you contribute to Ledger or maintain a distribution port. Best Alexis ¹ https://github.com/ledger/ledger/issues?q=is%3Aissue+boost+is%3Aclosed ² https://github.com/ledger/ledger/pull/2194 ³ https://packages

Requesting feedback from users of Ledger's Python API

2023-02-14 Thread Alexis
ion that is most useful for API users. Best Alexis ¹ https://www.boost.org/doc/libs/1_81_0/libs/python/doc/html/index.html ² https://github.com/ledger/ledger/pull/2196 -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe

Re: Requesting feedback from users of Ledger's Python API

2023-02-14 Thread Alexis
hat folks have for a Python API. Is there anything specific that you'd be willing to share in greater detail? Any scripts, reports, or workflows would be interesting. Thanks Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To u

Re: Requesting feedback from users of Ledger's Python API

2023-02-27 Thread Alexis
gt; API in ipython. What would you find most helpful? A technical documentation? A tutorial? Something else? > The one I filed a couple of weeks ago ;) I assume you mean #2169.² I'll have another look. Best Alexis ¹ https://www.ledger-cli.org/3.0/doc/ledger3.html#Data-File-Pa

Re: Requesting feedback from users of Ledger's Python API

2023-03-02 Thread Alexis
Hello Ryan, On Mon, Feb 27, 2023 at 01:29:46PM -0600, Ryan Nowakowski wrote: > On Mon, Feb 27, 2023 at 05:11:46PM +0100, Alexis wrote: > > > Alternatively and perhaps more interesting, you could create a separate > > > python package on PyPI that depends on ledger. Th

Re: Updating Ledger's dependencies regularly

2023-03-23 Thread Alexis
Thanks for your input on this John, much appreciated. To move this conversation forward more specifically I went ahead and created PR #¹ that bumps the versions of ledger's major dependencies to a reasonable version that is about 4 years old. Alexis ¹ https://github.com/ledger/ledger

Re: The documentation link on the website is broken.

2023-03-24 Thread Alexis
pull request. Best Alexis -- --- 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. To view this discussion on the web vi

[ANNOUNCE] ledger API documentation available online

2023-04-11 Thread Alexis
ribute. As stated on the API documentation main page: "In case you find [the API] documentation incorrect, incomplete, unclear, or lacking please open a pull request [https://git.ledger-cli.org/ledger/pulls]."; Enjoy Alexis -- --- You received this message because you are subs

Re: Requesting feedback from users of Ledger's Python API

2023-04-20 Thread Alexis
future of Ledger Python package API now is the time to chime in. Best Alexis ¹ https://github.com/ledger/ledger/pull/2246 ² https://pypi.org/project/pip ³ https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml -- --- You received this message because you are subscribed to

Re: Docs site unreadable in dark theme

2023-04-29 Thread Alexis
Hello Yuri Khan, thank you for reporting the issue. This has now been fixed. Please be sure invalidate any cached CSS before reloading the page. Best Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this

Re: Docs site unreadable in dark theme

2023-04-30 Thread Alexis
On Sun, Apr 30, 2023 at 02:59:53AM +0700, Yuri Khan wrote: > Works now, thanks! Thanks for confirming, Yuri Khan, much appreciated. -- --- 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

Re: Reducing repetition/duplication of amount value in entries

2023-06-08 Thread Alexis
Expenses:Food:Restaurants (spent_amount) Liabilities:Apple Card (-spent_amount) Income:Credit Card Rewards(-(spent_amount) * 0.02) Assets:Apple Cash See https://ledger-cli.org/doc/ledger3.html#index-define Hope thi

Re: Printing to stdout

2023-06-10 Thread Alexis
along with other unit tests, so that once a desired behaviour is defined its implementation is tested. Alexis ¹ https://www.boost.org/doc/libs/1_82_0/libs/filesystem/doc/index.htm -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To u

Ledger turns 20 today!

2023-09-29 Thread Alexis
Hi all, according to the commit history on GitHub¹ ledger turns 20 today! And ledger has come a long way since its initial revision. Thank you, John, for writing ledger and thank you everyone else who has contributed over the years to or is using it!! Here's to 20 more Alexis ¹

Re: building python package

2023-12-14 Thread Alexis
venv (or something similar)? Cheers Alexis -- --- 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. To view this dis

Re: building python package

2023-12-14 Thread Alexis
Hi, CMake is quite explicit about which python it has found: -- Found Python: /home/sergiu/miniconda3/envs/invest_01/bin/python3.9 This does not match with the 3.8 that is in your environment. In order to build Ledger Python correctly the Python found by CMake must match the Python that boost w

Re: building python package

2023-12-17 Thread Alexis
be interested in what you think would have helped you and made building Ledger Python easier for you. Best Alexis ¹ https://github.com/Kitware/CMake/blob/master/Modules/FindPython.cmake ² https://cmake.org/cmake/help/latest/module/FindPython.html#hints ³ https://packages.ubuntu.com/focal/amd64/lib

Re: building python package

2023-12-19 Thread Alexis
Hi, > Based on your suggestions I made some progress. It finds boost in configure That's great to hear! > but it is not being picked up. Is there an option to add something to make > INCLUDE? There sure is: CMake's FindBoost Module¹ also offers hints with which an installation prefix or the p

Re: building python package

2023-12-19 Thread Alexis
operly. 3. Manually disable use of libedit in CMakeLists.txt by adding the following below line 256¹ set(HAVE_EDIT 0) Cheers Alexis ¹ https://github.com/ledger/ledger/blob/master/CMakeLists.txt#L256 -- --- You received this message because you are subscribed to the Google Groups "Le

Re: building python package

2023-12-19 Thread Alexis
Hi, > I can run $ ./ledger --version and I'm getting "Ledger 3.3.2-20230330", Posting the complete output of ./ledger --version is helpful as the version info includes a note about Python support: % ledger --version | head -2 Ledger 3.3.2-20230330, the command-line accounting tool with su

Re: building python package

2023-12-19 Thread Alexis
Hi, quite frankly I'm not particularly fond of acprep and prefer to use the tools it wraps. Please find below the commands I use to cleanly build ledger with Python support on macOS with a build environment setup from nix flake and using cmake and make directly: % rm ledger{,.so} % rm -rf bui

Re: building python package

2023-12-19 Thread Alexis
some feedback on what would have helped you in terms of documentation or examples to get Python Ledger installed would be appreciated. Cheers Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop r

Re: building python package

2023-12-20 Thread Alexis
t;>> len(journal) 11 May I ask for what purpose you plan to use Ledger Python and would you be okay with me contacting you outside of this list? Best Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe

Re: FR: Include w/ prefixes

2010-02-19 Thread Alexis
a.dat === === BEGIN b.dat === 1994/01/02 * Rent Expenses:Rent 100.00 Asssets:Bank:Checking -100.00 === END b.dat === What am I missing? Alexis

Re: Problem using German date format

2011-03-11 Thread Alexis
o:Gas 10,00 € Liabilities:MasterCard-10,00 € Any idea on how to solve this one? Cheers, Alexis -- "First, solve the problem. Then, write the code." -- John Johnson

Re: Best way to install Ledger 3 on OS X Mountain Lion

2012-09-05 Thread Alexis
me to build ledger 3.0 (HEAD) on Mountain Lion again. Let me know if it works for you. Cheers, Alexis ¹ https://github.com/mxcl/homebrew/pull/14730

Re: Best way to install Ledger 3 on OS X Mountain Lion

2012-09-08 Thread Alexis
ote update % git cherry-pick 27a177db7b8d9c35b9a531dffe7461febb5dd7b9 I am not aware of an homebrew command that autmagically fetches and includes an outstanding pull-request to apply it locally for testing purposes. Let me know how that and the formula changes work for you, Alexis

Re: Best way to install Ledger 3 on OS X Mountain Lion

2012-09-16 Thread Alexis
s are now in the official homebrew repo. Enjoy! Alexis

Re: Best way to install Ledger 3 on OS X Mountain Lion

2012-09-21 Thread Alexis
er homebrew formula work for you. Cheers, Alexis

Re: Building with Ninja instead of Make

2012-09-26 Thread Alexis
index 7e53f23..9b6d851 100644 --- a/test/regress/647D5DB9.test +++ b/test/regress/647D5DB9.test @@ -11,5 +11,5 @@ P 2009/01/31 02:18:02 AAPL $4 P 3000/01/01 02:18:02 APPL $100 test bal --end 2008/12/31 -JV Equities -2008-12-31 1500 +2008-06-30 1500 end test Alexis

Re: Expensematrix?

2012-09-30 Thread Alexis
Hello Gwenhael Le Moine on Sun, Sep 30, 2012 at 07:59:01AM CEST, you wrote: > $(ledger bal Expenses -p "") and > that-unix-command-I-never-remember that combines 2 files in input side by > side. Do you mean lam(1)? Alexis

Re: Building with Ninja instead of Make

2012-09-30 Thread Alexis
Hello John Wiegley on Thu, Sep 27, 2012 at 05:54:32AM CEST, you wrote: > >>>>> Alexis writes: > > wow, ninja really does speed up built times quite a bit. > > What were the time differences for you? Compile of vanilla next branch using make: make -j8 622,73s

Re: payee field, accouting customs?

2012-10-30 Thread Alexis
Hi Jeroen, I use the payee field to denote the person/institution where the money flows to and use a Payee tag to set a different payee for the individual postings. One example: Assume I've made some digital prints and bought some binders and pens along with that at my favorite copy shop ACME Inc.

Re: Creating reports with Ledger

2012-11-12 Thread Alexis
to me it looks like the best suited option. The demo.py¹ seems to hint on balance reports being available in the future, or am I misinterpreting that? Alexis

Contributing to ledger

2012-11-19 Thread Alexis
github.com/ledger/ledger/pull/106 So, which procedure is best to get feedback on the changes and hopefully have changes merged into the upstream repo? Thanks, Alexis

Re: New: Assertion directives

2012-11-19 Thread Alexis
a € -5 € 2 09.10.2012 ta:1 € 3 € 2 z Alexis

Re: Looking for bug fixers/contributors

2012-11-22 Thread Alexis
great piece of software. Keep up the good work! Alexis

Re: python/demo.py

2013-01-21 Thread Alexis
Hi Jeroen, with a python enabled ledger built try the following from the ledger source directory: $ ledger python python/demo.py Best regards, Alexis

Re: Testing the 3.0 release tarball

2013-05-30 Thread Alexis
1.cpp > > Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp > .hxx .in .txx > I get the same error on Mac OS X 10.8.3 (12D78) Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubs

Re: installing ledger on macos

2013-09-24 Thread Alexis
Hi, I also install ledger via homebrew, and it works great. If you need the Python bindings be sure to add the --with-python option to the brew install command. Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To u

Re: how to build and install python bindings for ledger 3.0 on debian wheezy

2014-01-27 Thread Alexis
. Any idea what may cause the longer execution time? Cheers, Alexis -- --- 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...@googlegroup

Is there an official ledger 3.0 release?

2014-01-28 Thread Alexis
s the documentation need to elaborated on? I'm willing to contribute whatever is necessary and within my capabilities. Cheers, Alexis น https://github.com/ledger/ledger/releases -- --- You received this message because you are subscribed to the Google Groups "Ledger" group.

Re: Compilation Fails due to Linker Error

2014-01-29 Thread Alexis
edger/commit/1b06465e3c9610650bf559e3ffd1df080fc3cd53 Cheers, Alexis -- --- 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...@googlegroup

Re: Compilation Fails due to Linker Error

2014-01-31 Thread Alexis
nuous integration using Travis CI. For a preview visit: https://travis-ci.org/afh/ledger Best, Alexis -- --- 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 ledg

Re: Compilation Fails due to Linker Error

2014-02-01 Thread Alexis
Travis CI was integrated, so that upon every commit ledger is build from scratch and the tests are run. Cheers, Alexis -- --- 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, sen

Re: Compilation Fails due to Linker Error

2014-02-02 Thread Alexis
with: % LC_ALL=c python ~/src/ledger/python/demo.py For those who'd like help testing or improve the cross-compile test setup, here's the Vagrantfile I use: https://gist.github.com/afh/8765061 Cheers, Alexis -- --- You received this message because you are subscribed to the Google

Activate Travis CI

2014-02-02 Thread Alexis
added bonus the current status will be shown in the README.md on github. If you'd like assistance feel free to contact me. Thanks! Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiv

Re: Compilation Fails due to Linker Error

2014-02-03 Thread Alexis
Saucy, and OS X Mavericks. Please give it a spin and let me know whether this works for you. Cheers, Alexis -- --- 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

Re: Activate Travis CI

2014-02-04 Thread Alexis
Hi John, thanks, it was quite easy to setup, since ledger's acprep is quite convenient and helpful in the scenario. Can't wait to see the build badge turn green =) Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" g

Re: Activate Travis CI

2014-02-04 Thread Alexis
> Active and now running! Oh this is so great! I'm actually quite excited about it :) Alexis -- --- 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 em

Skipping Travis CI Builds

2014-02-04 Thread Alexis
n the commit message. […] Alternatively, you can also use [skip ci]." For details see: http://docs.travis-ci.com/user/how-to-skip-a-build/ Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this grou

Re: Reporting by commodity?

2014-02-05 Thread Alexis
Hello Rick F on Wed, Feb 05, 2014 at 07:08:16PM CET, you wrote: > --limit "commodity!='s'" works in my case where I really only need to > filter the times. Note that I tried 'h' and it didn't work. I think ledger stores time data internally always as

Vi keybindings in ledger REPL

2014-02-19 Thread Alexis
://www.stuartcarnie.com/2012/06/lldb-vi-mode-and-tab-completion.html Cheers, Alexis -- --- 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

Locale Aware Formatting of Dates

2014-02-22 Thread Alexis
+ variant of it. - Is there another solution? - Apart from that I came across strfmon (3), and was curious whether it make sense to use that or other information about standard currencies found in /usr/share/local/*/LC_MONETARY? What's your opinion on these? Cheers, Alexis -- ---

Re: Taq queries

2014-03-09 Thread Alexis
Assets:Bank:Spbkonto-2557,63 NOK With this you can also find all postings to the Spbkonto that have a tag Cordoba: % ledger reg spbkonto and %cordoba Hope this helps, Alexis ¹ http://www.ledger-cli.org/3.0/doc/ledger3.html#Transaction-notes ² http://www.ledger-cli.org/3.0/doc

Re: Is there an official ledger 3.0 release?

2014-03-09 Thread Alexis
Hello Craig Earls on Sun, Mar 09, 2014 at 05:34:11PM CET, you wrote: > Does anyone know who maintains the home-brew entry for ledger? That would be me, hence my email :) I'll update the homebrew formula, probably later today. Alexis -- --- You received this message because

Re: Is there an official ledger 3.0 release?

2014-03-10 Thread Alexis
new tag is available I will update these accordingly and issue a pull request to the homebrew project. Cheers, Alexis ¹ https://github.com/ledger/ledger/archive/v3.0.tar.gz ² which are only needed when you would like to build your own program on top of libledger ³ https://github.com/afh/homebrew

Re: Is there an official ledger 3.0 release?

2014-03-13 Thread Alexis
Hi Peter, I'm glad to hear that there are people like you out there who appreciate the work. Yes, I will make sure to post to this mailing list, once the ledger 3.0 changes to homebrew formula are available upstream. Cheers, Alexis -- --- You received this message because you are subsc

Re: Is there an official ledger 3.0 release?

2014-03-13 Thread Alexis
: installing to from source or via MELPA as Steve Purcell mentioned. Cheers, Alexis -- --- 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+uns

Re: Is there an official ledger 3.0 release?

2014-03-27 Thread Alexis
with homebrew works smoothly for you and report any issues you may have. If you require (or desire ;) ledger python support be sure to install using: % brew install ledger --with-python Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "L

Re: Ledger compile error

2014-04-13 Thread Alexis
Hi Jeff, have a look at the following thread: https://groups.google.com/forum/#!topic/ledger-cli/nKpOGMFb9CM maybe that gives an indication on what may go wrong. Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To u

Re: Automatic Transaction for VAT Calculation

2014-04-13 Thread Alexis
-1721.66 Equity -1000Opening Balances 577.328 Expenses:eet 0 Is this want you expect and want? Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To u

ISO 4217 commodities

2014-04-21 Thread Alexis
27;ve also included a generated commodities file for convenience. Who knew that a test currency (XTS) does officially exist? I knew about the universal currency sign (¤), but not about that… Cheers, Alexis ¹ http://www.currency-iso.org/en/home/tables/table-a1.html -- --- You received this me

Re: ISO 4217 commodities

2014-04-23 Thread Alexis
If anyone thinks it's worthwhile I'll gladly add it to the ledger repo under contrib/ and throw in a little shell script, which downloads the latest version of the XML and runs the XSL transformation. Alexis -- --- You received this message because you are subscribed to the Goo

Re: Doc build failure

2014-04-27 Thread Alexis
rerun ../tools/gendocs.sh, once the pull request is available upstream (of you've cherry-picked it into your repo). Cheers, Alexis น https://github.com/ledger/ledger/pull/281 -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubs

Re: ISO 4217 commodities

2014-05-08 Thread Alexis
L, so I cannot say whether it is updated regularly or not. Yet the XML root node contains a Pblshd attribute set to 2014-03-28, which hints on a recent update. Best, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubs

Re: Cannot Find .info File

2014-05-09 Thread Alexis
? Thanks, Alexis ¹ https://github.com/ledger/ledger/commit/dcb285ac556aa54aa01c60b3c1c9fa40199d8f06 -- --- 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: New tests not being run

2014-05-13 Thread Alexis
*.test in the given directory and generates a cmake cache entry¹ for the test, which is then used by ctest as far as I understood. So, the solution [cw]ould be to force cmake into regenerating its cache for the test/ directory. Cheers, Alexis ¹ see test/{baseline,manual,regress}/CTestTestfile.cmake

Building ledger from release archive

2014-11-29 Thread Alexis
o download a zip archive a server (e.g. wget, curl, ...)? Thanks, Alexis ¹ http://utfcpp.sourceforge.net/ ² https://github.com/afh/ledger/commit/3db6facd95a6dd512c6c0de6a6a7dd7166e79b8e ³ CentOS, Ubuntu Trusty, Ubuntu Saucy, Ubuntu Lucid, Ubuntu Precise -- --- You received this message becau

Standardise ledger file extension

2014-11-29 Thread Alexis
o you think? I'm willing to perform the necessary tasks in project. Best, Alexis -- --- 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

Skipping continuous integration runs

2014-11-29 Thread Alexis
think the script is a valuable contribution to the project itself and should be included in the repository, where should it reside, contrib/git? Let's save some computing power ;) Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" g

Re: Standardise ledger file extension

2014-11-30 Thread Alexis
int of view it would help to have common file suffixes and use them throughout the ledger documentation and examples as a best practice. It would have certainly helped me when I started learning ledger to avoid some confusion :) Alexis ¹ currently those are rather sparse, but who knows… ² http://www

[BUG] Crash when using --trace option

2014-12-01 Thread Alexis
have no effect on the trace level as suggested by the manpage. % for trace in {1..9}; do ./ledger -f test/input/sample.dat test--trace ${trace} 2>/tmp/ledger_trace_${trace}.txt >/dev/null; done Any helpful hints what needs to be changed? Cheers, Alexis -- --- You received this message

Access timelog checkin datetime from python other entries

2014-12-01 Thread Alexis
ccess the timelog checkin and checkout times from python? If no, what changes are needed in order to fix the TypeError mentioned above? Thanks in advance, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this

Re: Standardise ledger file extension

2014-12-01 Thread Alexis
ation. I'd be afraid that the recommendation would be overlooked in the extensive documentation. Alexis -- --- 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 ema

Re: Standardise ledger file extension

2014-12-01 Thread Alexis
Hello John Wiegley on Mon, Dec 01, 2014 at 07:24:11PM CET, you wrote: > If I had to pick an extension, it would probably be .ledger, but then I > wouldn't use it so that's what I don't recommend it. Hehe, so what do you use for your ledger and timelog journal files, John?

Re: Access timelog checkin datetime from python other entries

2014-12-03 Thread Alexis
C++ and Boost :| Alexis -- --- 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://groups.google.com/d/optout.

Re: Access timelog checkin datetime from python other entries

2014-12-03 Thread Alexis
le conversion. How can I go about and start debugging the issue? Are you John or possibly anyone else on this list willing to work on this together, maybe even at the same time via IRC? > That is only natural. :) That's comforting to know and I'll bear it in mind :) Alexis --

Re: [BUG] Crash when using --trace option

2014-12-03 Thread Alexis
ebug messages I'm interested in seeing. I see, does the --trace option still serve any purpose that isn't handled by the --debug option? So which --debug option would I need to specify in order to see those TRACE_CTOR and TRACE_DTOR messages? Alexis -- --- You received this message

Re: Access timelog checkin datetime from python other entries

2014-12-03 Thread Alexis
Hello John Wiegley on Wed, Dec 03, 2014 at 10:08:14PM CET, you wrote: > I'd be willing to take a look at it with you on IRC sometime, perhaps this > weekend. I would appreciate that a lot! I'm on CET, which timezone do you reside in? Alexis -- --- You received this message

Re: [BUG] Crash when using --trace option

2014-12-04 Thread Alexis
Hello John Wiegley on Thu, Dec 04, 2014 at 02:44:26AM CET, you wrote: > I think it's --debug='*memory*' maybe? Ah yes --debug memory in combination with --verify gives me those TRACE_[CD]TOR messages, now I just need to make sense of it... Alexis -- --- You received this m

Re: Access timelog checkin datetime from python other entries

2014-12-06 Thread Alexis
addressing those is greatly appreciated. I will join #ledger whenever I have some time spare to see if you or anyone else wanting to work on the issues is available. Cheers, Alexis Python use post.checkin (wip/py_checkin) • Resolve following issue to allow access to checkin/out datetime f

Re: Access timelog checkin datetime from python other entries

2014-12-07 Thread Alexis
ost::posix_time::ptime registered. Feel free to have a lookน and give suggestions directed towards a proper bugfix. Cheers, Alexis น https://github.com/afh/ledger/tree/wip/py_checkin -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To un

Re: Where is .ledgerrc stored on OSX / Yosemite

2014-12-16 Thread Alexis
Hi Kevin, you need to use in your .ledgerrc :- --input-date-format %d-%m-%Y --date-format %d-%m-%Y is only used for the ledger output, for example in register reports. Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger"

Re: uninstalling ledger

2014-12-18 Thread Alexis
Hi, good to know and quite helpful, thanks! Alexis -- --- 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 mo

Re: osx python binding (PyThreadState_Get error)

2014-12-21 Thread Alexis
ompatible Apple LLVM 6.0 (clang-600.0.39)] on darwin Type "help", "copyright", "credits" or "license" for more information. Instead of the LLVM 5.0 (clang-500.2.79) which you see, I see LLVM 6.0 (clang-600.0.39). Cheers, Alexis -- --- You received this m

Re: getting rid of the blue color in report output

2014-12-23 Thread Alexis
tify(scrub(display_total), 20, -1, true, color)) %(!options.flat ? depth_spacer : "") %-(ansify_if(partial_account(options.flat), green if %color))\n%/ %$1\n%/ ----\n' Cheers, Alexis -- --- You received this message because you are subscribed to the Google G

Re: New tests not being run

2014-12-25 Thread Alexis
, Alexis -- --- 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://groups.google.com/d/optout.

Re: Keeping it consistent

2015-01-02 Thread Alexis
edger3.html#Command-Directives > 2. Does the account definition allow wildcards? No, I don't think that's possible, but I could be mistaken. > I would like a set of specified sub-accounts for each project account. > Do I have to define them for each project account sepa

Re: Getting Python bindings working when installing ledger from source

2015-01-05 Thread Alexis
d/ledger python python/demo.py Welcome to the Ledger.Python demo! Demo completed successfully. Hope this helps, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from i

Re: Getting Python bindings working when installing ledger from source

2015-01-06 Thread Alexis
Hello Tim Swanson on Tue, Jan 06, 2015 at 04:38:14AM CET, you wrote: > That did it! Thank you. Glad I could help. Enjoy Ledger and its Python module! Both have been very useful to me and are fun to work with. Cheers, Alexis -- --- You received this message because you are subscribed to

Further Ledger Development

2015-01-06 Thread Alexis
to gain the most from our joint effort and I invite you to talk to me; I'm afh in #ledger. Thanks, Alexis น http://nvie.com/posts/a-successful-git-branching-model/ https://github.com/nvie/gitflow -- --- You received this message because you are subscribed to the Google Groups "Ledg

Re: Getting Python bindings working when installing ledger from source

2015-01-07 Thread Alexis
cies aren't easily found. I have custom (read: messy) Makefile that does the job for me, maybe we can talk in #ledger to solve your issue. Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from thi

Re: Further Ledger Development

2015-01-07 Thread Alexis
; and only important bugfixes are merged into it from that point on. How does this sound? Cheers, Alexis -- --- 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

Re: Further Ledger Development

2015-01-07 Thread Alexis
that knowledge into the manual. š http://ledger-cli.org/3.0/doc/ledger3.html#Cookbook Cheers, Alexis -- --- 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 ledg

Re: Further Ledger Development

2015-01-07 Thread Alexis
Hi Martin, oh wow, can't wait to read through those and try them! Maybe it's a good idea add the links to the ledger-cli.org/docs.html, what do you think? John, Simon? Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Le

  1   2   >