Launchpad has imported 4 comments from the remote bug at https://bugs.gnucash.org/show_bug.cgi?id=498072.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2007-11-19T03:41:01+00:00 Saivann Carignan wrote: Using Gnucash 2.2.1 on Linux Ubuntu Gutsy 7.10 or Windows XP SP2, when I create a printable invoice of a invoice that doesn't contain any taxes, Gnucash will always show taxes if I don't check the "Individual taxes" option in report options, and it will not show the taxes if I check the "Individual taxes" option. Gnucash is expected to do exactly the opposite in that case. Here's a screenshot. http://launchpadlibrarian.net/10464157/Capture.png Reply at: https://bugs.launchpad.net/ubuntu/+source/gnucash/+bug/129988/comments/3 ------------------------------------------------------------------------ On 2011-05-12T17:15:18+00:00 Bert-claesen wrote: While I believe this is intended behaviour (the code explicitly mentions an if-branch with the comment below) I do believe this bug can be rephrased as: "the wording of the option "Individual taxes" can be confusing". The option may be changed to a droplist for example stating "Display individual taxes per account" and "Only display total tax"). Code taken from current SVN 2.4.99 [From invoice.scm both simple invoice & printable invoice show the same behavior) (if display-all-taxes (hash-for-each (lambda (acct value) (let ((collector (gnc:make-commodity-collector)) (commodity (xaccAccountGetCommodity acct)) (name (xaccAccountGetName acct))) (collector 'add commodity value) (add-subtotal-row table used-columns collector "grand-total" name))) acct-hash) ; nope, just show the total tax. (add-subtotal-row table used-columns tax-collector "grand-total" (_ "Tax"))) Reply at: https://bugs.launchpad.net/ubuntu/+source/gnucash/+bug/129988/comments/5 ------------------------------------------------------------------------ On 2016-03-22T17:46:59+00:00 Geert Janssens wrote: Hmm, this bug has been lingering needlessly. Sorry about that. I'm not too fond of changing the option to a drop down list. Can we just try better wording instead ? I would propose: - Next to the check box: "Use detailed tax summary" - As tooltip: "Display all tax categories separately (one per line) instead of one single tax line." I'm open for improvements to this. Reply at: https://bugs.launchpad.net/ubuntu/+source/gnucash/+bug/129988/comments/6 ------------------------------------------------------------------------ On 2018-11-18T14:40:19+00:00 Geert Janssens wrote: As there has been no more feedback on this bug I have carried this forward and set the option name and tooltip as I proposed. The new texts will be included in gnucash 3.4. Reply at: https://bugs.launchpad.net/ubuntu/+source/gnucash/+bug/129988/comments/7 ** Changed in: gnucash Status: Expired => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/129988 Title: GnuCash doesn't show taxes on invoice when individual taxes is checked To manage notifications about this bug go to: https://bugs.launchpad.net/gnucash/+bug/129988/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs