Re: Reporting system and potentially Python

2011-07-07 Thread Yawar Amin
On 2011-07-07, at 21:48, Tim M wrote: > […] > Thoughts? I like the idea of XML -> HTML + CSS + JavaScript plots. How about moving to a completely declarative XML report, where we use XML tags to ask for things like account names and balances, and using the Scheme (or Python) reporting engine

Re: Reporting system and potentially Python

2011-07-07 Thread John Ralls
On Jul 7, 2011, at 9:48 PM, Tim M wrote: > What I'm looking for is this: > > Separate the act of actually gathering the data from the GnuCash database > from transforming it for display, so that the output can be made much more > interactive and easy to style and make 'pretty' :). Use a well

Re: Reporting system and potentially Python

2011-07-07 Thread Tim M
What I'm looking for is this: Separate the act of actually gathering the data from the GnuCash database from transforming it for display, so that the output can be made much more interactive and easy to style and make 'pretty' :). Use a well known programming language to aggregate the data to mak

Re: Reporting system and potentially Python

2011-07-07 Thread John Ralls
On Jul 7, 2011, at 4:24 PM, Christian Stimming wrote: > Am Donnerstag, 7. Juli 2011 schrieb John Ralls: So I am OK with needing to get more familiar with something such as Python, C, or Java to do the work, but I don't want to get knee deep in a major feature patch to find out some

build check failure: POTFILES references non-existing gnc-pricedb-static.c?

2011-07-07 Thread Derek Atkins
Hey, I just tried to build a clean build from a clean checkout of trunk on a fresh Fedora-15 system. In addition to two bugs I just filed I also ran into another issue in "make check" on trunk: make[1]: Entering directory `/home/warlord/src/gnucash/gnucash-svk/build/po' make[1]: *** No rule to m

Re: Reporting system and potentially Python

2011-07-07 Thread John Ralls
On Jul 7, 2011, at 5:06 PM, Phil Longstaff wrote: > I'm not sure I would use Javascript to create the report code, but I could > definitely see embedded Javascript into the reports to make them more > interactive. Any place there is a parent account with children indented an > arrow icon coul

Re: Reporting system and potentially Python

2011-07-07 Thread Phil Longstaff
I'm not sure I would use Javascript to create the report code, but I could definitely see embedded Javascript into the reports to make them more interactive.  Any place there is a parent account with children indented an arrow icon could trigger javascript to hide/show the children. Does swig g

Re: GnuCash Documentation 2.4.1 in .epub and .mobi format

2011-07-07 Thread SASAKI Suguru
Hi, No one seems to be intereted in this, but I have pushed some tweakes in build system and push to https://github.com/sss/gnucash-docs/tree/2.4.1-in-epub-and-mobi , and you can downloadn .epub / .mobi from https://github.com/sss/gnucash-docs/downloads . Thanks, -- SASAKI Suguru mailto:s

Re: Reporting system

2011-07-07 Thread Christian Stimming
Am Donnerstag, 7. Juli 2011 schrieb Tim M: > > Tim, you realize that in order to rewrite the reports in whatever > > language you like, you'll have to become quite expert at Scheme anyway, > > right? You're not going to save yourself any work or learning by > > translating the reporting system into

Re: Reporting system and potentially Python

2011-07-07 Thread Christian Stimming
Am Donnerstag, 7. Juli 2011 schrieb John Ralls: > >> So I am OK with needing to get more familiar with something > >> such as Python, C, or Java to do the work, but I don't want to get knee > >> deep in a major feature patch to find out something else is preferred. > > > > If you are able to inser

Month- wise reports

2011-07-07 Thread C.M.Narayanan Namboodiripad
How can i get month -wise report of all income and expenses.Now the Cash book shows all tranactions in day- wise format. Thanks, -- narayanan c m ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-

GnuCash - Year End Questions

2011-07-07 Thread Winslow von Maur
Hi Several questions 1. Do I have to reconcile? 2. How do I update to the newest version of gnucash without losing my data in this new version? Do I have to do some type of export from old gnu and then import to the new gnu (if so, then how?)? 3. My year end is May 31. H

Re: Reporting system

2011-07-07 Thread Tim M
On Thu, Jul 7, 2011 at 9:25 AM, John Ralls wrote: > > Christian: Please don't accept Python code into Gnucash. Python has > version-to-version compatibility problems, and I've found with pure-python > applications like Gramps that it requires bundling a Python interpreter with > the application s

Re: Reporting system

2011-07-07 Thread John Ralls
On Jul 7, 2011, at 8:25 AM, Christian Stimming wrote: > Hi Tim, > > Am Donnerstag, 7. Juli 2011 schrieb Tim M: >> As you know I have done a little work on the reporting system to try to get >> some form of standards-compliance working. I have been looking through >> previous mails back to Janua

Re: Reporting system

2011-07-07 Thread Christian Stimming
Hi Tim, Am Donnerstag, 7. Juli 2011 schrieb Tim M: > As you know I have done a little work on the reporting system to try to get > some form of standards-compliance working. I have been looking through > previous mails back to January to see what other activity there has been on > the reporting s