How do I set up a personalised Invoice template?

Derek Atkins warlord at MIT.EDU
Wed Sep 1 09:19:17 EDT 2010


Mike Evans <mikee at saxicola.idps.co.uk> writes:

> As to the second part of your question.
> I have changed my invoices to show VAT, or whatever you've defined in the Tax 
> Table.  In fancy invoice at about line 224 you should see something like;
>  (gncEntryGetBillTaxTable entry)))
>     ;; Translators: This "T" is displayed in the taxable column, if this entry 
> contains tax
>  (_ "T") "")))
>
>
>
> I changed this to;
>
>  (_ (gncTaxTableGetName (gncEntryGetInvTaxTable entry))) "")))

No need to use (_ ... )  here.  Your TaxTableName is going to be in your
native language, so no need to translate it.

> Whatever taxes you have defined now appears on the invoice.
> Mike E

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-user mailing list