gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Sep 16 11:40:23 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/8b1ebc51 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/48483b1e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/499c33cb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9d85ee65 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8c65a126 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/71b88ab4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/53fbc6f6 (commit)



commit 8b1ebc5168608788f8302506d24fd3d0de01f22b
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Sep 16 17:38:44 2017 +0200

    Update python bindings to use PyGI and Gtk3
    
    While it doesn't fully fix the python bindings, gnucash
    now at least doesn't segfault on start up if built with
    python bindings enabled. There are still issues to fix though.

commit 48483b1e3dba0fc45b19709cd9ae40a456e03a21
Merge: 53fbc6f 499c33c
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Sep 16 10:24:00 2017 +0200

    Merge branch 'new-gst-report' of https://github.com/christopherlam/gnucash

commit 499c33cb35cca4ee4ab47d1fc4e93a96d478cf6b
Author: christopherlam <christopher.lck at gmail.com>
Date:   Sat Sep 16 14:53:27 2017 +0800

    Disallow Closing Transactions.
    These txns must not be counted in this report.

commit 9d85ee65d8ffb31bd51f7ee68c3bde64190261d3
Author: christopherlam <christopher.lck at gmail.com>
Date:   Fri Sep 15 21:21:30 2017 +0800

    Initial commit income-gst-report.scm
    
    Suitable for annual income & expense tax return.
    Also suitable for GST/VAT returns.
    Derived from transaction.scm
    Also handle voided transactions correctly

commit 8c65a1269dc93f4138a005e96fef721687f573d0
Author: christopherlam <christopher.lck at gmail.com>
Date:   Fri Sep 15 21:03:30 2017 +0800

    Reindent income-gst-report.scm

commit 71b88ab4c5f38f94a5de5c355934f0bffd9aa922
Author: christopherlam <christopher.lck at gmail.com>
Date:   Fri Sep 15 20:58:43 2017 +0800

    cp transction.scm income-gst-statement.scm
    
    https://github.com/Gnucash/gnucash/pull/177 rises from the ashes.
    Commit memory is now unfortunately lost, due to my inexperience.
    
    Start with transaction.scm as initial commit to illustrate its
    heritage.



Summary of changes:
 gnucash/python/init.py                             |   14 +-
 gnucash/python/pycons/console.py                   |   44 +-
 gnucash/report/standard-reports/CMakeLists.txt     |    1 +
 gnucash/report/standard-reports/Makefile.am        |    1 +
 .../{transaction.scm => income-gst-statement.scm}  | 1487 +++++++++++---------
 po/POTFILES.in                                     |    1 +
 6 files changed, 851 insertions(+), 697 deletions(-)
 copy gnucash/report/standard-reports/{transaction.scm => income-gst-statement.scm} (50%)



More information about the gnucash-patches mailing list