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

Category Archives: Siwapp

Siwapp 0.3.2 released

We’ve just launched a new release (either tar.gz or zip compressed) with some minor and not so minor bug fixes and enhancements . In a nutshell: New set of pdf fonts, and support for unicode out of the box (no need for fancy tricking) When building a printing template, now the user have access to [...]

Finally!! DomPdf hits the spot (apparently)

It looks like dompdf is going to be our buddy again. While exchanging emails with Brian, I discovered that the main problem was with the fonts I was using, since they wasn’t been rendered ok, even with unicode disabled. So I managed to find these great set of fonts called “Liberation Fonts” . They cover [...]

DomPdf and unicode support, doesn’t worth it? Maybe yes

Just to let you know we’re moving from dompdf engine to another one that has proper unicode support, so cyrillic alphabet can be shown properly. I’ve tried to make it work. I’ve even wrote a wiki about it after several hours of googlestigating the issue, but it still have some problems and also some other [...]

Siwapp 0.3.1 upgrade available.

We’ve released a new maintenance version of siwapp. It’s the 0.3.1.  The release changes are: Installer bug corrected. Now it’s possible to decouple sf_web_dir and sf_root_dir App bug corrected. Now the logo image path works when using siwapp in a non-root folder environment. Added czech language support. You have two downloading options: download the full [...]

Siwapp 0.3 Released!

Here it is, the last version of siwapp as promised. And we can name it Beta! We have used this version in our company for a while, and I can assure it is completely functional. In fact is our invoice software right now. You can download it from the home page. We’ll continue to improve [...]

Siwapp 0.3 going public in six days

This is it, siwapp 0.3 will be available as a downloadable package on August the 31th. In the previous post you will find the list of already supported languages (and the ones that are about to be)

Siwapp 0.3 release almost out. Call for translations.

Hey there all you lonely people! Looks like siwapp 0.3 is almost out of the oven. All tickets due to the 0.3 version are closed now, and I just spent 8 awful hours resyncing the language files. Nowadays, I can proudly say our existing message files are updated and synced at my very best (which [...]

We Take Back. No More New System Requirements For 0.3 Release.

As people suggested (http://www.siwapp.org/blog/2009/12/new-system-requirements-for-0-3-release/#comment-277) the use of triggers, and the MySQL 5.1.6 or newer as a requirement was a bad idea. Well, today we’ve fixed this. No more specific MySQL version will be needed, and everything about triggers has been deleted. I think this will ease the installation on many platforms. Thank you all for [...]

New system requirements for 0.3 release

As we have said many times, we like things simple both for the user as for the rest of developers. To simplify programming and improve the performance of siwapp, we added the use of triggers in the database. What does this mean? It means that when a figure changes, the database automatically updates the total bill [...]

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 [...]