From: Dieter S. <dsi...@sq...> - 2001-02-08 01:02:20
|
You get the source code and you can modify it to your liking. If you want to see some features added or want to make a contribution submit your additions/modifications for inclusion in the distribution. Others have done so in the past. Having said that, there is, however, no guarantee that your changes will be included. Some code makes it, some does not and some shows up in a revised form. It's your call. 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 Wed, 7 Feb 2001, Thomas Sawyer wrote: > Well, I think we've really put this one to rest, and I think Dieter will > have to be duely impressed enough to develop the search code portions > of sql-ledger in the direction of record count limits on navigational > pages. i.e. n pages of m records each. And like I said the 'offset' method > seems most appropriate esspecially since it encodes in a like fashion > with an offset and count. That is to say: > > SELECT * FROM table OFFSET current-pg-number * recs-per-page LIMIT recs-per-page; > > Agreed? Of course I bet Matt Benjamin is nearly done with coding this > already. Right? Else, do you want to go ahead? Let me know. > > P.S. FYI I'm nealy done with a Sales Order module, simply based after > the invoice module but with accounting activities removed. More soon... > > |