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

Reply via email to