On Fri, Aug 30, 2002 at 05:48:50AM +0800, [EMAIL PROTECTED] wrote: > What _I_ think js should be used for is checking invoice lines & such > and adding new lines. For example, at present when we enter a line > item on an invoice we click "update" to get space for another. > > If js could be used to check line items as we go and create new > lines as required, I think the use of SL would be much improved.
Huh? Dunno what you mean by "check". A lot of the caculation happens server-side because that's where the database is. Rather than thinking about JS, something better would be to use a real session handler instead of passing the entire invoice back and forth through POST. Though the way it is set up, it's probably easier to suck in orders from an ecommerce package. -Qaexl- http://www.next-horizons.com/qaexl/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------- (un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users Archive: http://www.mail-archive.com/[email protected]/

