Re: GSoC2011

2011-03-31 Thread Christian Stimming
Dear ?ukasz, thank you for your interest in working with gnucash in the GSoC 2011 program. Did you already build gnucash from SVN? If yes, you can already experiment with some test changes in the GUI to see how working with the code will feel like. As for your explained features: It will be

Re: Problems getting python console to launch

2011-03-31 Thread Christian Stimming
Dear Emil, Zitat von Emil Kantis : I must've missed the documentation regarding the python-specific build options (--enable-python in ./configure), or maybe it's obvious to people with experience. No, it's not obvious. Sorry for not mentioning it earlier. It would have been visible from t

Re: GSoC Proposal: Live news feed from financial newspapers

2011-03-31 Thread Christian Stimming
Dear Ajay, Zitat von Ajay Thomas : I didn't quite get the difference between Menu only Plugins and Content Plugins, the difference in functionality between the two. I looked into gnc-plugin-bi_import.c source code under plugins but it still didn't answer my doubt. I don't think there is any di

Re: [GSOC] Data model unit testing

2011-03-31 Thread Christian Stimming
Zitat von John Ralls : I came up with some assessments regarding the project. More in detail: - Different measurement tools calculate about 16-17k lines of code in libqof module. - Number of unique functions is ~800 and ~ 500 of them are public, that is available to other packages. Your ass

Re: Initial Draft application for Python Scripting Engine

2011-03-31 Thread Christian Stimming
Dear Rahul, Zitat von Rahul Gaur : I've made some corrections to my application.Is it better now ?what more should I add ..? thanks for the additions. However, the basic problem in your application has not received much of an improvement: The main parts of your text are just some "generi

Re: Question Regarding Saving Custom Reports

2011-03-31 Thread Christian Stimming
Zitat von Geert Janssens : On woensdag 30 maart 2011, David T. wrote: It seems to me that some developer in the recent past changed the underpinnings of the reports system such that they are now identified to the system using a GUID, rather than the human-readable report title. Given that fact

Re: Problems getting python console to launch

2011-03-31 Thread Derek Atkins
Christian Stimming writes: > Things to try: If you configure without the --enable-compile-warnings, > maybe this warning/error goes away? Then: What is your swig version > and your gcc version? I have gcc-4.4 and swig-1.3.6 (somewhat old, I'm sure you don't mean "1.3.6", the minimum is 1.3.31.

Re: Problems getting python console to launch

2011-03-31 Thread Christian Stimming
Am Donnerstag, 31. März 2011 schrieb Derek Atkins: > Christian Stimming writes: > > Things to try: If you configure without the --enable-compile-warnings, > > maybe this warning/error goes away? Then: What is your swig version > > and your gcc version? I have gcc-4.4 and swig-1.3.6 (somewhat old,

Re: Problems getting python console to launch

2011-03-31 Thread Emil Kantis
Christian Stimming skrev 2011-03-31 18:36: Am Donnerstag, 31. März 2011 schrieb Derek Atkins: Christian Stimming writes: Things to try: If you configure without the --enable-compile-warnings, maybe this warning/error goes away? Then: What is your swig version and your gcc version? I have gcc-4

Budget, cash flow and scheduled transactions - roadmap?

2011-03-31 Thread Nick Manville
Hi, I would like a budgeting system that allows me to combine my scheduled transactions, budget amounts and asset balances to allow me to plan my future spending. This is for managing personal finance rather than business accounting which has its own rules and language. The current budget does

Re: [GSOC] Data model unit testing

2011-03-31 Thread Muslim Chochlov
I estimate the effort in the following way: (AVG_of_branching * number_of_functions * time_to_test_one_branch_in_minutes)/(minutes_in_hour * number_of_working_days). Avg of branching in function is something that i get by dividing code complexity number (3729) by number of functions, time to test o

An alternative GUI, a detailed proposal - GSOC 2011

2011-03-31 Thread Nitish Kumar
Key-Implementations: Unified Transaction Dialog, First Person Overview, Backlog fetching, Auto-Suggest. Hello, I am Nitish. I am interested in developing an alternative GUI for GnuCash. Using Qt as the UI framework to integrate and provide rich interactive front end for GnuCash core, through Cute

Re: [GSOC] Data model unit testing

2011-03-31 Thread John Ralls
On Mar 31, 2011, at 1:02 PM, Muslim Chochlov wrote: > I estimate the effort in the following way: > (AVG_of_branching * number_of_functions * > time_to_test_one_branch_in_minutes)/(minutes_in_hour * > number_of_working_days). > Avg of branching in function is something that i get by dividing co