gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Jun 5 18:12:21 EDT 2026


Updated	 via  https://github.com/Gnucash/gnucash/commit/f3c053fb (commit)
	 via  https://github.com/Gnucash/gnucash/commit/2d0a3850 (commit)
	from  https://github.com/Gnucash/gnucash/commit/7178a868 (commit)



commit f3c053fbee8c290d0fd111b125a4a52b03de862e
Merge: 7178a86859 2d0a3850ae
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Jun 5 15:04:32 2026 -0700

    Merge Peter Kim's 'bug-799767-rest-api-post-accounts' into stable.

commit 2d0a3850aebaf5738caed7648e5584ce8939cc78
Author: peter <peter at table74.com>
Date:   Mon May 25 14:40:50 2026 -0500

    Bug 799767 - POST /accounts route in rest-api example is broken
    
    addAccount was rewritten to accept (name, currency, account_type_id,
    parent_account_guid, description, code), validate each field, look up
    the parent by GUID, and return gnucash_simple.accountToDict(account).
    The route handler was updated to pull the form fields and call it with the
    new signature.
    
    README was updated to reflect these changes.



Summary of changes:
 bindings/python/example_scripts/rest-api/README    | 13 +++++
 .../example_scripts/rest-api/gnucash_rest.py       | 67 ++++++++++++++++++----
 2 files changed, 70 insertions(+), 10 deletions(-)



More information about the gnucash-patches mailing list