Hi
It's not really a feature request but I thougt it's more or less right to post it here.
In the last few hours I tested simpleinvoices and took a closer look in the source code. I was especially interested in the template system. I noticed some stuff:
- There is a lot of double code (I don't like double code :-D), especially in the mysql queries. The same queries are used many times.
- HTML and PHP Code are not really seperated
Ok, these shouldn't be complaints. Here is the question: Is there a special idea behind this code/combination? If not, perhaps I could find some hours to clean the code my way and then show it to you. What do you think?
It's not really a feature request but I thougt it's more or less right to post it here.
In the last few hours I tested simpleinvoices and took a closer look in the source code. I was especially interested in the template system. I noticed some stuff:
- There is a lot of double code (I don't like double code :-D), especially in the mysql queries. The same queries are used many times.
- HTML and PHP Code are not really seperated
Ok, these shouldn't be complaints. Here is the question: Is there a special idea behind this code/combination? If not, perhaps I could find some hours to clean the code my way and then show it to you. What do you think?