Re: [GNC] Balance Sheet and Win Loose Statement

2021-07-25 Thread Silvio Siefke
Hi,

> Perhaps you might explain further what precisely you're trying to do, and 
> why. If I wanted to see the data in a Balance Sheet or a Profit & Loss 
> Statement, I'd just run those reports from the menu. Further, if I needed to 
> manipulate the information more, I'd probably copy and paste the contents 
> into a spreadsheet and work on that. Why use python at all? 

Now I go to Reports > Balance Sheet and see the Balance after give the 
year. But I want make some statistics and its hard ever change the year. 

Assets + Liabilities are the same sum so this sum is what I need.
* https://en.wikipedia.org/wiki/Balance_sheet

Same for Income statement only need NET INCOME thats all.
* https://en.wikipedia.org/wiki/Income_statement

I have read gnucash work with python maybe there is libary where
can do like:

./python_gnucash 2010 "Balance Sheet Sum"
./python_gnucash 2010 "Income statement NET INCOME"

So is my idea would make easier, when can handle the complete
Income Statement / Balance Sheet is great but at end only need the sum!

Regards & Thank you
Silvio


pgpL7ZYzHohq_.pgp
Description: PGP signature
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Balance Sheet and Win Loose Statement

2021-07-25 Thread Silvio Siefke
Hello,

is there a way with python to ask Gnucash (MySql) for the values of 
Balance Sheet and Win Loose Statement? 

I had take a look on github but be not sure what is right, most
of the scripts use xml file of GnuCash.

Thanks for help.
Silvio


pgp8hK9HSwPDX.pgp
Description: PGP signature
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.