gnucash master: Revert "Revert "Merge Stefan Bayer's 'SepaInternalTransfer' into maint.""

John Ralls jralls at code.gnucash.org
Sat Jan 8 18:16:00 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/c1c75e8f (commit)
	from  https://github.com/Gnucash/gnucash/commit/5603acba (commit)



commit c1c75e8f81dc0aa1108a5a35ccd77adfa93eb6bd
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Jan 8 14:29:08 2022 -0800

    Revert "Revert "Merge Stefan Bayer's 'SepaInternalTransfer' into maint.""
    
    The original merge was of a PR based on master into maint, bringing
    along all of the development changes in master along with it. We don't
    want that so the merge was reverted and the PR's two changes
    cherry-picked in. That fixed maint, but then the next regular merge of
    maint into master naturally included that revert commit undoing the
    changes in master. Not so good. Reverting the revert, this commit,
    restores the changes, albeit with messed up history.



Summary of changes:
 bindings/guile/CMakeLists.txt                      |   8 -
 bindings/guile/business-core.scm                   |  35 +-
 bindings/guile/engine.scm                          |  41 -
 bindings/guile/gnc-module.scm                      |  88 ---
 bindings/guile/test/CMakeLists.txt                 |  15 +-
 bindings/guile/test/test-business-core.scm         |  53 --
 bindings/guile/test/test-scm-engine.scm            |   6 -
 bindings/guile/test/test-scm-utilities.scm         |  42 -
 bindings/guile/utilities.scm                       |  38 -
 common/test-core/CMakeLists.txt                    |   6 -
 gnucash/gnome/CMakeLists.txt                       |   6 -
 .../org.gnucash.GnuCash.deprecated.gschema.xml.in  |  26 -
 .../gschemas/org.gnucash.GnuCash.gschema.xml.in    |   5 -
 gnucash/gschemas/pref_transformations.xml          | 778 ++++++++++++++++++-
 .../aqb/gschemas/pref_transformations.xml          |  52 ++
 .../ofx/gschemas/pref_transformations.xml          |  19 +
 gnucash/import-export/qif-imp/CMakeLists.txt       |  12 -
 gnucash/report/CMakeLists.txt                      |  28 -
 gnucash/report/eguile-utilities.scm                |  57 --
 gnucash/report/gnc-report.c                        |  49 --
 gnucash/report/gnc-report.h                        |   2 -
 gnucash/report/html-barchart.scm                   | 397 ----------
 gnucash/report/html-document.scm                   |  16 -
 gnucash/report/html-linechart.scm                  | 475 ------------
 gnucash/report/html-piechart.scm                   | 239 ------
 gnucash/report/html-scatter.scm                    | 227 ------
 gnucash/report/html-table.scm                      |  25 -
 gnucash/report/html-utilities.scm                  |  27 -
 gnucash/report/report-core.scm                     |  30 -
 gnucash/report/report-utilities.scm                |  68 --
 gnucash/report/reports/CMakeLists.txt              | 198 -----
 gnucash/report/reports/aging.scm                   | 847 --------------------
 gnucash/report/reports/example/average-balance.scm |   1 -
 gnucash/report/reports/reports.scm                 |   2 -
 gnucash/report/reports/standard/job-report.scm     | 601 --------------
 .../report/reports/standard/new-owner-report.scm   |   5 -
 gnucash/report/reports/standard/owner-report.scm   | 861 ---------------------
 gnucash/report/reports/standard/payables.scm       |  81 --
 gnucash/report/reports/standard/receivables.scm    |  94 ---
 .../reports/standard/test/test-owner-report.scm    |  59 +-
 gnucash/report/stylesheets/CMakeLists.txt          |  22 -
 gnucash/report/test/CMakeLists.txt                 |   6 -
 gnucash/report/test/test-report-html.scm           |  29 +-
 gnucash/report/test/test-report-utilities.scm      |  24 -
 gnucash/report/test/test-report.scm                |   7 +-
 gnucash/report/trep-engine.scm                     |   7 +-
 libgnucash/app-utils/CMakeLists.txt                |   8 -
 libgnucash/app-utils/app-utils.scm                 |  11 -
 libgnucash/app-utils/c-interface.scm               |  18 -
 libgnucash/app-utils/date-utilities.scm            | 370 +--------
 libgnucash/engine/Account.cpp                      |  21 -
 libgnucash/engine/Account.h                        |  12 -
 libgnucash/tax/CMakeLists.txt                      |  10 -
 po/POTFILES.in                                     |  10 -
 54 files changed, 855 insertions(+), 5319 deletions(-)
 delete mode 100644 bindings/guile/gnc-module.scm
 delete mode 100644 gnucash/report/html-barchart.scm
 delete mode 100644 gnucash/report/html-linechart.scm
 delete mode 100644 gnucash/report/html-piechart.scm
 delete mode 100644 gnucash/report/html-scatter.scm
 delete mode 100644 gnucash/report/reports/aging.scm
 delete mode 100644 gnucash/report/reports/standard/job-report.scm
 delete mode 100644 gnucash/report/reports/standard/owner-report.scm
 delete mode 100644 gnucash/report/reports/standard/payables.scm
 delete mode 100644 gnucash/report/reports/standard/receivables.scm



More information about the gnucash-patches mailing list