dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
56 stars 18 forks source link

Add image/logo to header #131

Closed coffseducation closed 2 years ago

coffseducation commented 2 years ago

Is it possible to add an image or logo of the business to the document header or elsewhere?

Thanks.

coffseducation commented 2 years ago

I added this code: bracket image x="140mm" y="22cm" width="6cm" height="6cm" file="/home/anarcho/Pictures/art/mouseforward.png" bracket to the invoice.trml file but get a 'An unknown error' pop up when I 'Print document'.

dragotin commented 2 years ago

I added an example to the documentation: https://volle-kraft-voraus.de/Main/Documenttemplate

The error message is probably because of a typo somewhere, XML is pretty picky about that. Hint: You might have forgotten the slash before the closing bracket.

This should work:

<image x="140mm" y="22cm" width="6cm" height="6cm" file="/home/anarcho/Pictures/art/mouseforward.png" />
coffseducation commented 2 years ago

Huh! Yes! Thank you! Now displaying!