Galen Charlton
1457256b98
The PDF templates for purchase orders now live in the directory koha-tmpl/intranet-tmpl/prog/pdf to separate them from code. As no automatic translation system for PDF files is currently implemented, I'm keeping them out of the language subdirectories for now. At present, there are two choices of templates for printing purchase orders (AKA basket groups), controlled by setting the OrderPdfFormat syspref: pdfformat::layout2pages (two-page layout) pdfformat::layout3pages (three-page layout) To customize a template or to add a new one requires two steps: * modifying the PDF; note that OpenOffice source files are included as a way of generating the PDF * modifying the code in acqui/pdfformat/layout*.pm to position the order text onto the template Signed-off-by: Galen Charlton <gmcharlt@gmail.com> |
||
---|---|---|
.. | ||
layout2pages.pm | ||
layout3pages.pm |