gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Aug 4 09:32:36 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/42710c7e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c031d5cc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/678cc189 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c64f58f5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/21069b5e (commit)
	from  https://github.com/Gnucash/gnucash/commit/dd60ce69 (commit)



commit 42710c7e6c69ae99b0a8d3713ae79db43f37f7d4
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 4 15:31:40 2015 +0200

    Drop some unused parameters from business reports
    
    They are no longer used since the introduction of gnc:company-info

commit c031d5cc6d9a659ad6d77fa4fd95280589bc1ca3
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 4 15:23:02 2015 +0200

    Drop 'Today Date Format' option from business reports
    
    Use 'Fancy Date Format' option instead for a more
    consistent date display on the reports and to reduce
    the number of semi-overlapping options

commit 678cc189a30e67f673007bd87be7b06ee279c35b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 4 15:00:57 2015 +0200

    Bug 645786 - Fancy invoice report still doesn't use fancy date format preference
    
    Use fancy date consistently for all invoice reports

commit c64f58f54f0a0441cc72d1f6ac5f6e7b9872101e
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 4 15:00:19 2015 +0200

    Introduce new function to query fancy date format

commit 21069b5e9a03471155a449c80877f2faa7171abc
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Aug 4 14:48:48 2015 +0200

    Fix missing parameter in fancy date option definition



Summary of changes:
 src/app-utils/app-utils.scm                       | 13 +++++--
 src/app-utils/business-prefs.scm                  |  2 +-
 src/app-utils/options.scm                         |  3 +-
 src/report/business-reports/easy-invoice.scm      | 44 ++++++++---------------
 src/report/business-reports/fancy-invoice.scm     | 38 +++++---------------
 src/report/business-reports/invoice.scm           | 25 ++++++-------
 src/report/business-reports/job-report.scm        | 14 +++-----
 src/report/business-reports/owner-report.scm      | 12 ++-----
 src/report/business-reports/taxinvoice.eguile.scm |  8 +++--
 9 files changed, 60 insertions(+), 99 deletions(-)



More information about the gnucash-patches mailing list