Re: [PHP] Accounting component in PHP

2008-12-09 Thread altern
All my queries are complex. If I will use ORM, then I still will need another wrapper to create, for example template criteria objects. I have application that is very similar to billing system. Such type of applications definitely have other business logic levels in addition to ORM queries, as

[PHP] Accounting component in PHP

2008-12-08 Thread altern
Hello, guys. Could please someone recommend me component wiritten in PHP which makes financial calculations with predefined logic? I have DB with sales information in several tables and I need to implement business logic that includes many rules of charging, different interest rates and so on. I