Does anyone know hints how to design ("theme") the print output to fit the localized standards for sending letters (for example DIN standards in germany), to add the logo or other graphics to the print output of invoices, quotes etc.?

Thanks in advance.

Comments

glueck-medien’s picture

Version: 6.x-1.1-beta8 » 6.x-1.1
hoppurr’s picture

it isn't actually that difficult
you would create a template file in your theme directory such as

print.node-{node_type}.tpl.php

e.g.

print.node_erp_quote.tpl.php

you might try starting with the line of code

<pre><?php print_r(func_get_args()) ?></pre>

or

<pre><?php print_r($node) ?></pre>

to get a handle on what data is available to be integrated into the template

glueck-medien’s picture

ah ok. great, thank you. that gives great flexibility of designing the printed output through css.

glueck-medien’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -erp theming design print css

Automatically closed -- issue fixed for 2 weeks with no activity.