From: Ing. D. S. <dsi...@sq...> - 2001-01-22 17:24:41
|
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... > > |