From: Dieter S. <dsi...@sq...> - 2001-01-27 19:02:27
|
SQL-Ledger was never intended to be just a webbased accounting system. This is the reason for not using php or CGI and perl instead. Perl is available on every platform I can think off which makes it virtually platform independant. I don't have a preference which SQL servers is used as long as transactions are supported. Early versions did work with mySQL but I dropped support starting with Version 1.0 Dieter Simader http://www.sql-ledger.org (780) 472-8161 DWS Systems Inc. Accounting Software Fax: 478-5281 =========== On a clear disk you can seek forever =========== On Sat, 27 Jan 2001, Ing. Antonio A. Gallardo wrote: > Hi Craig! > > Please explain why you are creating a terminal frontend to SQL-Ledger. I > think that Web based Aplications is the new wave of office products. Let see > at MS .net project for example. > > If you want, you can do anything with SQL-Ledger source. But the goal to > archive is to create a account application Web-based. > > PHP is great, and maybe he will save us many problems about UI. Please > Dieter explain us why you dont choose PHP in the develop of SQL-Ledger. > > I think that MySQL is a low-end DBMS. PostgreSQL is more powerfull and we > will approach the powerful features of PostgreSQL. Dieter again, please > answer us what you think about that. > > I will be glad to open a discussion about the Roadmap of SQL-Ledger to all > the users. > > Regards, > > Antonio Gallardo. > > > > -----Mensaje original----- > De: sql...@li... > [mailto:sql...@li...]En nombre de Craig > Jansen > Enviado el: Viernes, 26 de Enero de 2001 04:41 a.m. > Para: sql...@li...; ma...@ro... > Asunto: Re: [SQL-Ledger-users] evaluation of sql-ledger > > > Hi Matthew > > I am currently developing a seperate app to use on Wyse Terminal's as a > frontend to SQL-Ledger. Ultimatley (The way I see it) SQL-Ledger is > simply a frontend to the postgresSQL database. > > So writing another type of Frontend should not really pose too much of a > problem. The linux console scripts I am putting together for my own > business simply write to the same database and tables. The only thing > that's really different is the user interface. > > So I don't see why you couldn't do it from another application. The tests > I've come up with on my consoles appear to work and I havn't noticed any > problems with SQL-Ledger itself after using the console app. > > For those of you on this list interested in a Console application, I will > be releasing it as soon as I feel comfortable with it's performance. > > Hope that helps out a little. > > Regards > Craig Jansen (CeeJay Computer Services) > PH: +64 21 144 1851 FAX: 64 6 323 2060 > http://www.cjcs.yi.org > > >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< > > > 2. Can anyone, maybe Dieter, comment on integrating sql-ledger with > > front-office software. We are writing a CRM app with PHP / mySQL (but may > > change to PostgreSQL) and I need to integrate with an accounting package. > > > I haven't yet looked under the hood of sql-ledger as we don't have > > postgresSQL installed, but am I right in guessing that I'll be able to > write > > a function to create invoices in sql-ledger from our CRM package ... ie > from > > outside sql-ledger? > > > > |