If you close the books up to a date most buttons are not displayed forcing
you to reverse transactions. You just disabled this feature!

Go to "Audit Control", remove the closing date and all the buttons will
show up again.

The target line in the section [Logout] in menu.ini was incorrect. Change
it to target=_top and your new window will overlay over top.


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 Mon, 10 Jun 2002 [EMAIL PROTECTED] wrote:

> 
> Hi!
> 
> Could someone help with logout? 
> The frame doesn't notice that logout has been pressed but main window goes to 
> login screen. When refresh/reload is pressed in web browser frame fades away. 
> How we can do it directly by clicking logout on the frame.
> 
> There is also another problem in Ledger. Buttons from "EDIT CUSTOMER INVOICE" 
> are gone. does anybody know how to get them back.
> 
> We had same problem in "EDIT ACCOUNTS PAYABLES" an we fixed it with following 
> (that doesn't help with problem in "EDIT CUSTOMER INVOICE"!)
> 
> 
> modified ap.pl:
> 
> if ($form->{id}) {
>     if ($form->{revtrans}) {
>       if ($form->datetonum($form->{transdate}, \%myconfig) >= $form->datetonum
> ($form->{closedto}, \%myconfig)) {
>         print qq|<input class=submit type=submit name=action value="|.$locale-
> >text('Update Form').qq|">
>         <input class=submit type=submit name=action value="|.$locale->text
> ('Post Transaction').qq|">
>         <input class=submit type=submit name=action value="|.$locale->text
> ('Delete Transaction').qq|">|;
>       }
> We removed "!" from:  if (!$form->(revtrans)...
> 
> Does anyone know if this is causing any problems later?
> 
> \---------------------------------------------------/
>  This mail sent through IMP @ https://neri.kyamk.fi/
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas - 
>http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
> 
> _______________________________________________
> Listinfo https://lists.sourceforge.net/lists/listinfo/sql-ledger-users
> Archive http://www.geocrawler.com/redir-sf.php3?list=sql-ledger-users
> 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Listinfo https://lists.sourceforge.net/lists/listinfo/sql-ledger-users
Archive http://www.geocrawler.com/redir-sf.php3?list=sql-ledger-users

Reply via email to