From: <ufo...@ea...> - 2001-01-25 01:37:27
|
Thanks so much for your response. I have been out of town till tonight and I just got your response. This is the best accounting solution for linux I have seen. Please keep up the good work! Thanks, Wes On Mon, 22 Jan 2001, Ing. Dieter Simader wrote: > You could change the ic.cgi to allow for input of the cost. > > line 303 > $charge .= qq|<b> |.$locale->text('Last Cost').qq|:</b> <input name=lastcost size=10 value=$form->{lastcost} <b>$myconfig{nativecurr}</b>|; > > line 507 > foreach $key (qw/listprice sellprice weight lastcost/) { > > line 548 > number, description, listprice, lastcost, > > line 553 > '$uid', '$form->{description}', $form->{listprice}, $form->{lastcost}, > > and add > lastcost = $form->{lastcost}, > at about line 531 > > > 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 Sun, 21 Jan 2001 ufo...@ea... wrote: > > > Is there a way to add the cost of a part into the database without > > actually purchasing it first? > > > > Thanks, > > Wes > > > > ________________________________________________________________________________ > > >From a different solar system, many many galaxies away... > > > > > > > ________________________________________________________________________________ From a different solar system, many many galaxies away... |