An open source web application meant to help manage & create invoices in a simple, straightforward way.

Tag Archives: Templates

dompdf and rowspan, our buggy buddies

watch it! when rendering an html template to build a pdf, if a table cell with the “rowspan” attribute is break because a page change, the pdf engine will throw a nice “frame not found in cellmap” exception, as describe here We’ve already changed our default template to make sure it doesn’t include any rowspanned cell [...]

New templating system adopted

It’s wonderful to see how the community of developers is producing high quality tools that can be used in our projects. Today I would like to announce the use of Twig, a template system redesigned by Fabien Potencier and based on the original code by Armin Ronacher. It is a robust, fast and flexible system that [...]