gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat May 21 09:40:32 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/efbe26bc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5ef9b812 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/fa22986c (commit)
	from  https://github.com/Gnucash/gnucash/commit/f7dfd65b (commit)



commit efbe26bc2619f318148bf9ff3edd69af5b2b9818
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat May 21 15:39:07 2016 +0200

    Bug 736352 - Expense Voucher adds tax automatically
    
    Expense vouchers don't use tax tables, so prevent autocomplete
    from setting one anyway.

commit 5ef9b8121eb4e1e4247d0f851d983620bb8b0a4b
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat May 21 15:04:19 2016 +0200

    Bug 766200 - Three-up printing does not position the third check properly
    
    Handle drawing translations properly
    - take empty checks into account on first page both when printing
      one check only (bug 693342) and when printing multiple
      checks
    - fix page level translations, should only be called once
    - draw debug grid once for each page instead of for each check
    
    To be mentioned in release notes:
    A few bugs in the calculation of check positions while printing checks have been corrected. If you manually edited the check formats to compensate for these positioning errors in previous versions of gnucash, you may have to undo these changes. Please check this before printing your next check.

commit fa22986c9bcee4729dac8db4e754d8d581df604d
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Sat May 21 14:23:20 2016 +0200

    Check printing: make logic easier to follow
    
    - rework formula to calculate number of pages so it's easier to understand by a human
    - add comments to clarify relations between position, position_max, first_page_count and so on



Summary of changes:
 .../business-ledger/gncEntryLedgerControl.c        | 48 ++++++++------
 src/gnome/dialog-print-check.c                     | 74 +++++++++++++++-------
 2 files changed, 78 insertions(+), 44 deletions(-)



More information about the gnucash-patches mailing list