Re: How are Budgets Implemented in GNU Cash

2015-07-16 Thread Mike Evans
On Thu, 16 Jul 2015 19:10:46 +1000
Matt Graham matt_graham2...@hotmail.com wrote:

 I would like to contribute to GNUCash, and get into the development side of 
 the house.
 
 I figure that a (relatively) quick and easy contribution (that will also help 
 me personally) is for me to create a patch to correct the bug where budgeted 
 expenses don’t show up in the summary section at the bottom of the screen 
 (https://bugzilla.gnome.org/show_bug.cgi?id=742352).
 
 My problem is that I cannot find (from the documentation) where the budget 
 side of code is implemented within GNU Cash (even after much Googling). Can 
 anyone steer me towards somewhere to look for more information about how 
 Budgets are implemented?
 
 Thanks,
 
 Matt
Have look in:
http://svn.gnucash.org/docs/HEAD/group__budget.html 
src/engine/gnc-budget.c
src/doc/budget.txt

Not sure how up to date that document is though.

-- 
Anti NSA?  Use PGP.
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x00CDB13500D7AB53  

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


How are Budgets Implemented in GNU Cash

2015-07-16 Thread Matt Graham
I would like to contribute to GNUCash, and get into the development side of the 
house.

I figure that a (relatively) quick and easy contribution (that will also help 
me personally) is for me to create a patch to correct the bug where budgeted 
expenses don’t show up in the summary section at the bottom of the screen 
(https://bugzilla.gnome.org/show_bug.cgi?id=742352).

My problem is that I cannot find (from the documentation) where the budget side 
of code is implemented within GNU Cash (even after much Googling). Can anyone 
steer me towards somewhere to look for more information about how Budgets are 
implemented?

Thanks,

Matt
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: How are Budgets Implemented in GNU Cash

2015-07-16 Thread Aaron Laws
On Thu, Jul 16, 2015 at 6:38 AM, Mike Evans mi...@saxicola.co.uk wrote:


 Have look in:
 http://svn.gnucash.org/docs/HEAD/group__budget.html
 src/engine/gnc-budget.c
 src/doc/budget.txt


Hopefully this doesn't need to be said, but to my knowledge, development
 isn't happening in SVN. Although that site is very helpful, be sure to use
the appropriate git repository to do your development!

In Christ,
Aaron Laws
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: How are Budgets Implemented in GNU Cash

2015-07-16 Thread John Ralls

 On Jul 16, 2015, at 8:49 AM, Aaron Laws dartm...@gmail.com wrote:
 
 On Thu, Jul 16, 2015 at 6:38 AM, Mike Evans mi...@saxicola.co.uk wrote:
 
 
 Have look in:
 http://svn.gnucash.org/docs/HEAD/group__budget.html
 src/engine/gnc-budget.c
 src/doc/budget.txt
 
 
 Hopefully this doesn't need to be said, but to my knowledge, development
 isn't happening in SVN. Although that site is very helpful, be sure to use
 the appropriate git repository to do your development!
 

You’re confusing the url with the service. svn.gnucash.org is just an alias for 
code.gnucash.org, Derek’s server that hosts the canonical git repo, wiki, 
mailing lists, nightly-ish win32 builds, and the nightly build of the API docs 
(via doxygen). That last is what Mike is pointing to.

Oh, the old SVN repo is there too and you can check out from it if you want 
(can’t think of good reason why you would) but it doesn’t take commits any more.

Regards,
John Ralls


___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel